← Back to Skills Marketplace
nylk

WorksHub

by nylk · GitHub ↗ · v0.0.3 · MIT-0
cross-platform ⚠ suspicious
121
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install workshub
Description
WorksHub MCP 官方技能 - AI Agent 雇佣真人平台
Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install workshub
  3. After installation, invoke the skill by name or use /workshub
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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+
Metadata
Slug workshub
Version 0.0.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is WorksHub?

WorksHub MCP 官方技能 - AI Agent 雇佣真人平台. It is an AI Agent Skill for Claude Code / OpenClaw, with 121 downloads so far.

How do I install WorksHub?

Run "/install workshub" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is WorksHub free?

Yes, WorksHub is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does WorksHub support?

WorksHub is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created WorksHub?

It is built and maintained by nylk (@nylk); the current version is v0.0.3.

💬 Comments