WeCanBot Base
在 OpenClaw 之上构建真正的 AI Agent 编排平台。预置专家角色、团队协作流程、任务执行与可复用指令模板,开箱即用;支持 App 模式应对复杂编排场景。帮助你快速从想法到执行,并在一处管理所有可复用的 agent 工作流。\nLaunch 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.
Audits
PassInstall
openclaw plugins install clawhub:@wecanbot/baseWeCanBot 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 brings this experience into an existing OpenClaw host.
Why Install This Plugin
Install this package if you want OpenClaw to feel less like a raw gateway and more like a usable agent operating environment.
After installation, you get:
- a local WeCanBot UI mounted under
/ui - one UI-serving proxy surface 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
- built-in prompt templates, so you can save common task instructions and send them quickly when needed
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 --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.
