| name | stv-concierge |
| description | 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".
|
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.