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 skills add dcc-mcp/dcc-mcp-shogun --skill shogun-filesgit clone --depth 1 https://github.com/dcc-mcp/dcc-mcp-shogunWrote 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.
[](https://agentmods.dev/skills/dcc-mcp/dcc-mcp-shogun/shogun-files)<a href="https://agentmods.dev/skills/dcc-mcp/dcc-mcp-shogun/shogun-files"><img src="https://agentmods.dev/badge/skills/dcc-mcp/dcc-mcp-shogun/shogun-files/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.
<a href="https://agentmods.dev/skills/dcc-mcp/dcc-mcp-shogun/shogun-files"><img src="https://agentmods.dev/badge/skills/dcc-mcp/dcc-mcp-shogun/shogun-files.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00059 | $0.00461 |
| Opus 5 | $0.00030 | $0.00230 |
| Sonnet 5 | $0.00012 | $0.00092 |
| Haiku 4.5 | $0.00006 | $0.00046 |
Grade A, and why
shogun-files 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 11d 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.
What it actually says
Vicon Shogun Post Files
Use these typed file operations only after shogun_scene__inspect_scene and
only with exact operator-owned local paths. Imports are size-bounded and accept
only .bvh, .c3d, or .mcp. Saves require .vdf; exports accept .bvh,
.c3d, .fbx, or .mcp.
Existing output files fail closed unless overwrite=true. A successful save
returns a versioned recovery receipt containing only the VDF base name, byte
count, SHA-256 digest, and whether the vendor reported a different active scene
after saving. Other results contain only base names, byte counts, and formats;
they never return full paths. The Skill does not expose scene replacement,
arbitrary HSL/Python execution, or raw trajectory writes.
These operations are capability-gated by the selected Shogun Post build and
license. Shogun Post 1.19 is known to reject the official SDK ImportFile call
with ControlError; the tool reports that class without a traceback or local
path and does not claim the mutation succeeded. Use shogun_scene__inspect_scene
after every failed file call to confirm the scene remained unchanged.
What ships with it
4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 11d ago First seen · 41 lines · 59 tokens per session scan A 940465d6d4f4
shogun-files is a skill published in the GitHub repository dcc-mcp/dcc-mcp-shogun (0 stars, last pushed 13d ago), licensed MIT. It adds 59 tokens to every session and 461 once invoked, about $0.0003 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.
Other skills, from other repositories
godot-build-optimization
Analyze a Godot project and generate a version-aware SCons export-template profile, optional .gdbuild feature profile, and reproducible artifact-size report. Use when reducing packaged engine size before export; keep runtime validation and risky binary post-processing explicit.
godot-runtime
Domain skill — Return game-peer connection and play status. Execute one strict project-manifest action for bounded playtest control. Return one bounded page of the running game hierarchy. Return one bounded property page from a game node. Set a property on a running-game node. Compatibility-only broad public-method…
godot-editor
Domain skill — Return errors captured by the DCC-MCP editor plugin. Capture the selected editor viewport to a PNG. Capture game pixels on the runtime thread and encode the PNG in the adapter. Run one @tool method with an observational budget and optional caller-driven chunks. Clear errors captured by the DCC-MCP…
godot-export
Domain skill — Inspect export presets and templates, package Godot projects for desktop, Web, and mobile targets, and validate packaged-only resource, font, signing, and hosting failures. Use for export planning and release preflight, not for editing gameplay or scene content.
godot-node
Domain skill — Add a typed node with initial properties. Delete a node with undo support. Duplicate a node and its owned children. Reparent a node while preserving ownership. Set an existing node property. Return stored and editable node properties. Create and assign a Resource to a node property. Apply a Control…
godot-animation-tree
Domain skill — Create and configure an AnimationTree node. Return AnimationTree parameters and tree type. Set an AnimationTree parameter. Add a state-machine animation node. Remove a state-machine node. Add a state-machine transition. Remove a state-machine transition. Add or replace an AnimationNode in a blend tree.