在 OpenClaw 之上构建真正的 AI Agent 编排平台。预置专家角色、团队协作流程、任务执行与可复用指令模板,开箱即用;支持 App 模式应对复杂编排场景。帮助你快速从想法到执行,并在一处管理所有可复用的 agent 工作流。 Launch AI teams and workflows in OpenClaw with a control workspace built for real operations. WeCanBot gives you pre-built specialist roles, team playbooks, task flows, installable app workflows, and reusable instruction templates, all in a more capable UI, so you can go from idea to execution faster and run repeatable agent workflows from one place.
README
WeCanBot Base
WeCanBot is an AI agent orchestration platform built on top of OpenClaw.
It is designed to help you move through four levels of capability:
- Agent: start with a single role for focused work
- Team: combine multiple roles under one leader
- Task: split larger work into tracked sub-problems
- App: turn repeated workflows into reusable automation
@wecanbot/base is the base package that makes this experience available inside an existing OpenClaw host.
Why Install This Plugin
Install this plugin if you want OpenClaw to feel less like a raw gateway and more like a usable agent operating environment.
After install, you get:
- a local WeCanBot UI mounted under
/ui - one UI-serving proxy module for:
/ui/_next/api/assets
- two base tools:
workspace_filescs_task
In practical terms, this gives you:
- a friendlier interface for running and supervising agent work
- a base file layer for attachments and generated artifacts
- a shared task entrypoint that later app packages can plug into
What This Package Is Responsible For
This package is the foundation layer only.
Its job is to provide:
- the WeCanBot UI runtime
- the UI proxy surface under the OpenClaw gateway
- the base workspace and task tools
It is not supposed to be the place where every future app or business workflow lives.
How It Fits the Product Story
The platform story is:
- begin with a single Agent
- coordinate multiple roles as a Team
- dispatch scoped work as Tasks
- expand into reusable Apps
@wecanbot/base is what gives OpenClaw the base UI and tool surface needed for that progression.
Without it, the higher-level WeCanBot experience is not present.
Installation
Recommended official path:
openclaw plugins install clawhub:@wecanbot/base@2026.4.29-1 --dangerously-force-unsafe-install
Secondary path:
- a guided
curl | shflow may be used when a session-based install and verify experience is preferred - the intended final installed result is the same as the CLI path
Why It Needs the Capabilities It Uses
This plugin is not a static asset drop.
It will:
- start a local Node UI process
- read
~/.clawsh/cs-server.json - store workspace files and sqlite metadata for
workspace_files - keep
cs_taskavailable as the shared task entrypoint for later installed apps
These behaviors are part of the product design and should be reviewed before install.
Current Boundaries
This package is intended to remain the base package.
Known follow-up work:
- tighten and document the dynamic import boundary of
cs_task - replace the current
SERVER_URLwiring with a cleaner release/runtime contract - improve the package-facing documentation further for community review
Capabilities
- Tags
- configSchema
- Yes
- Executes code
- Yes
- HTTP routes
- 0
- Runtime ID
- wecanbot-base
Compatibility
- Built With Open Claw Version
- 2026.4.15-beta.1
- Min Gateway Version
- 2026.4.8
- Plugin Api Range
- >=2026.4.8
- Plugin Sdk Version
- 2026.4.15-beta.1
Verification
- Tier
- source linked
- Scope
- artifact only
- Summary
- Validated package structure and linked the release to source metadata.
- Commit
- e88e25039f5f
- Tag
- main
- Provenance
- No
- Scan status
- suspicious
Tags
- latest
- 2026.4.29-1
