From sundial-org-awesome-openclaw-skills-4
Search movies by name, add individually or as collections to Radarr, check existence, remove with file delete option. Uses TMDB links and configurable quality profiles.
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 movies to your Radarr library with collection support.
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 movies to your Radarr library with collection support.
Create ~/.clawdbot/credentials/radarr/config.json:
{
"url": "http://localhost:7878",
"apiKey": "your-api-key",
"defaultQualityProfile": 1
}
defaultQualityProfile: Quality profile ID (run config to see options)search "Movie Name" - returns numbered list[Title (Year)](https://themoviedb.org/movie/ID)defaultQualityProfile from config; can override per-addbash scripts/radarr.sh search "Inception"
bash scripts/radarr.sh exists <tmdbId>
bash scripts/radarr.sh add <tmdbId> # searches right away
bash scripts/radarr.sh add <tmdbId> --no-search # don't search
bash scripts/radarr.sh add-collection <collectionTmdbId>
bash scripts/radarr.sh add-collection <collectionTmdbId> --no-search
bash scripts/radarr.sh remove <tmdbId> # keep files
bash scripts/radarr.sh remove <tmdbId> --delete-files # delete files too
Always ask user if they want to delete files when removing!
bash scripts/radarr.sh config