clawpack parasite

Hot-swap a ClawPack agent onto another agent's channels.

Usage

clawpack parasite [bundle] [options]

Options

FlagDescriptionDefault
--host <agent>Host agent to parasitizemain
--provider <name>Auth provider
--api-key <key>Auth API key
--model <model>Model override
--no-pullSkip pull, use already-linked agent
--restore [name]Restore a specific parasite
--allRestore all parasites (with --restore)
--listList active parasites
-h, --helpShow help

Examples

# Parasitize main agent
clawpack parasite agentebox/clawdoctor

# Target a specific host
clawpack parasite agentebox/clawdoctor --host my-other-agent

# With model override
clawpack parasite agentebox/clawdoctor --model opus

# List active parasites
clawpack parasite --list

# Restore host (remove parasite)
clawpack parasite --restore

# Restore a specific one
clawpack parasite --restore clawdoctor

# Restore all
clawpack parasite --restore --all

See Also