TopRank Skills

Home / Claw Skills / DevOps / muse
Official OpenClaw rules 36%

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.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 muse 技能。 若已安装,则直接安装 muse 技能。

Overview

Skill Key
alexander-morris/muse
Author
alexander-morris
Source Repo
openclaw/skills
Version
-
Source Path
skills/alexander-morris/muse
Latest Commit SHA
ae46e6d8055610cfa456c9f7f4d47124f6c18f4c

Extracted Content

SKILL.md excerpt

# 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](https://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:
```bash
tribe status
```

Enable/disable telemetry:
```bash
tribe enable
tribe disable
```

Show version info:
```bash
tribe version
```

## Search

Search across all coding sessions:
```bash
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:
```bash
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:
```bash
tribe recall <session-id> --format json
```

Extract content from a session:
```bash
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:
```bash
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:
```bash
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...

Related Claw Skills