stv-concierge

stv-concierge is a skill for Claude Code, Codex from Hybirdss/smartest-tv. It costs 149 tokens per session (768 once invoked), scanned A, original, MIT.

A natural-language controller for a smart TV using the stv command-line tool. It maps requests such as playing a show, changing volume, switching services, or turning the TV off to the corresponding command.

In plain words
What is it for?
Playing content on Netflix or YouTube, pausing and resuming, changing volume, muting, switching services, finding what is on, playing the next episode, turning the TV off, and casting a URL.
Why use it?
It removes the need to remember TV-control commands or navigate several apps and menus. Short everyday requests can be sent directly to the TV.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Playing content on Netflix or YouTube, pausing and resuming, changing volume, muting, switching services, finding what is on, playing the next episode, turning the TV off, and casting a URL.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hybirdss/smartest-tv/stv-concierge
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Hybirdss/smartest-tv --skill stv-concierge
Clone the repo
git clone --depth 1 https://github.com/Hybirdss/smartest-tv

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for stv-concierge

README.md
[![agentmods](https://agentmods.dev/badge/skills/hybirdss/smartest-tv/stv-concierge/github.svg)](https://agentmods.dev/skills/hybirdss/smartest-tv/stv-concierge)
Your own site
<a href="https://agentmods.dev/skills/hybirdss/smartest-tv/stv-concierge"><img src="https://agentmods.dev/badge/skills/hybirdss/smartest-tv/stv-concierge/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for stv-concierge

Your own site · 80×15
<a href="https://agentmods.dev/skills/hybirdss/smartest-tv/stv-concierge"><img src="https://agentmods.dev/badge/skills/hybirdss/smartest-tv/stv-concierge.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 149 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 768 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00149 $0.00768
Opus 5 $0.00075 $0.00384
Sonnet 5 $0.00030 $0.00154
Haiku 4.5 $0.00015 $0.00077

Measured 10d ago against content hash 95c0d51691f7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

stv-concierge scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/stv-concierge/SKILL.md · 61 lines

What it actually says

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.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 61 lines · 149 tokens per session scan A 95c0d51691f7

Subscribe to this mod's changes

stv-concierge is a skill published in the GitHub repository Hybirdss/smartest-tv (47 stars, last pushed 24d ago), licensed MIT. It adds 149 tokens to every session and 768 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

opentrons-integration

Official Opentrons Protocol API for OT-2 and Flex robots. Use when writing protocols specifically for Opentrons hardware with full access to Protocol API v2 features. Best for production Opentrons protocols, official API compatibility. For multi-vendor automation or broader equipment control use pylabrobot.

synthetic-sciences/openscience · 66 tokens

pylabrobot

Vendor-agnostic lab automation framework. Use when controlling multiple equipment types (Hamilton, Tecan, Opentrons, plate readers, pumps) or needing unified programming across different vendors. Best for complex workflows, multi-vendor setups, simulation. For Opentrons-only protocols with official API…

synthetic-sciences/openscience · 73 tokens

x-smart

SMART disk health monitoring tool. Check disk health, temperature, and attributes using smartctl. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.

x-cmd/x-cmd · 56 tokens

unifi-protect

How to manage UniFi Protect cameras and NVR — view cameras, smart detections, Find Anything detection search, recordings, snapshots, lights, sensors, Known Faces, license plates, and the Alarm Manager. Use this skill when the user mentions UniFi cameras, security cameras, NVR, recordings, motion detection, person…

sirkirby/unifi-mcp · 112 tokens

unifi-access

How to manage UniFi Access door control — locks, credentials, visitors, access policies, and events. Use this skill when the user mentions UniFi Access, door locks, door access, building access, NFC cards, PIN codes, visitor passes, access policies, access schedules, door readers, or any UniFi Access task.

sirkirby/unifi-mcp · 70 tokens

network-health-check

Run a UniFi network health check — diagnose device status, connectivity issues, firmware updates, and system health. Use when asked to check network health, find what's down, diagnose connectivity issues, or get a network status summary.

sirkirby/unifi-mcp · 49 tokens