← スキル一覧に戻る

sonarr
by clawdbot
All versions of all skills that are on clawdhub.com archived
⭐ 7🍴 6📅 2026年1月24日
SKILL.md
name: sonarr version: 1.0.0 description: Search and add TV shows to Sonarr. Supports monitor options, search-on-add. metadata: {"clawdbot":{"emoji":"📺","requires":{"bins":["curl","jq"]}}}
Sonarr
Add TV shows to your Sonarr library.
Setup
Create ~/.clawdbot/credentials/sonarr/config.json:
{
"url": "http://localhost:8989",
"apiKey": "your-api-key",
"defaultQualityProfile": 1
}
defaultQualityProfile: Quality profile ID (runconfigto see options)
Workflow
- Search:
search "Show Name"- returns numbered list - Present results with TVDB links - always show clickable links
- Check: User picks a number
- Add: Add show and start search
Important
- Always include TVDB links when presenting search results to user
- Format:
[Title (Year)](https://thetvdb.com/series/SLUG) - Uses
defaultQualityProfilefrom config; can override per-add
Commands
Search for shows
bash scripts/sonarr.sh search "Breaking Bad"
Check if show exists in library
bash scripts/sonarr.sh exists <tvdbId>
Add a show (searches immediately by default)
bash scripts/sonarr.sh add <tvdbId> # searches right away
bash scripts/sonarr.sh add <tvdbId> --no-search # don't search
Remove a show
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!
Get root folders & quality profiles (for config)
bash scripts/sonarr.sh config
スコア
総合スコア
65/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
3ヶ月以内に更新
+5
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
レビュー
💬
レビュー機能は近日公開予定です

