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 Cratis/AI --skill studio-local-releasegit clone --depth 1 https://github.com/Cratis/AIWrote 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/cratis/ai/studio-local-release)<a href="https://agentmods.dev/skills/cratis/ai/studio-local-release"><img src="https://agentmods.dev/badge/skills/cratis/ai/studio-local-release.svg" alt="Measured on agentmods" 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.00026 | $0.00133 |
| Opus 5 | $0.00013 | $0.00067 |
| Sonnet 5 | $0.00005 | $0.00027 |
| Haiku 4.5 | $0.00003 | $0.00013 |
Grade A, and why
studio-local-release 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 3d 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
Studio local release preparation
Read .cratis/PROJECT.md and the repository's current release documentation.
Confirm the requested release scope and authorization before changing files.
Use only repository-local commands and approved secret mechanisms. Never echo, record, transmit, or commit credentials. Stop if required authority, environment, or release facts are missing.
Run the exact repository build, specification, security, packaging, and release candidate gates. Report inspectable outcomes and leave publication to the repository's protected release workflow.
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.
- 3d ago First seen · 18 lines · 26 tokens per session scan A d3dcb0e0a3f5
studio-local-release is a skill published in the GitHub repository Cratis/AI (2 stars, last pushed today), licensed MIT. It adds 26 tokens to every session and 133 once invoked, about $0.0001 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-09-03.
Other skills, from other repositories
update-changelog
Update the CHANGELOG.md files of C# projects. Parameters: csroot C# SDK repository root.
create-release
Create a versioned GitHub release with changelog.
safe-github-push
A workflow for safely pushing Git repositories that contain large assets or binary files to GitHub. It checks repository changes and file sizes before planning commits and pushes.
release
Prepare and publish Perigon.CLI patch releases, including versioning, release notes, bilingual docs, validation, and the nuget-branch CI handoff.
bump-version
Bump the SSW.VerticalSliceArchitecture.Template NuGet package version to cut a new release. Use when the user says "bump the version", "cut a release", "release a new version", "publish a new package version", or similar for this template repo. Edits the version in VerticalSliceArchitecture.nuspec — which is what…
create-release
Skill "create-release" from markmhendrickson/neotoma, covering create new release, when to use, prerequisites, command execution and step 1: load documentation.