c-speakers
Control Sonos speakers using the `sonos` CLI (sonoscli). Play, pause, adjust volume, manage groups, and play favorites across rooms and speaker zones.
DeepseekModel
キュレーション済みスキル
品質 優秀 · 78
v1.0.0
取得
https://deepseekmodel.com/api/download.php?id=daxaur-openpaw-skills-c-speakers-skill-md&format=skill
ダウンロード .skill
標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name c-speakers description Control Sonos speakers using the `sonos` CLI (sonoscli). Play, pause, adjust volume, manage groups, and play favorites across rooms and speaker zones. tags ["sonos","speakers","audio","smart-home","music","sonoscli"] What This Skill Does Enables Claude to control Sonos speakers — playback, volume, grouping, and favorites — via the sonos CLI. Available CLI Tool: sonos Common Commands # List all Sonos rooms/players sonos rooms # Play and pause sonos play --room "Living Room" sonos pause --room "Living Room" # Skip tracks sonos next --room "Living Room" sonos previous --room "Living Room" # Set volume (0-100) sonos volume 50 --room "Living Room" # Adjust volume relative sonos volume +10 --room "Kitchen" sonos volume -5 --room "Kitchen" # Play a favorite (from Sonos app favorites) sonos favorite "Morning Jazz" --room "Bedroom" # List favorites sonos favorites # Group rooms together sonos group "Kitchen" --with "Living Room" # Ungroup a room sonos ungroup "Kitchen" # Show now playing info sonos status --room "Living Room" Usage Guidelines Always specify --room to target the correct speaker Use sonos rooms to discover available rooms if unsure of names Grouping joins a room into the specified room's group Notes Requires sonos CLI (sonoscli) installed and Sonos system on local network Favorites must be pre-configured in the Sonos app
このスキルを起動するキーワード。クリックでコピーできます。
このスキルにはトリガーワードがありません。
ダウンロードした .skill に含まれるフィールド。
| フィールド | 説明 |
|---|---|
| format | フォーマット識別子(skill/v1) |
| skill_id | スキル固有 ID |
| name | スキル名 |
| version | バージョン |
| description | 説明 |
| category | カテゴリ(配列) |
| trigger_words | トリガーワード |
| tags | タグ |
| source | ソース |
| source_url | ソース URL(本ページ) |
| exported_at | エクスポート日時(ダウンロード毎) |
| system_prompt | システムプロンプト本文 |
| model_config | モデル設定:provider / model / temperature / max_tokens / top_p |
| examples | サンプル |
| install_guide | 各プラットフォームの導入説明(Coze / Dify / Claude / カスタム) |