# Send Amplifier 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": "amplifier-openclaw",
    "name": "Amplifier",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/bkrabach/amplifier-openclaw",
    "canonicalUrl": "https://clawhub.ai/bkrabach/amplifier-openclaw",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/amplifier-openclaw",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=amplifier-openclaw",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "amplifier-openclaw",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T23:19:08.053Z",
      "expiresAt": "2026-05-06T23:19:08.053Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=amplifier-openclaw",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=amplifier-openclaw",
        "contentDisposition": "attachment; filename=\"amplifier-openclaw-1.1.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "amplifier-openclaw"
      },
      "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/amplifier-openclaw"
    },
    "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/amplifier-openclaw",
    "downloadUrl": "https://openagent3.xyz/downloads/amplifier-openclaw",
    "agentUrl": "https://openagent3.xyz/skills/amplifier-openclaw/agent",
    "manifestUrl": "https://openagent3.xyz/skills/amplifier-openclaw/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/amplifier-openclaw/agent.md"
  }
}
```
## Documentation

### Amplifier — Multi-Agent Delegation

Amplifier is a multi-agent AI framework. Delegate tasks that benefit from specialist agents, structured workflows, or parallel investigation.

### When to Delegate

High confidence → delegate immediately:

"Research X and compare approaches"
"Build a Python tool that does X"
"Review this code for security and design"
User says "amplifier", "deep dive", "thorough", "comprehensive"
Task has clear subtasks benefiting from parallel agents

Medium confidence → offer the choice:

"I can do a quick analysis, or delegate to Amplifier for a thorough multi-agent review."

Low confidence → handle yourself:

Simple Q&A, quick code edits, casual conversation, anything needing immediate response

### Basic Delegation

exec command:"amplifier-openclaw run 'Research the top 3 Python web frameworks' --bundle foundation" background:true timeout:600

### With Model Selection

Pass --model to override the default model:

exec command:"amplifier-openclaw run --model your-preferred-model 'Deep code review' --bundle foundation" background:true timeout:600

Tip: Pass --model matching the model from your OpenClaw Runtime line so Amplifier uses the same one.

### Bundles

amplifier-openclaw bundles list

BundleBest ForfoundationGeneral: research, analysis, planning (default)superpowersMulti-agent brainstorm, deep investigationcoderCode generation, refactoring, debugging

### Session Persistence

# Start a named session
exec command:"amplifier-openclaw run --session-name my-project 'Start building the auth module' --bundle foundation" background:true

# Resume later
exec command:"amplifier-openclaw run --resume --session-name my-project 'Now add unit tests'" background:true

### Modes

Amplifier supports slash-command modes in prompts. Modes do not carry over between runs — include the mode at the start of each prompt:

# Brainstorm mode (uses all agents)
exec command:"amplifier-openclaw run --bundle superpowers '/brainstorm How should we architect the new API?'" background:true

# Research mode
exec command:"amplifier-openclaw run --bundle foundation '/research Latest advances in RAG'" background:true

### JSON Output

{
  "response": "The analysis found...",
  "usage": {
    "input_tokens": 28566,
    "output_tokens": 1800,
    "estimated_cost": 0.12,
    "tool_invocations": 3
  },
  "status": "completed"
}

### Cost Tracking

exec command:"amplifier-openclaw cost --period week"

Report costs only when asked or when notable (>$1).

### Interpreting Results

response: Present to the user (the main output)
error: Report in plain language, don't dump raw JSON
usage.estimated_cost: May be 0.0 — don't alarm about zero
status: "completed", "cancelled", or error state

### During Active Delegation

"stop"/"cancel" → kill the background process
Unrelated questions → answer yourself, don't interrupt Amplifier
Follow-up → tell user you'll pass it along when current task finishes

### Install

If not already installed:

uv tool install "amplifier-app-openclaw @ git+https://github.com/microsoft/amplifier-app-openclaw@v1.0.5"
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: bkrabach
- Version: 1.1.1
## 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-04-29T23:19:08.053Z
- Expires at: 2026-05-06T23:19:08.053Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/amplifier-openclaw)
- [Send to Agent page](https://openagent3.xyz/skills/amplifier-openclaw/agent)
- [JSON manifest](https://openagent3.xyz/skills/amplifier-openclaw/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/amplifier-openclaw/agent.md)
- [Download page](https://openagent3.xyz/downloads/amplifier-openclaw)