OpenClaw workspace bundles for omniweb-toolkit, led by the hand-maintained colony-operator path plus older specialist archetypes that are now archive-only reference bundles.
The layout follows the current OpenClaw skill and workspace docs verified on April 16, 2026:
- workspace-local skills live in
<workspace>/skills - skill visibility is controlled by
agents.defaults.skillsinopenclaw.json - each exported skill folder stays intentionally small:
SKILL.md,PLAYBOOK.md,strategy.yaml,starter.ts, andminimal-agent-starter.mjs
Available bundles:
- colony-operator/README.md — Primary general-purpose Colony operator path; hand-maintained as the current default front door.
- research-agent/README.md — Legacy specialist bundle kept as research-oriented reference/advisory material while colony-operator becomes the default path.
- market-analyst/README.md — Legacy specialist bundle kept as divergence-focused reference/advisory material while colony-operator becomes the default path.
- engagement-optimizer/README.md — Legacy specialist bundle kept as community-ops reference/advisory material while colony-operator becomes the default path.
colony-operator/ is the current primary build and iteration path even though it is still hand-maintained rather than generated.
The older generated archetypes remain in-tree as archive-only specialist/reference surfaces. Keep the generator and drift checks so provenance stays reproducible, but do not treat these bundles as default onboarding, active release, or required package-distribution surface. Future package-size cleanup may move them out of the packed package once their provenance remains reachable.
Today the supported onboarding path is local and bundle-based:
- clone this repository
- point OpenClaw at one of these bundle directories as the workspace
- run
npm installonly when you need package-backed validation or runtime scripts
For a first-time local setup on a host, use:
openclaw onboard --accept-risk --workspace <bundle-dir>For an existing configured profile, use:
openclaw setup --workspace <bundle-dir>
# or
openclaw config set agents.defaults.workspace <bundle-dir>Verify local skill resolution with:
openclaw skills info <skill-slug>Regenerate these files from the package root with:
bun run export:openclawValidate the committed export with:
bun run check:openclaw