🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Amplifier

by @bkrabach

Delegate complex tasks to Amplifier's multi-agent framework. Use when: (1) research/comparison needing multiple perspectives, (2) multi-file code projects, (...

Versionv1.1.1
πŸ’‘ Examples

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

| Bundle | Best For | |--------|----------| | foundation | General: research, analysis, planning (default) | | superpowers | Multi-agent brainstorm, deep investigation | | coder | Code 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

View on ClawHub
TERMINAL
clawhub install amplifier-openclaw

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’