From sundial-org-awesome-openclaw-skills-4
Search and add TV shows to Sonarr library via bash scripts. Supports monitor options, search-on-add, quality profiles, existence checks, and removal with file delete.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Add TV shows to your Sonarr library.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Add TV shows to your Sonarr library.
Create ~/.clawdbot/credentials/sonarr/config.json:
{
"url": "http://localhost:8989",
"apiKey": "your-api-key",
"defaultQualityProfile": 1
}
defaultQualityProfile: Quality profile ID (run config to see options)search "Show Name" - returns numbered list[Title (Year)](https://thetvdb.com/series/SLUG)defaultQualityProfile from config; can override per-addbash scripts/sonarr.sh search "Breaking Bad"
bash scripts/sonarr.sh exists <tvdbId>
bash scripts/sonarr.sh add <tvdbId> # searches right away
bash scripts/sonarr.sh add <tvdbId> --no-search # don't search
bash scripts/sonarr.sh remove <tvdbId> # keep files
bash scripts/sonarr.sh remove <tvdbId> --delete-files # delete files too
Always ask user if they want to delete files when removing!
bash scripts/sonarr.sh config