persona-import

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

A migration tool for converting a Paperclip agent directory into the file layout used by WoterClip, two systems for defining and running AI agents.

In plain words
What is it for?
Use it to import SOUL.md, AGENTS.md, HEARTBEAT.md, and TOOLS.md from a Paperclip agent after initializing WoterClip.
Why use it?
It saves you from manually copying agent identity, rules, and tool instructions between incompatible folder formats. It also leaves out Paperclip-specific files that WoterClip does not use.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Claude Code; mentions AGENTS.md.

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

Good fit Use it to import SOUL.md, AGENTS.md, HEARTBEAT.md, and TOOLS.md from a Paperclip agent after initializing WoterClip.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wotai-dev/woterclip/persona-import
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-import
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-import

README.md
[![agentmods](https://agentmods.dev/badge/skills/wotai-dev/woterclip/persona-import/github.svg)](https://agentmods.dev/skills/wotai-dev/woterclip/persona-import)
Your own site
<a href="https://agentmods.dev/skills/wotai-dev/woterclip/persona-import"><img src="https://agentmods.dev/badge/skills/wotai-dev/woterclip/persona-import/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-import

Your own site · 80×15
<a href="https://agentmods.dev/skills/wotai-dev/woterclip/persona-import"><img src="https://agentmods.dev/badge/skills/wotai-dev/woterclip/persona-import.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,208 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.00059 $0.01208
Opus 5 $0.00030 $0.00604
Sonnet 5 $0.00012 $0.00242
Haiku 4.5 $0.00006 $0.00121

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

Security

Grade A, and why

persona-import 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-import/SKILL.md · 120 lines

How it starts

The opening of the file, as written. The whole thing — 120 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Import Persona from Paperclip

Convert a Paperclip agent directory into a WoterClip persona. Maps Paperclip's agent structure (SOUL.md, AGENTS.md, HEARTBEAT.md, TOOLS.md) to WoterClip's persona structure (SOUL.md, TOOLS.md, config.yaml).

Prerequisites

  • .woterclip/config.yaml must exist (run /woterclip-init first)
  • User must provide the path to the Paperclip agent directory

File Mapping

Paperclip File WoterClip Target What to Import
SOUL.md SOUL.md Copy as-is — identity, posture, voice
HEARTBEAT.md Append to SOUL.md Only the role-specific responsibilities section (bottom). Skip the generic heartbeat procedure (top) — replaced by the plugin's heartbeat skill
AGENTS.md config.yaml + SOUL.md Safety rules → append to SOUL.md Boundaries section. Workspace paths → drop. Memory refs → drop
TOOLS.md TOOLS.md Copy, replacing Paperclip API references with gh CLI equivalents
life/, memory/ Skip Claude Code has built-in memory

Import Procedure

Step 1: Read Source

Ask the user for the Paperclip agent directory path. Read all files present:

  • SOUL.md (required)
  • AGENTS.md (optional)
  • HEARTBEAT.md (optional)
  • TOOLS.md (optional)

If SOUL.md doesn't exist, stop — this is not a valid Paperclip agent directory.

Step 2: Ask for Persona Details

Ask the user:

  1. Persona name — e.g., "Backend Engineer" (pre-fill from SOUL.md if obvious)
  2. GitHub label — e.g., backend (must be unique)
  3. Role typeengineer, orchestrator, analyst, or custom
  4. Modelopus, sonnet, or haiku (suggest based on role)
  5. Escalates to — default: ceo

Step 3: Transform SOUL.md

  1. Start with the Paperclip SOUL.md content
  2. From HEARTBEAT.md: extract the role-specific section (usually the bottom half, after the generic heartbeat steps). Append as a "## Working Style" or "## Role Responsibilities" section
  3. From AGENTS.md: extract safety rules and boundaries. Append to the "## Boundaries" section
  4. Add a WoterClip-specific "## Quality Checklist" section if not present
  5. Drop any Paperclip-specific references (workspace paths, PARA memory, budget tracking)

Read the full file on GitHub · 120 lines

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 · 120 lines · 59 tokens per session scan A 7bd46bbb2b52

Subscribe to this mod's changes

persona-import is a skill published in the GitHub repository wotai-dev/woterclip (57 stars, last pushed 1mo ago), licensed MIT. It adds 59 tokens to every session and 1,208 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