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.
npx agentmods add skills/verygoodplugins/streamdeck-mcp/streamdeck-profilenpx skills add verygoodplugins/streamdeck-mcp --skill streamdeck-profilegit clone --depth 1 https://github.com/verygoodplugins/streamdeck-mcpWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.01624 |
| Opus 5 | $0.00000 | $0.00812 |
| Sonnet 5 | $0.00000 | $0.00325 |
| Haiku 4.5 | $0.00000 | $0.00162 |
Grade A, and why
streamdeck-profile 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 126 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Stream Deck Profile Writer
Use this skill when you need to configure Elgato Stream Deck desktop profiles without taking USB control of the hardware.
Default Workflow
- Call
streamdeck_read_profilesto discover the active profiles root and pagedirectory_idvalues. - Call
streamdeck_read_pagebefore editing an existing page so you can inspect the current native action objects. - Reuse installed plugin actions first. Call
streamdeck_find_actions(byquery,plugin_name, orplugin_uuid) to locate configured buttons/dials across profiles. Paste each hit'sactionintostreamdeck_write_page. If you already know the source page, copybutton.rawfromstreamdeck_read_pageinstead. - Only when nothing is configured: call
streamdeck_read_pluginsfor plugin/action UUIDs and best-effortsettings_fields, then synthesize withplugin_uuid+action_uuid+settingson write. - Use
streamdeck_create_iconfor button art. Passiconwith a Material Design Icons name likemdi:cpu-64-bit,mdi:volume-high, ormdi:github(~7400 glyphs bundled) plusicon_colorandbg_colorfor a glyph; or passtextalone for a text-only icon.iconandtextare mutually exclusive — set the button'stitleonstreamdeck_write_pagefor labels, since Elgato overlays titles on images. - Use
streamdeck_create_actionwhen you need a custom shell-command button (no matching plugin action). It creates an executable script in~/StreamDeckScripts/and returns a ready-to-insert Open action block. - Call
streamdeck_write_pagewithdirectory_idfor the safest updates on existing pages. - Call
streamdeck_restart_appon macOS if the Stream Deck desktop app does not pick up changes immediately.
Reusing a found action
{
"key": 0,
"title": "Office Light",
"action": { "...paste hit.action from streamdeck_find_actions..." }
}
For dials/encoders, prefer the hit's ready-made button object (includes controller) or pass controller: hit.controller explicitly — otherwise write_page defaults to keypad.
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.
- 2d ago First seen · 126 lines · 0 tokens per session scan A d24273267ed7
streamdeck-profile is a skill published in the GitHub repository verygoodplugins/streamdeck-mcp (40 stars, last pushed 20d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,624 tokens. 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.
Other skills, from other repositories
ha-integration-knowledge
Everything you need to know to build, test and review Home Assistant Integrations. If you're looking at an integration, you must use this as your primary reference.
myco:live-smoke-testing
Activate this skill when running, interpreting, extending, or debugging the live hardware smoke test harness in scripts/livesmoke.py. Covers all aspects of manifest-driven live testing against real UniFi hardware: .env credential setup, tool classification tiers, --phase flag selection to bound blast radius, the…
myco:unifi-client-data-correctness
Apply this skill whenever modifying, debugging, or extending UniFi client data retrieval in the unifi-mcp monorepo — even if the user doesn't explicitly ask about correctness or fallback behavior. Covers five permanent architectural fixtures of clients.py: (1) choosing the right endpoint (/stat/sta for live clients…
firewall-manager
Manage UniFi firewall policies using natural language — create, modify, and review firewall rules, content filters, and traffic policies. Use when asked to block traffic, create firewall rules, manage content filtering, set up time-based access controls, or review firewall configuration.
unifi-access-setup
Configure the UniFi Access MCP server for Claude Code, Codex, or OpenClaw — set controller host, credentials, API key, and permissions.
unifi-network
How to manage UniFi network infrastructure — devices, clients, firewall, VPN, routing, WLANs, Traffic Flows, and statistics. Use this skill when the user mentions UniFi, Ubiquiti, network management, WiFi configuration, firewall rules, port forwarding, VPN, QoS, bandwidth, traffic flows, connected clients, network…