π¦ 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, (...
π‘ 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:trueResume 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:trueResearch mode
exec command:"amplifier-openclaw run --bundle foundation '/research Latest advances in RAG'" background:true
TERMINAL
clawhub install amplifier-openclaw