ClawHub (recommended)
Package @okita-io/openclaw-mybot-farm is published on ClawHub (status published as of 2026-09-15). Optional discover: openclaw plugins search mybot-farm.
openclaw plugins install clawhub:@okita-io/openclaw-mybot-farm
openclaw plugins enable mybot-farm
openclaw gateway restart
The first ClawHub release may show scan status suspicious until review; install via the clawhub: locator still works.
From a repo checkout
openclaw plugins install ./packages/openclaw-mybot-farm --link --force
openclaw plugins enable mybot-farm
Without --link, OpenClaw copies the plugin instead of symlinking.
From the public tarball
Packed with openclaw plugins pack. OpenClaw accepts a local archive path, or npm-pack: for the managed npm install path. See OpenClaw plugin install.
curl -LO https://mybot.farm/downloads/openclaw-mybot-farm-0.2.0.tgz
# packed archive
openclaw plugins install ./openclaw-mybot-farm-0.2.0.tgz --force
# same file, npm-pack locator
openclaw plugins install npm-pack:./openclaw-mybot-farm-0.2.0.tgz --force
openclaw plugins enable mybot-farm
Noninteractive installs of an untrusted local archive need --force after you review the file.