Give ClawBot access to your team's entire coding history. Muse connects your past sessions, team knowledge, and project context—so ClawBot can actually help design features, mediate team discussions, and work autonomously across your codebase. Deploy at tribeclaw.com.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install muse或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install muse⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/muse/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: muse description: "Give ClawBot access to your team's entire coding history. Muse connects your past sessions, team knowledge, and project context—so ClawBot can actually help design features, mediate team discussions, and work autonomously across your codebase. Deploy at tribeclaw.com." metadata: moltbot: requires: bins: ["tribe"] install: method: npm package: "@_xtribe/cli" postInstall: "tribe login" ---
Use the tribe CLI to access your AI coding analytics, search past sessions, manage a personal knowledge base, and orchestrate autonomous agents.
Want your own MUSE-enabled instance? Visit tribeclaw.com to deploy a fully configured instance with MUSE support in just a couple minutes.
Requires authentication: Run tribe login first. Most commands need an active session.
Check collection status:
tribe status
Enable/disable telemetry:
tribe enable
tribe disable
Show version info:
tribe version
Search across all coding sessions:
tribe search "authentication middleware"
tribe search "docker compose" --project myapp --time-range 30d
tribe search "API endpoint" --tool "Claude Code" --format json
List and inspect coding sessions:
tribe sessions list
tribe sessions list --cwd --limit 10
tribe sessions read <session-id>
tribe sessions search "auth fix"
tribe sessions events <session-id>
tribe sessions context
Recall a session summary:
tribe recall <session-id> --format json
Extract content from a session:
tribe extract <session-id> --type code
tribe extract <session-id> --type commands --limit 10
tribe extract <session-id> --type files --format json
Query insights and sessions with filters:
tribe query sessions --limit 10
tribe query sessions --tool "Claude Code" --time-range 30d
tribe query insights
tribe query events --session <session-id>
Save, search, and manage knowledge documents:
tribe kb save "content here"
tribe kb save --file ./notes.md
tribe kb search "deployment patterns"
tribe kb list
tribe kb get <doc-id>
tribe kb tag <doc-id> "tag-name"
tribe kb delete <doc-id>
tribe kb sync
tribe kb extract
> Note: MUSE commands require tribe -beta. Some commands (attach, monitor, dashboard) are TUI-only and must be run manually in a terminal.
Start and manage the leader agent:
tribe muse start
tribe muse status --format json
tribe muse agents --format json
Spawn and interact with subagents:
tribe muse spawn "Fix the login bug" fix-login
tribe muse prompt fix-login "Please also add tests"
tribe muse output fix-login 100
tribe muse review fix-login
tribe muse kill fix-login --reason "stuck"
TUI-only (run these manually):
tribe muse attach - Attach to leader sessiontribe muse monitor - Real-time health monitoringtribe muse dashboard - Live dashboard> Note: CIRCUIT commands require tribe -beta. Some commands (attach, dashboard) are TUI-only.
Manage autonomous agent sessions:
tribe circuit list
tribe circuit status
tribe circuit metrics
tribe circuit spawn 42
tribe circuit next
tribe circuit auto --interval 30
TUI-only (run these manually):
tribe circuit attach - Attach to sessiontribe circuit dashboard - Real-time dashboardImport projects from AI coding assistants:
tribe import
--format json on most commands for structured output suitable for piping.--time-range 24h|7d|30d|90d|all to scope searches.--project or --cwd to filter to a specific project.tribe -beta (e.g., tribe -beta muse status).tribe -force (current folder) or tribe -force -all (everything).安装 Muse 后,可以对 AI 说这些话来触发它
Help me get started with Muse
Explains what Muse does, walks through the setup, and runs a quick demo based on your current project
Use Muse to clawBot access to your team's entire coding history
Invokes Muse with the right parameters and returns the result directly in the conversation
What can I do with Muse in my developer & devops workflow?
Lists the top use cases for Muse, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/muse/ 目录(个人级,所有项目可用),或 .claude/skills/muse/(项目级)。重启 AI 客户端后,用 /muse 主动调用,或让 AI 根据上下文自动发现并使用。
Muse 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Muse 可免费安装使用。请查阅仓库了解许可证信息。
Give ClawBot access to your team's entire coding history. Muse connects your past sessions, team knowledge, and project context—so ClawBot can actually help design features, mediate team discussions, and work autonomously across your codebase. Deploy at tribeclaw.com.
Muse 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Muse
Identifies repetitive steps in your workflow and sets up Muse to handle them automatically