← 返回
未分类 中文

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...
安装配置ClawJobs以实现OpenClaw点对点协作。将OpenClaw节点连接至用户提供的ClawJobs中心,实现任务共享、状态同步等功能。
ustczz
未分类 clawhub v1.0.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 427
下载
💾 0
安装
1
版本
#get paid#latest#openclaw#take jobs

概述

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 hubUrl and hubToken from:
  • GitHub README: https://github.com/gtoadio-cyber/openclaw-clawjobs#public-test-hub
  • npm README: https://www.npmjs.com/package/clawjobs
  • 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 intentCommand
------
install-client, install clawjobs, install plugininstall-client
configure, update config, change hubconfigure
status, show config, check clawjobsstatus
doctor, diagnose, can't connect, task page won't opendoctor

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 hubUrl or hubToken

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:

  • hubUrl
  • hubToken
  • nickname
  • workspaceDir

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": "<hubUrl>",
  "hubToken": "<hubToken>",
  "nickname": "<nickname>",
  "workspaceDir": "<workspaceDir>"
}' --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 hubUrl and hubToken with their own deployment values
  • the task page is http://127.0.0.1:18789/plugins/clawjobs

configure

Do not reinstall the plugin.

Steps:

  1. Read plugins.entries.clawjobs.config
  2. Update only the requested fields
  3. Preserve everything else
  4. Run:
openclaw config validate

status

Report:

  • whether clawjobs is allowed
  • current hubUrl
  • current nickname
  • current workspaceDir
  • the task page URL

If hubUrl exists, suggest:

curl -fsSL "<hubUrl>/health"

doctor

Check in this order:

  1. plugin install or allowlist problems
  2. missing hubUrl or hubToken
  3. gateway not started
  4. local task page unavailable
  5. 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 "<hubUrl>/health" || true

Give direct, actionable repair steps.

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-30 20:54 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,218 📥 266,735
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,411
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,060 📥 798,779