clone

Solid

Clone your agent's portable context (agent folder including MEMORY.md) to a folder for transfer to another vault. Use only when the user explicitly wants to migrate or copy agent memory to a new vault. Do NOT use for: backing up the whole vault, updating OneBrain (use update), or reviewing memory (use memory-review).

AI & Automation 20 stars 2 forks Updated 5 days ago Apache-2.0

Install

View on GitHub

Quality Score: 81/100

Stars 20%
44
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Clone Package your agent's full context for transfer to a new vault. **What gets cloned:** Everything in the agent folder : `MEMORY.md`, `MEMORY-INDEX.md`, `memory/`, and `CLONE.md` once generated. Also includes `onebrain.yml` and the OneBrain plugin. **What does NOT get cloned:** your notes, projects, areas, knowledge, resources, archive, and logs. Usage: `/clone` --- ## Files Included in Clone Package - `05-agent/MEMORY.md` - `05-agent/MEMORY-INDEX.md` ← include MEMORY-INDEX - `05-agent/memory/` ← all memory files (was: context/ + memory/ separately; now merged) - `onebrain.yml` ← include onebrain.yml (has recap config) - `.claude/plugins/onebrain/` --- ## Session Log Handling When cloning, preserve `recapped:` and `topics:` fields on all session logs. Do NOT strip these fields — the new vault should not reprocess already-recapped logs. --- ## Archive Folder Option AskUserQuestion: "Include `[archive_folder]/[agent_folder]/memory/` (deleted memory files)?" Options: `include / skip` - `include`: copy `06-archive/05-agent/memory/` into clone package (full history) - `skip`: omit archive folder (clean fresh-feeling vault) --- ## Step 1: Regenerate CLONE.md Write `[agent_folder]/CLONE.md` (overwrite if it exists): ```markdown --- tags: [agent-clone] updated: YYYY-MM-DD --- # Agent Clone Manifest ## Identity - Source: [agent_folder]/MEMORY.md - Agent name: [read from [agent_folder]/MEMORY.md `## Identity & Personality` sect...

Details

Author
onebrain-ai
Repository
onebrain-ai/onebrain
Created
4 months ago
Last Updated
5 days ago
Language
Shell
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

cc-clone

Clone a Claude Code brain — package your own memory/skills/agents/rules into a shareable, secret-redacted pack, or one-click install another developer's brain into your Claude Code (or export it to Codex/Gemini/Cursor/OpenCode). Use when the user says "clone my brain", "package my Claude Code setup", "install someone's brain", "克隆大脑", "打包我的记忆", "移植到 codex/cursor", or wants to distribute or adopt a Claude Code configuration.

0 Updated 2 weeks ago
duliangkuan
AI & Automation Featured

migrate-memory

Migrate legacy NanoClaw and Claude-native memory into the shared memory tree and provider-neutral standing instructions. Run after an update reports the shared-memory breaking change, or when a group still has .seed.md, legacy CLAUDE.md/CLAUDE.local.md, Claude auto-memory, or an unindexed imported-agent-memory.md. Triggers on "migrate memory", "legacy memory", "the agent forgot everything after the switch".

30,388 Updated today
nanocoai
AI & Automation Listed

agent-workflow-kit

Deploy or upgrade a portable AI-agent memory-and-workflow system in any project. Use when the user wants to bootstrap `docs/ai/` + an entry-point `AGENTS.md` (+ `CLAUDE.md` alias) + cap/archive/index enforcement in a new or existing repo, set up the Memory Map and session protocols, install the docs-rotation pre-commit hook, or run `/agent-workflow-kit` / `/agent-workflow-kit upgrade`. Triggers on phrases like "set up the memory system", "deploy the AI workflow here", "bootstrap docs/ai", "upgrade the workflow".

0 Updated today
sabaiway