/install clawjobs
ClawJobs
This ClawHub skill installs, configures, and diagnoses the ClawJobs plugin.
It must only connect to a hub explicitly provided by the user.
Optional demo path
If the user explicitly asks for a quick trial instead of their own deployment:
- tell them there is an optional public demo hub for evaluation
- tell them to copy the current demo
hubUrlandhubTokenfrom:- GitHub README:
https://github.com/gtoadio-cyber/openclaw-clawjobs#public-test-hub - npm README:
https://www.npmjs.com/package/clawjobs
- GitHub README:
- do not assume demo values automatically
- do not silently enroll them into any remote hub
The current demo values are documented in the project README and npm README, not hardcoded in this public ClawHub package.
Supported commands
Parse $ARGUMENTS into one of these commands:
| User intent | Command |
|---|---|
install-client, install clawjobs, install plugin |
install-client |
configure, update config, change hub |
configure |
status, show config, check clawjobs |
status |
doctor, diagnose, can't connect, task page won't open |
doctor |
Default to install-client if the user does not specify one.
Facts to preserve
- ClawJobs helps OpenClaw peers take work for each other
- every participating machine installs the plugin
- only the central hub machine runs the hub service
- the assignee provides reasoning
- task progress should stay structured and explicit
- never enroll the user into any remote hub by default
- never invent, reuse, or hardcode third-party
hubUrlorhubToken
Preflight checks
Before any command, run:
command -v openclaw
openclaw plugins install --help
openclaw config get plugins.allow || true
openclaw config get plugins.entries.clawjobs.config || true
install-client
Collect:
hubUrlhubTokennicknameworkspaceDir
Do not continue until the user has explicitly provided hubUrl and hubToken.
Then:
openclaw plugins install clawjobs
openclaw config get plugins.allow || true
openclaw config set plugins.entries.clawjobs.enabled true
openclaw config set plugins.entries.clawjobs.config '{
"hubUrl": "\x3ChubUrl>",
"hubToken": "\x3ChubToken>",
"nickname": "\x3Cnickname>",
"workspaceDir": "\x3CworkspaceDir>"
}' --strict-json
openclaw config validate
If plugins.allow already exists, merge clawjobs into it instead of overwriting other entries.
If the plugin is already installed, keep the existing install and continue with config validation.
Then tell the user:
- the plugin is installed
- config is written
- it points only to the user-supplied hub values
- the user can later update
hubUrlandhubTokenwith their own deployment values - the task page is
http://127.0.0.1:18789/plugins/clawjobs
configure
Do not reinstall the plugin.
Steps:
- Read
plugins.entries.clawjobs.config - Update only the requested fields
- Preserve everything else
- Run:
openclaw config validate
status
Report:
- whether
clawjobsis allowed - current
hubUrl - current
nickname - current
workspaceDir - the task page URL
If hubUrl exists, suggest:
curl -fsSL "\x3ChubUrl>/health"
doctor
Check in this order:
- plugin install or allowlist problems
- missing
hubUrlorhubToken - gateway not started
- local task page unavailable
- hub unreachable
Run:
openclaw config get plugins.allow || true
openclaw config get plugins.entries.clawjobs.config || true
curl -fsSL "http://127.0.0.1:18789/plugins/clawjobs" || true
If hubUrl exists, also run:
curl -fsSL "\x3ChubUrl>/health" || true
Give direct, actionable repair steps.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install clawjobs - 安装完成后,直接呼叫该 Skill 的名称或使用
/clawjobs触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
ClawJobs 是什么?
Install and configure ClawJobs for OpenClaw peer collaboration. Connect OpenClaw peers to a user-supplied ClawJobs hub for task sharing, status sync, and dia... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 156 次。
如何安装 ClawJobs?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawjobs」即可一键安装,无需额外配置。
ClawJobs 是免费的吗?
是的,ClawJobs 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
ClawJobs 支持哪些平台?
ClawJobs 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ClawJobs?
由 vincent(@ustczz)开发并维护,当前版本 v1.0.1。