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 fcsouza/agent-skills --skill foundry-vtt-system-devgit clone --depth 1 https://github.com/fcsouza/agent-skillsWrote 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/fcsouza/agent-skills/foundry-vtt-system-dev)<a href="https://agentmods.dev/skills/fcsouza/agent-skills/foundry-vtt-system-dev"><img src="https://agentmods.dev/badge/skills/fcsouza/agent-skills/foundry-vtt-system-dev.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.00160 | $0.08823 |
| Opus 5 | $0.00080 | $0.04411 |
| Sonnet 5 | $0.00032 | $0.01765 |
| Haiku 4.5 | $0.00016 | $0.00882 |
Grade A, and why
foundry-vtt-system-dev 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 4d 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.
The source is not reproduced here
Licensed GPL-3.0
The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.
What ships with it
37 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.
- boilerplate/actor.mjs 1.6 KB runs code
- boilerplate/config.mjs 919 B runs code
- boilerplate/data/_module.mjs 190 B runs code
- boilerplate/data/character-data.mjs 2.1 KB runs code
- boilerplate/data/npc-data.mjs 1.2 KB runs code
- boilerplate/data/spell-data.mjs 532 B runs code
- boilerplate/data/weapon-data.mjs 607 B runs code
- boilerplate/documents/_module.mjs 90 B runs code
- boilerplate/item.mjs 925 B runs code
- boilerplate/main.mjs 3.9 KB runs code
- boilerplate/migration.mjs 1.4 KB runs code
- boilerplate/settings.mjs 542 B runs code
- boilerplate/sheets/_module.mjs 56 B runs code
- boilerplate/sheets/character-sheet.mjs 2.8 KB runs code
- boilerplate/styles/my-system.less 771 B
- boilerplate/styles/v2/apps.less 1.2 KB
- boilerplate/styles/v2/character.less 1.4 KB
- boilerplate/styles/v2/chat.less 1.5 KB
- boilerplate/styles/v2/items.less 980 B
- boilerplate/styles/v2/sheets.less 2.3 KB
- boilerplate/styles/v2/typography.less 437 B
- boilerplate/styles/variables/base.less 1.3 KB
- boilerplate/styles/variables/dark.less 647 B
- boilerplate/styles/variables/light.less 781 B
- boilerplate/system.json 2.3 KB
- boilerplate/template.json 970 B
- boilerplate/templates/actor/character-sheet.hbs 3.0 KB
- references/actor-item-classes.md 13 KB
- references/advanced-system-features.md 12 KB
- references/character-creation.md 9.3 KB
- references/combat-initiative.md 9.3 KB
- references/data-migration.md 14 KB
- references/dice-system.md 14 KB
- references/production-patterns.md 13 KB
- references/styling-and-themes.md 16 KB
- references/system-manifest.md 11 KB
- templates/system-checklist.md 5.0 KB
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.
- 4d ago Changed · -1 lines af3d0191f24a
- 7d ago First seen · 825 lines · 160 tokens per session scan A 0d2c405fbfff
foundry-vtt-system-dev is a skill published in the GitHub repository fcsouza/agent-skills (20 stars, last pushed 6d ago), licensed GPL-3.0. It adds 160 tokens to every session and 8,823 once invoked, about $0.0008 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.
Other skills, from other repositories
gameobject-component-destroy
Destroy one or more Components from a target GameObject. Missing (null) components are skipped — they cannot be destroyed. Use 'gameobject-find' and 'gameobject-component-get' to identify the components first.
unity-version-split
Split a C# file into Unity 6.5+ and pre-Unity 6.5 variants. Use when a file needs different implementations for different Unity versions due to API changes (e.g., EntityId vs int, GetEntityId vs GetInstanceID).
unity-addressables
Manage Addressables groups, entries, profiles and content builds (com.unity.addressables, reflection-based).
playtest-report
Generates a structured playtest report template or analyzes existing playtest notes into a structured format. Use this to standardize playtest feedback collection and analysis.
unity-manual-component
Manually add, configure, reorder, and copy components on GameObjects using Unity Editor UI. For one-off Inspector workflows that do not need REST automation.
motion
How an agent turns a character mesh into a usable animated FBX — and how to judge whether the result is shippable.