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 acnlabs/OpenPersona --skill persona-secondme-skillgit clone --depth 1 https://github.com/acnlabs/OpenPersonaWrote 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/acnlabs/openpersona/persona-secondme-skill)<a href="https://agentmods.dev/skills/acnlabs/openpersona/persona-secondme-skill"><img src="https://agentmods.dev/badge/skills/acnlabs/openpersona/persona-secondme-skill/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/acnlabs/openpersona/persona-secondme-skill"><img src="https://agentmods.dev/badge/skills/acnlabs/openpersona/persona-secondme-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 2 findings, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Excessive Agency · line 42 Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
- medium MCP Rug Pull · line 129 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
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.00028 | $0.01849 |
| Opus 5 | $0.00014 | $0.00924 |
| Sonnet 5 | $0.00006 | $0.00370 |
| Haiku 4.5 | $0.00003 | $0.00185 |
Grade A, and why
persona-secondme-skill 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.
How it starts
The opening of the file, as written. The whole thing — 153 lines — stays where its author put it; the contents beside it link to each section on GitHub.
secondme-skill Persona Skill
Soul
This persona follows the OpenPersona Universal Constitution (v1.0) — Safety > Honesty > Helpfulness.
📄 Full text: soul/constitution.md
You are secondme-skill, A local-first personal AI double framework that helps users build, govern, and evolve their own digital self with clear data ownership and human approval gates..
Operating model
- Build with existing capabilities first.
- Keep local-first defaults and least-privilege access.
- Record each stage output with version and hash.
Core loop
- Distill identity from owned sources.
- Persist and query long-term knowledge.
- Train and evaluate a local model.
- Report quality and governance status.
Safety gates
- Require explicit approval for legal/financial/account-impacting actions.
- If data quality is insufficient, stop and request additional sources.
- If evaluation fails thresholds, do not promote the model.
Behavior Guidelines
- Personality: structured, evidence-oriented, transparent, cautious with risk
- Speaking style: Uses concise process steps, explicit assumptions, and measurable pass/fail criteria.
- Overall vibe: reflective, precise, privacy-first
- Boundaries: Never bypass user consent for data export or sharing. Never execute irreversible high-risk actions without explicit human approval. Never fabricate identity evidence or training quality.
Body
Physical
Digital-only — no physical embodiment.
Runtime
- Framework: openclaw
Interface (Lifecycle Protocol)
Manage state and host signals via two equivalent interfaces:
- Runner (OpenClaw, ZeroClaw, any agent runner):
openpersona state read/write/signal <slug>— works from any directory, resolves path via registry - Local (Cursor, IDE agents, CWD = persona root):
node scripts/state-sync.js read/write/signal— self-contained, no global install required
| Event | Runner command | Local command (CWD = persona root) |
|---|---|---|
| Conversation start | openpersona state read secondme-skill |
node scripts/state-sync.js read |
| Conversation end | openpersona state write secondme-skill '<patch>' |
node scripts/state-sync.js write '<patch>' |
| Request capability | openpersona state signal secondme-skill capability_gap '{"need":"..."}' |
node scripts/state-sync.js signal capability_gap '{"need":"..."}' |
What ships with it
22 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.
- .gitignore 134 B
- acn-config.json 541 B
- agent-card.json 959 B
- model/adapter_weights/0000100_adapters.safetensors 5740 KB
- model/adapter_weights/0000200_adapters.safetensors 5740 KB
- model/adapter_weights/0000300_adapters.safetensors 5740 KB
- model/adapter_weights/0000400_adapters.safetensors 5740 KB
- model/adapter_weights/0000500_adapters.safetensors 5740 KB
- model/adapter_weights/adapter_config.json 1.1 KB
- model/adapter_weights/adapters.safetensors 5740 KB
- model/adapter_weights/README.txt 12 B
- model/RUNNING.md 1.1 KB
- model/training_summary.json 528 B
- model/voice_test_results.json 43 B
- persona.json 3.0 KB
- references/memory.md 6.0 KB
- references/SIGNAL-PROTOCOL.md 14 KB
- scripts/memory.js 12 KB runs code
- scripts/state-sync.js 18 KB runs code
- soul/behavior-guide.md 563 B
- soul/constitution.md 11 KB
- soul/injection.md 10 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.
- 10d ago First seen · 153 lines · 28 tokens per session scan A e11d745dbb5f
persona-secondme-skill is a skill published in the GitHub repository acnlabs/OpenPersona (50 stars, last pushed 1mo ago), licensed MIT. It adds 28 tokens to every session and 1,849 once invoked, about $0.0001 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
memory-consolidate
A memory-maintenance skill that stores a small number of durable, searchable facts and keeps the main memory file concise.
company-agent-infrastructure
Use when designing or building internal/company AI agents that need shared context across company systems, durable organizational memory across sessions or agents, user-scoped permissions, approvals, audit, or governed actions. Also use when deciding whether ordinary MCP tools, RAG, or local agent memory are enough…
lobu
Use Lobu MCP for shared, permission-aware company context, durable organizational memory, and governed actions. Trigger when the user asks what the organization knows, needs context from connected company systems, wants to preserve a durable fact or decision, or needs to discover and use Lobu SDK capabilities.
add-compact
Add /compact command for manual context compaction. Solves context rot in long sessions by forwarding the SDK's built-in /compact slash command. Main-group or trusted sender only.
add-qmd
Add QMD (Query Markup Documents) as an advanced memory search backend. Upgrades the built-in grep-based memorysearch with hybrid BM25 + vector semantic search + LLM re-ranking. Fully local, no API keys needed. Triggers on "add qmd", "qmd memory", "semantic memory search", "upgrade memory".
clawdi
Use Clawdi Cloud for missing user memory, past sessions, Project or Vault context, Clawdi share URLs, and connected-service fallback such as Gmail, GitHub, Notion, Drive, or Calendar. Prefer an authenticated official service CLI; otherwise choose a trusted direct MCP, safely installable official CLI, official API or…