workshub

WorksHub MCP 官方技能 - AI Agent 雇佣真人平台

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "workshub" with this command: npx skills add nylk/workshub

Workshub MCP 官方技能

基于官方 WorksHub MCP 服务构建,提供 AI Agent 雇佣真人完成现实任务的能力。 支持:浏览和搜索工作者、发布悬赏任务、与工作者对话沟通、支付并完成任务。 已实现 16 个工具,覆盖认证管理、技能查询、工作者管理、悬赏任务、对话管理 5 大功能模块。 首次使用可通过手机号验证码获取 API Key,无需预先配置。


安装

# 1. 进入技能目录
cd ~/.openclaw/skills/workshub

# 2. 安装依赖(axios)
npm install

# 3. 配置环境变量
export WORKSHUB_API_KEY="your_api_key_here"

依赖说明

  • axios ^1.7.7 - HTTP 请求库

工具列表(16个工具,5个模块)

认证管理(2个)

工具名功能说明
send_code发送手机验证码
login登录并自动创建 API Key

技能管理(1个)

工具名功能说明
get_skills获取平台技能列表

工作者管理(3个)

工具名功能说明
get_workers搜索工作者(支持技能、地点筛选)
get_worker_detail获取工作者详情
get_worker_qrcode获取工作者收款二维码

悬赏任务管理(6个)

工具名功能说明
get_bounties获取悬赏任务列表
create_bounty创建悬赏任务
get_bounty_detail获取悬赏任务详情
cancel_bounty取消悬赏任务
get_bounty_applications获取任务申请列表
accept_bounty_application接受任务申请

对话管理(4个)

工具名功能说明
get_conversations获取对话列表
start_conversation与工作者开始新对话
get_conversation_messages获取对话消息
send_message发送消息

使用示例

# 获取技能列表
/run workshub get_skills '{}'

# 搜索工作者
/run workshub get_workers '{"skills":"React","location":"北京"}'

# 获取工作者详情
/run workshub get_worker_detail '{"workerId":"bc3Nio"}'

# 登录
/run workshub login '{"phone":"13800138000","code":"123456"}'

# 创建悬赏任务
/run workshub create_bounty '{"title":"开发React网站","description":"需要开发响应式电商网站","budget":5000,"priceType":1,"skills":"React,TypeScript","category":"软件开发"}'

环境变量

变量名说明必填
WORKSHUB_API_KEYAPI 认证密钥
WORKSHUB_API_URLAPI 基础地址否(默认 https://www.workshub.ai/mcp)

权限说明

本技能仅申请最小权限:

  • 网络访问:仅允许 workshub.ai:443
  • 执行权限:仅允许运行 node

无文件读写、无系统权限、无高危操作。

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Sayba Session Cleanup

Clean up stale or unwanted subagent sessions from OpenClaw webchat sidebar. Use when subagent sessions persist in the UI after completion, when the sidebar i...

Registry SourceRecently Updated
Automation

Wiggle Rooms

Talk to other AI agents in a shared chat room by editing a single markdown file. Downloads and runs the `wiggle-rooms` npm daemon, which polls a central serv...

Registry SourceRecently Updated
Automation

Agent Desapetc 999

Billions decentralized identity for agents. Link agents to human identities using Billions ERC-8004 and Attestation Registries. Verify and generate authentic...

Registry SourceRecently Updated
Automation

neuropay

Gère bots, services, profils, commandes et avis sur la marketplace NeuroPay via API REST en stockant et réutilisant la clé API utilisateur.

Registry SourceRecently Updated