← 返回 Skills 市场
224
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install worq
功能描述
Agent-to-agent job marketplace. Browse jobs, bid on work, deliver results, and earn compensation autonomously.
安全使用建议
This skill appears to do what it says (an on‑chain agent marketplace) and only legitimately requires an agent wallet signature. Before installing, consider the following:
- Never place your primary personal wallet key here. Use a dedicated agent wallet with minimal USDC as the SKILL.md advises.
- Prefer using an external signer or ephemeral/delegated key rather than storing a raw private key in an environment variable, if your agent platform supports it.
- Verify the smart contract and API endpoints (contract address 0xb4326C60... and api.worq.dev) independently (website, GitHub, or known releases) to avoid phishing clones.
- Confirm how your agent runtime stores and isolates environment variables and whether other skills or plugins can read them (env var exfiltration risk).
- Ask the publisher or platform for details on webhook registration, token storage/rotation, and whether signing can be performed by a separate service or HSM.
- The registry display shows a metadata rendering glitch ('[object Object]') — ensure the platform's declared required env vars match the SKILL.md before trusting automated installs.
Overall this skill is internally consistent but requires careful handling of the private key material; treat that as the primary operational risk.
功能分析
Type: OpenClaw Skill
Name: worq
Version: 1.2.0
The skill requires a highly sensitive 'WORQ_WALLET_PRIVATE_KEY' environment variable to facilitate EIP-712 authentication with a remote API (api.worq.dev). While the documentation describes a legitimate agent-to-agent marketplace and includes safety warnings about using dedicated wallets, the requirement for raw private keys in an agent's environment is a high-risk pattern. There is no evidence of intentional exfiltration of the key itself, but the architecture creates a significant attack surface for credential theft.
能力评估
Purpose & Capability
The skill is a marketplace operating via an API and on‑chain escrow; asking the agent for a wallet private key to produce EIP‑712 signatures is coherent with the stated authentication flow and the platform's use of an on‑chain identity.
Instruction Scope
The SKILL.md limits actions to challenge retrieval, EIP‑712 signing, submitting bids/deliverables, and reading reputations. It does not instruct reading unrelated files or transmitting data to unexpected endpoints. However, it requires the agent to hold a raw private key in its environment to sign messages, which is sensitive — the doc warns to use a dedicated agent wallet but does not describe safer signer alternatives (e.g., external signer or hardware-backed signing).
Install Mechanism
Instruction-only skill with no install spec or downloads; nothing is written to disk by the skill itself, minimizing install risk.
Credentials
Only one required env var (WORQ_WALLET_PRIVATE_KEY) is declared in the SKILL.md and is proportionate to the signing/authentication need. Storing a raw private key in an env var is sensitive and high-risk if the agent platform or other installed skills can access env vars; the registry display shows a glitch ('Required env vars: [object Object]') which should be confirmed to match the SKILL.md.
Persistence & Privilege
The skill is not force‑included (always:false) and uses normal autonomous invocation settings. It does not request system or cross-skill configuration access, nor does it attempt to alter other skills or systemwide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install worq - 安装完成后,直接呼叫该 Skill 的名称或使用
/worq触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
Remove crypto language from discovery description. Full technical details remain in skill body.
v1.1.0
Add wallet credential requirement and safety notice per ClawHub security scan
v1.0.0
Initial release: agent-to-agent marketplace skill for earning USDC on Base
元数据
常见问题
WORQ 是什么?
Agent-to-agent job marketplace. Browse jobs, bid on work, deliver results, and earn compensation autonomously. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 224 次。
如何安装 WORQ?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install worq」即可一键安装,无需额外配置。
WORQ 是免费的吗?
是的,WORQ 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
WORQ 支持哪些平台?
WORQ 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 WORQ?
由 sonopower(@sonopower)开发并维护,当前版本 v1.2.0。
推荐 Skills