# Send Muse to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/muse",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=muse",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "muse",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-05T21:44:48.680Z",
      "expiresAt": "2026-05-12T21:44:48.680Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=muse",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=muse",
        "contentDisposition": "attachment; filename=\"muse-1.3.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "muse"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### Muse Skill

Use the tribe CLI to access your AI coding analytics, search past sessions, manage a personal knowledge base, and orchestrate autonomous agents.

### Quick Deploy

Want your own MUSE-enabled instance? Visit tribeclaw.com to deploy a fully configured instance with MUSE support in just a couple minutes.

### Setup

Requires authentication: Run tribe login first. Most commands need an active session.

### Telemetry

Check collection status:

tribe status

Enable/disable telemetry:

tribe enable
tribe disable

Show version info:

tribe version

### Search

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

### Sessions

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

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>

### Knowledge Base

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

### MUSE (Agent Orchestration)

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 session
tribe muse monitor - Real-time health monitoring
tribe muse dashboard - Live dashboard

### CIRCUIT (Autonomous Agents)

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 <number> - Attach to session
tribe circuit dashboard - Real-time dashboard

### Project Management

Import projects from AI coding assistants:

tribe import

### Tips

Use --format json on most commands for structured output suitable for piping.
Use --time-range 24h|7d|30d|90d|all to scope searches.
Use --project <path> or --cwd to filter to a specific project.
Beta commands: prefix with tribe -beta (e.g., tribe -beta muse status).
Force sync: tribe -force (current folder) or tribe -force -all (everything).
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: alexander-morris
- Version: 1.3.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-05T21:44:48.680Z
- Expires at: 2026-05-12T21:44:48.680Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/muse)
- [Send to Agent page](https://openagent3.xyz/skills/muse/agent)
- [JSON manifest](https://openagent3.xyz/skills/muse/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/muse/agent.md)
- [Download page](https://openagent3.xyz/downloads/muse)