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/vpdpersonal/aspid.fasttools/sync-readmesnpx skills add VPDPersonal/Aspid.FastTools --skill sync-readmesgit clone --depth 1 https://github.com/VPDPersonal/Aspid.FastToolsWrote 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/vpdpersonal/aspid.fasttools/sync-readmes)<a href="https://agentmods.dev/skills/vpdpersonal/aspid.fasttools/sync-readmes"><img src="https://agentmods.dev/badge/skills/vpdpersonal/aspid.fasttools/sync-readmes.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 | $0.00040 | $0.01264 |
| Opus 5 | $0.00020 | $0.00632 |
| Sonnet 5 | $0.00008 | $0.00253 |
| Haiku 4.5 | $0.00004 | $0.00126 |
Grade A, and why
sync-readmes 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.
How it starts
The opening of the file, as written. The whole thing — 77 lines — stays where its author put it; the contents beside it link to each section on GitHub.
The package ships sixteen README files (4 main + 12 sample) that drift from the code easily. Use after any change touching namespaces of public types, public API surface, [CreateAssetMenu] paths, source generator output, or sample structure.
Files in scope
Main READMEs (mirror each other 1:1 except for the structural differences below):
| Path | Locale | Image base path |
|---|---|---|
README.md |
EN | Aspid.FastTools/Packages/tech.aspid.fasttools/Documentation/Images/ |
README_RU.md |
RU | Aspid.FastTools/Packages/tech.aspid.fasttools/Documentation/Images/ |
Aspid.FastTools/Packages/tech.aspid.fasttools/Documentation/EN/README.md |
EN | ../Images/ |
Aspid.FastTools/Packages/tech.aspid.fasttools/Documentation/RU/README.md |
RU | ../Images/ |
Per-feature references (Types.md, SerializeReferences.md, SerializeReferenceTooling.md, Ids.md, SerializedPropertyExtensions.md, VisualElementExtensions.md) live alongside the Documentation copies inside Documentation/EN/ and Documentation/RU/.
Expected structural differences between root and Documentation copies (not drift):
- Badge block (Unity / Stable / Preview / License shields) — only in the root copies.
- Language switcher under the banner — root links
README.md/README_RU.md; Documentation copies link the sibling locale as../RU/README.md/../EN/README.md. - Source-code link row (
[Source Code](…) · [Unity Asset Store](…) · [Releases](…), RU:Исходный код) under the one-liner — only in the Documentation copies. - LICENSE / CHANGELOG links (in
## License/## Лицензия) — root uses repo-relative paths; Documentation copies use absolutegithub.com/.../blob/main/...URLs. - Image paths — see table above.
- Feature-reference links — root uses the full
Documentation/EN/...path; Documentation copies link to the bare filename (same folder).
Sample READMEs — one EN + one RU per sample folder under Aspid.FastTools/Packages/tech.aspid.fasttools/Samples~/ (Types/, Ids/, EnumValues/, ProfilerMarkers/, VisualElements/, SerializeReferences/).
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 First seen · 77 lines · 40 tokens per session scan A 49b43136282e
sync-readmes is a skill published in the GitHub repository VPDPersonal/Aspid.FastTools (24 stars, last pushed 26d ago), licensed MIT. It adds 40 tokens to every session and 1,264 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-30.
Other skills, from other repositories
unity
Compile, test, and drive Unity for this repo's C# packages (unity/core, jint, quickjs, clearscript) and the two Unity projects (tests/, kitchen-sink/). Use when a change touches C# under unity/, when Unity test results are needed, when a rendering snapshot has to be checked or regenerated, or when the app has to be…
uloop-execute-dynamic-code
Execute C# with Unity APIs when existing uloop tools cannot inspect or edit enough. Use for reachable scene/component state, scene/prefab/menu automation, and PlayMode checks.
uloop-simulate-mouse-input
Simulate Mouse.current input in PlayMode through Unity Input System. Use for gameplay mouse clicks, long-press (LongPress), movement delta (MoveDelta/SmoothDelta), or scroll. Use --dry-run to check what a Game View coordinate hits in 3D physics before clicking (works in EditMode; no Input System required). Use…
uloop-simulate-mouse-ui
Simulate PlayMode EventSystem UI mouse actions using screen coordinates. Use for UI clicks, long-presses, or drags from annotated screenshots.
uloop-pause-point
Pauses Unity playback at any source file:line without editing code or recompiling, and returns a snapshot of the locals, parameters, and instance fields at that exact frame. Use for bug investigation, PlayMode/E2E verification, checking variable values at a specific frame, or confirming that a code path executed.
uloop-screenshot
Capture Unity Editor windows or Game View rendering as PNG. Use for visual checks, debugging, documentation, or annotated UI element coordinates.