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 agentmods add skills/acnlabs/openpersona/secondme-skillnpx skills add acnlabs/OpenPersona --skill 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/secondme-skill)<a href="https://agentmods.dev/skills/acnlabs/openpersona/secondme-skill"><img src="https://agentmods.dev/badge/skills/acnlabs/openpersona/secondme-skill.svg" alt="Measured on agentmods" 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 | $0.00040 | $0.00936 |
| Opus 5 | $0.00020 | $0.00468 |
| Sonnet 5 | $0.00008 | $0.00187 |
| Haiku 4.5 | $0.00004 | $0.00094 |
Grade A, and why
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 5d 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 — 120 lines — stays where its author put it; the contents beside it link to each section on GitHub.
secondme-skill
secondme-skill is a complete pipeline for building your AI Second Me — distill your identity from owned data, grow a private knowledge base, train a local model that speaks like you, and govern what gets shared. Local-first, privacy-first, fully yours.
This is an orchestration skill package. It does not replace lower-level capabilities.
Source of truth
- Persona source declaration:
persona.json - Pipeline runtime state:
state/pipeline-state.json - Product and governance spec:
references/product-report.md - Generated runtime pack:
generated/persona-secondme-skill/ - Regeneration script:
scripts/regenerate-pack.sh
Dependency chain
- Foundation:
openpersona-> persona pack creation and lifecycle baseline - Orchestration:
secondme-skill-> workflow gates, state, and report contracts - Capability chain:
anyone-skill-> identity extraction and evidence gradingpersona-knowledge-> data ingestion, deduplication, wiki/KG, versioned exportpersona-model-trainer-> local training, evaluation, export, integration
Required execution policy
- Use non-interactive generation and scripts where possible.
- Keep local-first and least-privilege defaults.
- Keep stage outputs auditable with version/hash references.
- Treat
persona-secondme-skill/as generated output (read-only baseline). - When
persona.jsonchanges, regenerate the runtime pack before release. - Before publishing outside this repository, run
scripts/publish-check.sh. - Preferred release check path:
scripts/run-gates.sh(regenerate + sync + model gate + publish gate).
Stage contract
init
- Validate toolchain and directories.
- Initialize or load
state/pipeline-state.json.
ingest
- Ingest user-owned data with PII scanning.
- Require explicit source authorization from user.
distill
- Build structured persona extraction artifacts.
- Ensure minimum persona input for OpenPersona is complete.
train
- Route by hardware tier:
- Apple Silicon:
mlx - NVIDIA:
unsloth - No local GPU:
colab
- Apple Silicon:
What ships with it
51 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 461 B
- generated/persona-secondme-skill/.gitignore 134 B
- generated/persona-secondme-skill/acn-config.json 541 B
- generated/persona-secondme-skill/agent-card.json 959 B
- generated/persona-secondme-skill/model/adapter_weights/0000100_adapters.safetensors 5740 KB
- generated/persona-secondme-skill/model/adapter_weights/0000200_adapters.safetensors 5740 KB
- generated/persona-secondme-skill/model/adapter_weights/0000300_adapters.safetensors 5740 KB
- generated/persona-secondme-skill/model/adapter_weights/0000400_adapters.safetensors 5740 KB
- generated/persona-secondme-skill/model/adapter_weights/0000500_adapters.safetensors 5740 KB
- generated/persona-secondme-skill/model/adapter_weights/adapter_config.json 1.1 KB
- generated/persona-secondme-skill/model/adapter_weights/adapters.safetensors 5740 KB
- generated/persona-secondme-skill/model/adapter_weights/README.txt 12 B
- generated/persona-secondme-skill/model/RUNNING.md 1.1 KB
- generated/persona-secondme-skill/model/training_summary.json 528 B
- generated/persona-secondme-skill/model/voice_test_results.json 43 B
- generated/persona-secondme-skill/persona.json 3.0 KB
- generated/persona-secondme-skill/references/memory.md 6.0 KB
- generated/persona-secondme-skill/references/SIGNAL-PROTOCOL.md 14 KB
- generated/persona-secondme-skill/scripts/memory.js 12 KB runs code
- generated/persona-secondme-skill/scripts/state-sync.js 18 KB runs code
- generated/persona-secondme-skill/SKILL.md 8.0 KB
- generated/persona-secondme-skill/soul/behavior-guide.md 563 B
- generated/persona-secondme-skill/soul/constitution.md 11 KB
- generated/persona-secondme-skill/soul/injection.md 10 KB
- notebooks/colab_train_secondme-skill.ipynb 3875 KB
- persona.json 3.4 KB
- publish.sh 2.2 KB runs code
- README.md 2.8 KB
- references/product-report.md 3.1 KB
- references/report-template.md 507 B
- references/submission-split.md 1.8 KB
- reports/data/.gitkeep 0 B
- reports/data/iris-e2e-data-report.md 934 B
- reports/deploy/.gitkeep 0 B
- reports/deploy/iris-e2e-deploy-report.md 1.7 KB
- reports/model/.gitkeep 0 B
- reports/model/iris-e2e-model-report.md 2.6 KB
- scripts/check-model-integration.sh 1.5 KB runs code
- scripts/check-sync.sh 1.9 KB runs code
- scripts/new-report-name.sh 574 B runs code
- scripts/publish-check.sh 1.1 KB runs code
- scripts/regenerate-pack.sh 486 B runs code
- scripts/run-gates.sh 1.7 KB runs code
- state/pipeline-state.json 742 B
- tests/iris/training/conversations.jsonl 5.0 KB
- tests/iris/training/prepared/eval.jsonl 2.0 KB
- tests/iris/training/prepared/stats.json 285 B
- tests/iris/training/prepared/train.jsonl 14 KB
- tests/iris/training/probes.json 1.1 KB
- tests/iris/training/profile.md 885 B
- tests/iris/training/raw/iris-notes.txt 1.8 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.
- 5d ago First seen · 120 lines · 40 tokens per session scan A 0006f2da6e5f
secondme-skill is a skill published in the GitHub repository acnlabs/OpenPersona (49 stars, last pushed 24d ago), licensed MIT. It adds 40 tokens to every session and 936 once invoked, about $0.0002 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
回合末或 master 说「记住」时,将 1–3 条可检索事实写入 memoryentries(memoryupsert),文件 MEMORY.md 仅保留纲领。.
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".
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.
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…