stv-concierge
Control your smart TV using natural language commands via the stv CLI.
Install
mkdir -p .claude/skills/stv-concierge && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/16371" && unzip -o skill.zip -d .claude/skills/stv-concierge && rm skill.zipInstalls to .claude/skills/stv-concierge
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Natural-language TV control via the stv CLI. Use for any request about playing, pausing, resuming, or stopping content on a smart TV; controlling volume or mute; switching to Netflix, YouTube, Spotify, Disney+, Apple TV+, or Prime Video; binge-watching a series; casting a URL to the TV; or anything the user says like "거실 TV 켜줘", "뭐 보여줘", "TV 꺼", "볼륨 낮춰", "몰아보기", "다음 화", "좋은 밤", "영화 볼게", "노래 틀어줘", "play / pause / volume / resume / Netflix / YouTube / Spotify".Key capabilities
- →Control TV playback (play, pause, resume, stop).
- →Adjust TV volume (up, down, mute).
- →Switch to specific streaming applications (Netflix, YouTube, Spotify, Disney+, Apple TV+, Prime Video).
- →Navigate to the next episode in a series.
- →Cast a URL to the TV.
- →Discover what content is trending or available.
How it works
The skill maps natural language requests to specific `stv` CLI commands and executes them directly to control TV playback, volume, and app navigation.
Inputs & outputs
When to use stv-concierge
- →Pause playback
- →Switch to Netflix
- →Mute volume
- →Next episode
About this skill
stv-concierge
Dispatch natural-language TV requests to stv without writing prose.
Always run the CLI command directly. Never describe what you would do — just do it.
When to use
- "play Dark on Netflix" / "넷플릭스에서 다크 틀어줘"
- "pause" / "일시정지"
- "resume" / "다시 틀어줘"
- "volume down" / "볼륨 낮춰" / "좀 작게"
- "volume up" / "볼륨 높여" / "좀 크게"
- "mute" / "음소거"
- "turn the TV off" / "TV 꺼" / "거실 TV 꺼줘"
- "good night" / "잘 자"
- "next episode" / "다음 화" / "이어서 봐"
- "what's on?" / "뭐 보여줘" / "뭐 볼 만한 거 있어?"
- "binge watch Squid Game" / "오징어 게임 몰아보기"
- "put on some music" / "노래 틀어줘"
- "play lo-fi on YouTube" / "유튜브에서 로파이 틀어줘"
- "movie night" / "영화 모드"
- "cast this URL"
How to use
Map the user's intent to a single stv command and run it immediately.
| User says | Command |
|---|---|
| "play Dark on Netflix" | stv play netflix "Dark" |
| "play Dark s1e3" | stv play netflix "Dark" s1e3 |
| "pause" | stv pause |
| "resume" / "다시 틀어줘" | stv resume |
| "volume down" / "볼륨 낮춰" | stv volume down |
| "mute" / "음소거" | stv mute |
| "TV 꺼" / "good night" / "잘 자" | stv off |
| "next episode" / "다음 화" | stv next |
| "뭐 보여줘" / "what's trending?" | stv whats-on |
| "오징어 게임 몰아보기" | stv play netflix "Squid Game" |
| "movie night" / "영화 모드" | stv scene movie-night |
| "cast https://youtu.be/..." | stv cast <url> |
| "play Frieren" (platform unknown) | stv play "Frieren" |
No TV configured? stv opens content in your browser automatically — no setup needed.
Install check
If stv is not on PATH, run pip install stv once and retry the command.
When not to use it
- →When the user needs to perform complex TV settings adjustments.
- →When the user wants to browse content within an app without direct commands.
- →When the `stv` CLI tool is not installed or configured.
Prerequisites
Limitations
- →The skill is limited to the commands supported by the `stv` CLI.
- →It does not support arbitrary TV settings or complex interactions beyond direct commands.
How it compares
This skill allows users to control their TV using natural language commands, eliminating the need for manual remote control interaction or navigating complex smart TV menus.
Compared to similar skills
stv-concierge side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| stv-concierge (this skill) | 0 | 4mo | No flags | Beginner |
| pptx | 393 | 6mo | Review | Advanced |
| nano-pdf | 63 | 3mo | Review | Beginner |
| video-downloader | 101 | 7mo | Review | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by Hybirdss
View all by Hybirdss →You might also like
pptx
anthropics
Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks
nano-pdf
openclaw
Edit PDFs with natural-language instructions using the nano-pdf CLI.
video-downloader
ComposioHQ
Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.
youtube-transcript
michalparkola
Download YouTube video transcripts when user provides a YouTube URL or asks to download/get/fetch a transcript from YouTube. Also use when user wants to transcribe or get captions/subtitles from a YouTube video.
using-superpowers
obra
Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists
browser-automation
browserbase
Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications. Triggers include "browse", "navigate to", "go to website", "extract data from webpage", "screenshot", "web scraping", "fill out form", "click on", "search for on the web". When taking actions be as specific as possible.