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 EdwardAF-IT/Personetta --skill personetta-set-activegit clone --depth 1 https://github.com/EdwardAF-IT/PersonettaWrote 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/edwardaf-it/personetta/personetta-set-active)<a href="https://agentmods.dev/skills/edwardaf-it/personetta/personetta-set-active"><img src="https://agentmods.dev/badge/skills/edwardaf-it/personetta/personetta-set-active/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/edwardaf-it/personetta/personetta-set-active"><img src="https://agentmods.dev/badge/skills/edwardaf-it/personetta/personetta-set-active.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00056 | $0.00384 |
| Opus 5 | $0.00028 | $0.00192 |
| Sonnet 5 | $0.00011 | $0.00077 |
| Haiku 4.5 | $0.00006 | $0.00038 |
Grade A, and why
personetta-set-active 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 9d 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
Personetta — set active persona
Goal
Run personetta set-active <recipe-id> for the global target (user home).
Personetta auto-detects the host agent, so inside Claude Code this targets the
Claude persona automatically.
Running the CLI (no repository required)
Personetta runs from its installed CLI; you do not need a checkout of the repo. Use the first invocation that works:
personetta <args>— the installed console script.python -m generator <args>— module fallback whenpersonettais not on PATH but the package is installed.
If neither works, run personetta verify (or python -m generator verify) to
diagnose the install.
Command
personetta set-active <RECIPE_ID>
- The format is auto-detected from the host agent. To override (or when
detection is unavailable), append
--format <cursor|claude|copilot|cline>. - Omit
--targetfor the global install root (user home).
Errors
- Cache missing / FileNotFoundError: run
personetta install '*' --format claude, then retry. - Could not detect the host agent: pass
--format claudeexplicitly. personetta: command not found: use thepython -m generatorfallback, or runpersonetta verifyto repair PATH.
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.
- 9d ago First seen · 46 lines · 56 tokens per session scan A 5b483b106ec5
personetta-set-active is a skill published in the GitHub repository EdwardAF-IT/Personetta (2 stars, last pushed 10d ago), licensed MIT. It adds 56 tokens to every session and 384 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-31.
Other skills, from other repositories
rework-rate
Measure and interpret PR rework rate — the emerging 5th DORA metric.
My Skill
Content here.
harness-engineering
Use when the user asks to improve, fix, or build their repository's AI harness — AGENTS.md, rules, skills, commands, hooks, guardrails, CI sensors — or to act on harness-score audit findings and raise their maturity level.
reap
Report how much of the context this agent loads is never used - unused skills, MCP servers, subagents, hooks and always-loaded prose - measured from real session transcripts. Use when asked why the context window is full, what is wasting tokens, or what is safe to remove.
audit
Audits recent work against its Definition of Done and project patterns. Runs the test suite, compares code against the spec, and reports PASS / PARTIAL / FAIL. Also runs the Critical Gate — a safety scan of the diff for destructive or dangerous operations. Generates an incremental prompt pack for any gaps found. With…
hotfix
Fixes an observed defect with reproducible evidence in one call: writes a short trace doc before touching code, implements the fix, and backs it with a regression test written before the fix. Production incidents are the motivating case, not a gate. When blocked, it halts by name and saves the doc for a later call to…