{
  "schemaVersion": "1.0",
  "item": {
    "slug": "muse",
    "name": "Muse",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/alexander-morris/muse",
    "canonicalUrl": "https://clawhub.ai/alexander-morris/muse",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/muse",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=muse",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/muse"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/muse",
    "agentPageUrl": "https://openagent3.xyz/skills/muse/agent",
    "manifestUrl": "https://openagent3.xyz/skills/muse/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/muse/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Muse Skill",
        "body": "Use the tribe CLI to access your AI coding analytics, search past sessions, manage a personal knowledge base, and orchestrate autonomous agents."
      },
      {
        "title": "Quick Deploy",
        "body": "Want your own MUSE-enabled instance? Visit tribeclaw.com to deploy a fully configured instance with MUSE support in just a couple minutes."
      },
      {
        "title": "Setup",
        "body": "Requires authentication: Run tribe login first. Most commands need an active session."
      },
      {
        "title": "Telemetry",
        "body": "Check collection status:\n\ntribe status\n\nEnable/disable telemetry:\n\ntribe enable\ntribe disable\n\nShow version info:\n\ntribe version"
      },
      {
        "title": "Search",
        "body": "Search across all coding sessions:\n\ntribe search \"authentication middleware\"\ntribe search \"docker compose\" --project myapp --time-range 30d\ntribe search \"API endpoint\" --tool \"Claude Code\" --format json"
      },
      {
        "title": "Sessions",
        "body": "List and inspect coding sessions:\n\ntribe sessions list\ntribe sessions list --cwd --limit 10\ntribe sessions read <session-id>\ntribe sessions search \"auth fix\"\ntribe sessions events <session-id>\ntribe sessions context\n\nRecall a session summary:\n\ntribe recall <session-id> --format json\n\nExtract content from a session:\n\ntribe extract <session-id> --type code\ntribe extract <session-id> --type commands --limit 10\ntribe extract <session-id> --type files --format json"
      },
      {
        "title": "Query",
        "body": "Query insights and sessions with filters:\n\ntribe query sessions --limit 10\ntribe query sessions --tool \"Claude Code\" --time-range 30d\ntribe query insights\ntribe query events --session <session-id>"
      },
      {
        "title": "Knowledge Base",
        "body": "Save, search, and manage knowledge documents:\n\ntribe kb save \"content here\"\ntribe kb save --file ./notes.md\ntribe kb search \"deployment patterns\"\ntribe kb list\ntribe kb get <doc-id>\ntribe kb tag <doc-id> \"tag-name\"\ntribe kb delete <doc-id>\ntribe kb sync\ntribe kb extract"
      },
      {
        "title": "MUSE (Agent Orchestration)",
        "body": "Note: MUSE commands require tribe -beta. Some commands (attach, monitor, dashboard) are TUI-only and must be run manually in a terminal.\n\nStart and manage the leader agent:\n\ntribe muse start\ntribe muse status --format json\ntribe muse agents --format json\n\nSpawn and interact with subagents:\n\ntribe muse spawn \"Fix the login bug\" fix-login\ntribe muse prompt fix-login \"Please also add tests\"\ntribe muse output fix-login 100\ntribe muse review fix-login\ntribe muse kill fix-login --reason \"stuck\"\n\nTUI-only (run these manually):\n\ntribe muse attach - Attach to leader session\ntribe muse monitor - Real-time health monitoring\ntribe muse dashboard - Live dashboard"
      },
      {
        "title": "CIRCUIT (Autonomous Agents)",
        "body": "Note: CIRCUIT commands require tribe -beta. Some commands (attach, dashboard) are TUI-only.\n\nManage autonomous agent sessions:\n\ntribe circuit list\ntribe circuit status\ntribe circuit metrics\ntribe circuit spawn 42\ntribe circuit next\ntribe circuit auto --interval 30\n\nTUI-only (run these manually):\n\ntribe circuit attach <number> - Attach to session\ntribe circuit dashboard - Real-time dashboard"
      },
      {
        "title": "Project Management",
        "body": "Import projects from AI coding assistants:\n\ntribe import"
      },
      {
        "title": "Tips",
        "body": "Use --format json on most commands for structured output suitable for piping.\nUse --time-range 24h|7d|30d|90d|all to scope searches.\nUse --project <path> or --cwd to filter to a specific project.\nBeta commands: prefix with tribe -beta (e.g., tribe -beta muse status).\nForce sync: tribe -force (current folder) or tribe -force -all (everything)."
      }
    ],
    "body": "Muse Skill\n\nUse the tribe CLI to access your AI coding analytics, search past sessions, manage a personal knowledge base, and orchestrate autonomous agents.\n\nQuick Deploy\n\nWant your own MUSE-enabled instance? Visit tribeclaw.com to deploy a fully configured instance with MUSE support in just a couple minutes.\n\nSetup\n\nRequires authentication: Run tribe login first. Most commands need an active session.\n\nTelemetry\n\nCheck collection status:\n\ntribe status\n\n\nEnable/disable telemetry:\n\ntribe enable\ntribe disable\n\n\nShow version info:\n\ntribe version\n\nSearch\n\nSearch across all coding sessions:\n\ntribe search \"authentication middleware\"\ntribe search \"docker compose\" --project myapp --time-range 30d\ntribe search \"API endpoint\" --tool \"Claude Code\" --format json\n\nSessions\n\nList and inspect coding sessions:\n\ntribe sessions list\ntribe sessions list --cwd --limit 10\ntribe sessions read <session-id>\ntribe sessions search \"auth fix\"\ntribe sessions events <session-id>\ntribe sessions context\n\n\nRecall a session summary:\n\ntribe recall <session-id> --format json\n\n\nExtract content from a session:\n\ntribe extract <session-id> --type code\ntribe extract <session-id> --type commands --limit 10\ntribe extract <session-id> --type files --format json\n\nQuery\n\nQuery insights and sessions with filters:\n\ntribe query sessions --limit 10\ntribe query sessions --tool \"Claude Code\" --time-range 30d\ntribe query insights\ntribe query events --session <session-id>\n\nKnowledge Base\n\nSave, search, and manage knowledge documents:\n\ntribe kb save \"content here\"\ntribe kb save --file ./notes.md\ntribe kb search \"deployment patterns\"\ntribe kb list\ntribe kb get <doc-id>\ntribe kb tag <doc-id> \"tag-name\"\ntribe kb delete <doc-id>\ntribe kb sync\ntribe kb extract\n\nMUSE (Agent Orchestration)\n\nNote: MUSE commands require tribe -beta. Some commands (attach, monitor, dashboard) are TUI-only and must be run manually in a terminal.\n\nStart and manage the leader agent:\n\ntribe muse start\ntribe muse status --format json\ntribe muse agents --format json\n\n\nSpawn and interact with subagents:\n\ntribe muse spawn \"Fix the login bug\" fix-login\ntribe muse prompt fix-login \"Please also add tests\"\ntribe muse output fix-login 100\ntribe muse review fix-login\ntribe muse kill fix-login --reason \"stuck\"\n\n\nTUI-only (run these manually):\n\ntribe muse attach - Attach to leader session\ntribe muse monitor - Real-time health monitoring\ntribe muse dashboard - Live dashboard\nCIRCUIT (Autonomous Agents)\n\nNote: CIRCUIT commands require tribe -beta. Some commands (attach, dashboard) are TUI-only.\n\nManage autonomous agent sessions:\n\ntribe circuit list\ntribe circuit status\ntribe circuit metrics\ntribe circuit spawn 42\ntribe circuit next\ntribe circuit auto --interval 30\n\n\nTUI-only (run these manually):\n\ntribe circuit attach <number> - Attach to session\ntribe circuit dashboard - Real-time dashboard\nProject Management\n\nImport projects from AI coding assistants:\n\ntribe import\n\nTips\nUse --format json on most commands for structured output suitable for piping.\nUse --time-range 24h|7d|30d|90d|all to scope searches.\nUse --project <path> or --cwd to filter to a specific project.\nBeta commands: prefix with tribe -beta (e.g., tribe -beta muse status).\nForce sync: tribe -force (current folder) or tribe -force -all (everything)."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/alexander-morris/muse",
    "publisherUrl": "https://clawhub.ai/alexander-morris/muse",
    "owner": "alexander-morris",
    "version": "1.3.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/muse",
    "downloadUrl": "https://openagent3.xyz/downloads/muse",
    "agentUrl": "https://openagent3.xyz/skills/muse/agent",
    "manifestUrl": "https://openagent3.xyz/skills/muse/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/muse/agent.md"
  }
}