← 返回 Skills 市场
121
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install workshub
功能描述
WorksHub MCP 官方技能 - AI Agent 雇佣真人平台
安全使用建议
This skill appears to do exactly what it claims: act as a CLI bridge to WorksHub MCP. Before installing, confirm the legitimacy of the workshub.ai endpoint and that you trust the publisher. Use a least-privilege API key (scoped if possible) rather than a high-privilege account. Note small metadata inconsistencies (SKILL.md says WORKSHUB_API_URL has a default but registry marked it required; version strings also differ across files) — they look like bookkeeping errors, not malicious behavior, but you may want to confirm the author/publisher. Run the skill in a sandboxed environment as recommended and inspect the code if you plan to provide sensitive credentials.
能力评估
Purpose & Capability
The skill is presented as a bridge to the WorksHub MCP API and requires an API key and optional base URL. The bridge.js file only makes HTTP calls to the declared base URL and exposes the 16 described tools. The requested env vars and network permission (workshub.ai:443) are appropriate for this purpose.
Instruction Scope
SKILL.md instructs installing axios and running node bridge.js with JSON args — this matches bridge.js usage. The instructions do not ask the agent to read unrelated files or exfiltrate data. They include actions to send verification codes and create API keys (expected for an auth flow). Minor issue: SKILL.md marks WORKSHUB_API_URL as optional (has a default), while registry metadata listed it as required.
Install Mechanism
There is no automated download/install spec; the skill is instruction-only and asks the user to run npm install (axios). This is a low-risk, standard dependency install from npm (axios). No arbitrary URL downloads or extract steps are present.
Credentials
Only WORKSHUB_API_KEY and WORKSHUB_API_URL are used by the code (API_KEY and optional BASE_URL). Those are proportionate to an API-bridge skill. Minor inconsistency: registry lists both as required env vars, but SKILL.md documents WORKSHUB_API_URL as optional with a default.
Persistence & Privilege
The skill is not marked always:true and does not attempt to modify other skills or system configuration. It runs as a short-lived node process and does not request elevated system privileges or file system access beyond a typical npm install in the skill directory.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install workshub - 安装完成后,直接呼叫该 Skill 的名称或使用
/workshub触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.3
No functional changes in this version.
- Documentation updated: added安装and dependency instructions for easier setup.
- Clarified initial API Key acquisition using mobile verification, with no pre-configuration required.
- No changes detected in skill code or configuration (no file changes).
v0.0.2
- 新增 WORKSHUB_API_URL 环境变量支持自定义 API 地址
- 权限声明和环境变量说明更加清晰
- 工具接口命名调整为更标准的下划线风格(如 get_skills、get_workers 等)
- 工作者管理细分为详情和二维码查询等原子能力
- 任务管理部分增加任务申请相关工具
- 部分功能和描述更聚焦 AI Agent 雇佣真人与现实任务场景
v0.0.1
Initial release of the Workshub skill:
- Supports login, SMS code verification, and API key creation.
- Provides tools for skill management, worker management, bounty management, and conversation management.
- Requires WORKSHUB_API_KEY for authentication.
- Limits permissions to network access for workshub.ai and node execution for security.
- Compatible with OpenClaw v2026.3.7+
元数据
常见问题
WorksHub 是什么?
WorksHub MCP 官方技能 - AI Agent 雇佣真人平台. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 121 次。
如何安装 WorksHub?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install workshub」即可一键安装,无需额外配置。
WorksHub 是免费的吗?
是的,WorksHub 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
WorksHub 支持哪些平台?
WorksHub 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 WorksHub?
由 nylk(@nylk)开发并维护,当前版本 v0.0.3。
推荐 Skills