在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
mind
// Claude Mind - Search and manage Claude's persistent memory stored in a single portable .mv2 file
$ git log --oneline --stat
stars:497
forks:49
updated:2026年1月14日 15:25
SKILL.md
// Claude Mind - Search and manage Claude's persistent memory stored in a single portable .mv2 file
| name | mind |
| description | Claude Mind - Search and manage Claude's persistent memory stored in a single portable .mv2 file |
You have access to a persistent memory system powered by Claude Mind. All your observations, discoveries, and learnings are stored in a single .claude/mind.mv2 file.
Use the bundled SDK scripts via Node.js (NOT the CLI). The scripts are at ${CLAUDE_PLUGIN_ROOT}/dist/scripts/.
node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/find.js" "<query>" [limit]
Examples:
node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/find.js" "authentication" 5node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/find.js" "database schema" 10node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/ask.js" "<question>"
Examples:
node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/ask.js" "Why did we choose React?"node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/ask.js" "What was the CORS solution?"node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/stats.js"
node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/timeline.js" [count]
Memories are automatically classified into these types:
Your memory is stored at: .claude/mind.mv2
This file is:
.mind.mv2 file to teammates for instant onboarding