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 wotai-dev/woterclip --skill persona-listgit clone --depth 1 https://github.com/wotai-dev/woterclipWrote 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/wotai-dev/woterclip/persona-list)<a href="https://agentmods.dev/skills/wotai-dev/woterclip/persona-list"><img src="https://agentmods.dev/badge/skills/wotai-dev/woterclip/persona-list/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/wotai-dev/woterclip/persona-list"><img src="https://agentmods.dev/badge/skills/wotai-dev/woterclip/persona-list.svg" alt="Reviewed on agentmods" width="80" 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.00054 | $0.00448 |
| Opus 5 | $0.00027 | $0.00224 |
| Sonnet 5 | $0.00011 | $0.00090 |
| Haiku 4.5 | $0.00005 | $0.00045 |
Grade A, and why
persona-list 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 10d 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
List Personas
Display all configured WoterClip personas for this repository.
Procedure
Step 1: Load Config
Read .woterclip/config.yaml. If missing, report that WoterClip is not initialized and suggest /woterclip-init.
Step 2: Read Persona Details
For each persona in the personas config map:
- Read
config.yamlfrom the persona's path (.woterclip/<persona.path>/config.yaml) - Check if
SOUL.mdandTOOLS.mdexist - Collect: name, role, label, model, thinking effort, max turns, escalates_to, required tools
Step 3: Format Output
WoterClip Personas
──────────────────
Name Label Model Turns Escalates Tools
Orchestrator (default) haiku 50 ceo gh
CEO ceo sonnet 100 board gh
Backend Engineer backend opus 300 ceo gh
Frontend Engineer frontend sonnet 200 ceo gh
Files:
Orchestrator: .woterclip/personas/orchestrator/ ✓ SOUL ✓ TOOLS ✓ config
CEO: .woterclip/personas/ceo/ ✓ SOUL ✓ TOOLS ✓ config
Backend: .woterclip/personas/backend/ ✓ SOUL ✓ TOOLS ✓ config
Frontend: .woterclip/personas/frontend/ ✓ SOUL ✓ TOOLS ✓ config
Flag missing files with ✗ so the user knows what needs attention.
Step 4: Suggest Actions
- If any persona has missing files, suggest fixing them
- Mention
/persona-createfor adding new personas
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.
- 10d ago First seen · 49 lines · 54 tokens per session scan A 8123a3d09c65
persona-list is a skill published in the GitHub repository wotai-dev/woterclip (57 stars, last pushed 1mo ago), licensed MIT. It adds 54 tokens to every session and 448 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-30.
Other skills, from other repositories
watch
File sentinel that monitors the working directory for changes and marker comments, then auto-triggers appropriate skills. Poll-based via git diff against the last scan commit. Writes intake items for batch processing and routes marker actions through /do. Use for automatic reactions to file changes; do NOT use for…
live-preview
Mid-build visual verification loop. Takes screenshots of components during construction, not just after. Catches visual regressions and invisible features before they compound. Requires Playwright or similar screenshot tool.
marshal
Meta-orchestrator that takes any direction — broad, specific, or vague — and autonomously chains skills and context into actionable work. Gathers context from codebase, docs, and memory. Only asks the user when it genuinely cannot proceed. Single-session orchestrator.
wiki
Markdown-first knowledge base where the LLM acts as librarian. Ingests raw sources, compiles and interlinks topic files, self-maintains an index. No vector DB or embeddings required -- uses LLM-native navigation over structured markdown up to 400K words.
tidewave-integration
Tidewave MCP runtime tools — debugging, smoke testing, live state inspection, SQL queries, hex docs. Use when evaluating code in a running Phoenix app.
elixir-idioms
OTP/BEAM patterns and Elixir idioms — GenServer, Supervisor, Task, Registry, pattern matching, with chains, pipes. Use when designing processes or debugging BEAM issues.