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 jabrena/plinth --skill 005-agents-installationgit clone --depth 1 https://github.com/jabrena/plinthWrote 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/jabrena/plinth/005-agents-installation)<a href="https://agentmods.dev/skills/jabrena/plinth/005-agents-installation"><img src="https://agentmods.dev/badge/skills/jabrena/plinth/005-agents-installation.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
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.00101 | $0.00549 |
| Opus 5 | $0.00051 | $0.00275 |
| Sonnet 5 | $0.00020 | $0.00110 |
| Haiku 4.5 | $0.00010 | $0.00055 |
Grade A, and why
005-agents-installation 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 8d 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
Embedded agents installer
Install a predefined set of embedded agent definitions from repository assets into a user-selected target directory. This is an interactive skill.
What is covered in this Skill?
- Interactive target selection (
.github/agents,.claude/agents,.cursor/agents, or.codex/agents) - Deterministic copy of all embedded agents defined via XInclude from
assets/agents - Idempotent re-installation with clear overwrite reporting
Constraints
This skill installs only the embedded robot agents bundle and must ask for destination before writing files.
- MUST ask the user to choose
.github/agents,.claude/agents,.cursor/agents, or.codex/agentsbefore installing - MUST copy all embedded agent files defined in
references/005-agents-installation.md - MUST preserve file names from the reference content and report overwrite actions
When to use this skill
- Install embedded agents
- Bootstrap .github/agents
- Bootstrap .cursor/agents
- Bootstrap .claude/agents
- Bootstrap .codex/agents
- Copy robot agents
Workflow
- Choose destination
Ask exactly one question to choose .github/agents, .claude/agents, .cursor/agents, or .codex/agents and wait for an explicit answer before copying files.
Step constraints:
- Do not copy any file until destination is explicitly confirmed
- If destination is ambiguous, ask a clarification question
- Install embedded agents
Create the destination directory if needed, then copy all embedded agent files defined in the reference content, preserving filenames and warning before overwriting existing files.
- Report installation result
Return a concise checklist with selected destination, created/updated files, overwrite actions, and an optional verification command.
Reference
For detailed guidance, examples, and constraints, see references/005-agents-installation.md.
What ships with it
10 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.
- assets/agents/plinth-architect.md 6.3 KB
- assets/agents/plinth-business-analyst.md 4.5 KB
- assets/agents/plinth-java-coder.md 5.6 KB
- assets/agents/plinth-java-micronaut-coder.md 8.7 KB
- assets/agents/plinth-java-performance.md 3.0 KB
- assets/agents/plinth-java-quarkus-coder.md 8.3 KB
- assets/agents/plinth-java-spring-boot-coder.md 8.7 KB
- assets/agents/plinth-no-java.md 3.7 KB
- assets/agents/plinth-tech-lead.md 23 KB
- references/005-agents-installation.md 3.3 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.
- 8d ago First seen · 57 lines · 101 tokens per session scan A ed398798bbd7
005-agents-installation is a skill published in the GitHub repository jabrena/plinth (436 stars, last pushed 3d ago), licensed Apache-2.0. It adds 101 tokens to every session and 549 once invoked, about $0.0005 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
triage-nda
Ten-minute NDA triage — classifies an incoming NDA as GREEN (sign under standard delegation), YELLOW (targeted fixes, listed), or RED (full review). Screens mutuality, term and survival, definition breadth, embedded non-solicits or non-competes, missing standard carve-outs, residuals clauses, and IP assignment…
meshy-3d-printing
3D print models generated with Meshy AI, plus Creative Lab consumer products. Handles slicer detection, white model printing, multi-color printing via API, the Creative Lab pipeline (figure / lamp / keychain / fridge-magnet), and print-optimized download workflows. Use when the user mentions 3D printing, slicing…
claude-code-eyes
Look at real hardware, screens, panels, and wiring on a desk or workbench through a camera, so Claude can SEE physical output that no unit test, log, or API can. Use whenever the user says "are you seeing this?", "olha isso", "look at this", "watch this", "can you see...", "check the camera", "look at the screen" /…
sticky-device
Hardware facts, ESP-IDF firmware patterns, ePaper/touch APIs, and Playground publishing rules for the Seeed Studio reTerminal Sticky (ESP32-S3, 3.97" 800x480 e-ink). Use when working on reTerminal Sticky or "Sticky" firmware, apps, pin assignments, display refresh, touch gestures, deep sleep, ESPHome/Home Assistant…
agent-credit
Borrow from Aave V3 via credit delegation. Agent draws against delegator collateral. Supports borrow, repay, health checks.
arbitrum-dapp-skill
Opinionated guide for building dApps on Arbitrum using Stylus (Rust) and/or Solidity. Covers local devnode setup, contract development, testing, deployment, and React frontend integration with viem. Use when starting a new Arbitrum project, writing Stylus or Solidity contracts, deploying to Arbitrum, or building a…