beyond-mcp: Skill for Claude Code

.claude/skills/show-prep/SKILL.md

show-prep is a skill for Claude Code from drohi-r/beyond-mcp. It costs 49 tokens per session (670 once invoked), scanned A, original, Apache-2.0.

A pre-show checklist for BEYOND, software used to control laser-show output. It checks the connection, confirms zones and settings, resets visual controls, clears effects, unmutes zones, and enables the laser output.

In plain words
What is it for?
Preparing a BEYOND show, checking system readiness, restoring safe default settings, verifying zones, and warming up the system.
Why use it?
It helps catch connection, configuration, or leftover-effect problems before a live performance begins.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is drohi-r/beyond-mcp's own configuration. It tells Claude Code how to work on beyond-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything beyond-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to drohi-r/beyond-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/drohi-r/beyond-mcp/main/.claude/skills/show-prep/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/drohi-r/beyond-mcp

Made for: Claude Code.

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 show-prep

README.md
[![agentmods](https://agentmods.dev/badge/skills/drohi-r/beyond-mcp/show-prep/github.svg)](https://agentmods.dev/skills/drohi-r/beyond-mcp/show-prep)
Your own site
<a href="https://agentmods.dev/skills/drohi-r/beyond-mcp/show-prep"><img src="https://agentmods.dev/badge/skills/drohi-r/beyond-mcp/show-prep/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 show-prep

Your own site · 80×15
<a href="https://agentmods.dev/skills/drohi-r/beyond-mcp/show-prep"><img src="https://agentmods.dev/badge/skills/drohi-r/beyond-mcp/show-prep.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 670 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.00049 $0.00670
Opus 5 $0.00024 $0.00335
Sonnet 5 $0.00010 $0.00134
Haiku 4.5 $0.00005 $0.00067

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

Security

Grade A, and why

show-prep 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 9d 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.

.claude/skills/show-prep/SKILL.md · 67 lines

How it starts

The opening of the file, as written. The whole thing — 67 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Show Prep

Use this skill before a live show to verify that BEYOND is reachable, zones are configured, and master parameters are at safe defaults.

Workflow

  1. Verify connectivity.

    • health_check — confirm BEYOND target is reachable
    • get_server_config — verify host, port, safety settings
  2. Set safe master defaults.

    • set_master_brightness 100 — full brightness
    • set_master_zoom 100 — full zoom
    • set_master_scan_rate 100 — default scan rate
    • set_master_speed 1.0 — normal playback speed
    • set_master_alpha 255 — full opacity
    • set_master_visible_points 100 — all points visible
  3. Reset master geometry.

    • set_master_size 100, 100 — full size
    • set_master_position 0, 0 — centered
    • set_master_rotation 0, 0, 0 — no rotation
    • set_master_rotation_speed 0, 0, 0 — no continuous rotation
  4. Clear effects.

    • set_master_effect 1, -1 — stop FX slot 1
    • set_master_effect 2, -1 — stop FX slot 2
    • set_master_effect 3, -1 — stop FX slot 3
    • set_master_effect 4, -1 — stop FX slot 4
  5. Unmute all zones.

    • unmute_all_zones — ensure nothing is accidentally muted
  6. Enable laser output.

    • enable_laser_output — undo any leftover blackout
  7. Set beat source.

    • Confirm with operator: timer, audio, or manual
    • beat_source_timer / beat_source_audio / beat_source_manual
    • set_bpm to the event tempo if known
  8. Set cue mode.

    • Confirm with operator: single, one-per, or multi
    • set_cue_mode_single / set_cue_mode_one_per / set_cue_mode_multi

Pre-show checklist

  • Health check passes
  • Master brightness at 100
  • Master geometry reset to defaults
  • All FX slots stopped
  • All zones unmuted
  • Laser output enabled
  • BPM and beat source set
  • Cue mode confirmed with operator

Safety notes

  • Always confirm with the operator before enabling laser output on a rig that may have audience-facing projectors.
  • If BEYOND_CONFIRM_DESTRUCTIVE is enabled, destructive operations like blackout will require confirm=true.
  • Use preview_osc to verify any uncertain commands before sending.

Read the full file on GitHub · 67 lines

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. 9d ago First seen · 67 lines · 49 tokens per session scan A a32b086737fa

Subscribe to this mod's changes

show-prep is a skill published in the GitHub repository drohi-r/beyond-mcp (7 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 49 tokens to every session and 670 once invoked, about $0.0002 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-31.

Related

Other skills, from other repositories

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

general-video

Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…

heygen-com/hyperframes · 92 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

diagnostic-stem-delivery

Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.

HKUDS/OpenSpace · 23 tokens

chengfeng-check-updates

An environment manager for a video-editing system. It checks whether its skills and runtime—the software needed to run them—are installed and compatible.

Agentchengfeng/chengfeng-videocut-skills · 120 tokens