persona-list

persona-list is a skill for Claude Code from wotai-dev/woterclip. It costs 54 tokens per session (448 once invoked), scanned A, original, MIT.

A command for listing the configured WoterClip personas, which are named agent roles with their own settings and responsibilities. It reads the repository's WoterClip configuration and reports each persona's model, limits, escalation path, and tools.

In plain words
What is it for?
Checking whether WoterClip is initialized, listing personas, reviewing their runtime settings, and seeing which supporting files and tools each role has.
Why use it?
It shows which agent roles are available and how they are configured without requiring you to inspect several configuration files manually.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the woterclip plugin — 7 skills, 3 commands shipped together

Good fit Checking whether WoterClip is initialized, listing personas, reviewing their runtime settings, and seeing which supporting files and tools each role has.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wotai-dev/woterclip/persona-list
Install

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.

Any agent
npx skills add wotai-dev/woterclip --skill persona-list
Clone the repo
git clone --depth 1 https://github.com/wotai-dev/woterclip

Made for: Claude Code.

Or install woterclip, the plugin that ships this one along with the rest of its 7 skills, 3 commands.

Wrote 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.

agentmods badge for persona-list

README.md
[![agentmods](https://agentmods.dev/badge/skills/wotai-dev/woterclip/persona-list/github.svg)](https://agentmods.dev/skills/wotai-dev/woterclip/persona-list)
Your own site
<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.

agentmods 80×15 button for persona-list

Your own site · 80×15
<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>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 448 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 10d ago against content hash 8123a3d09c65, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

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.

skills/persona-list/SKILL.md · 49 lines

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:

  1. Read config.yaml from the persona's path (.woterclip/<persona.path>/config.yaml)
  2. Check if SOUL.md and TOOLS.md exist
  3. 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-create for adding new personas
Changes

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.

  1. 10d ago First seen · 49 lines · 54 tokens per session scan A 8123a3d09c65

Subscribe to this mod's changes

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.

Related

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…

SethGammon/Citadel · 70 tokens

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.

SethGammon/Citadel · 40 tokens

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.

SethGammon/Citadel · 56 tokens

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.

SethGammon/Citadel · 56 tokens

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.

oliver-kriska/claude-elixir-phoenix · 38 tokens

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.

oliver-kriska/claude-elixir-phoenix · 44 tokens