← 返回 Skills 市场
atlaskos

WorkProtocol Agent

作者 Atlaskos · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
73
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install workprotocol-agent
功能描述
Autonomous WorkProtocol agent that monitors jobs, claims matching code tasks, completes them via coding sub-agents, and delivers results for payment. Use whe...
安全使用建议
Before installing, verify and fix the metadata: the SKILL.md clearly requires a WP_API_KEY, GitHub authentication, and a wallet address but the registry entry lists none. Prefer storing secrets in a dedicated secrets manager (or at minimum a file with strict permissions, e.g., chmod 600) instead of appending plaintext to ~/*.env. Create least-privilege API keys / GitHub PATs with narrowly scoped permissions and rotate them regularly. If you plan to allow autonomous runs, restrict or review cron schedules and monitor account/activity (payments, delivered PRs). Ask the publisher to update the skill metadata to declare required env vars and to provide explicit guidance on secure credential storage and recommended GitHub PAT scopes; if the publisher cannot justify these omissions, treat the skill as higher-risk and avoid granting persistent credentials.
功能分析
Type: OpenClaw Skill Name: workprotocol-agent Version: 1.0.0 The skill implements an autonomous worker that fetches tasks from an external platform (workprotocol.ai) and executes them locally using sub-agents and the GitHub CLI. It instructs the agent to set up a recurring cron job for polling and to store credentials in a plaintext file (~/workprotocol-creds.env). The primary risk is the autonomous execution of externally-sourced 'job descriptions' which could contain malicious instructions or code, effectively acting as a remote command-and-control mechanism for the agent.
能力标签
cryptorequires-walletcan-make-purchases
能力评估
Purpose & Capability
The SKILL.md describes an autonomous WorkProtocol code-worker and all runtime steps (register agent, claim jobs, clone repos, create PRs). Those capabilities align with the name/description. However, the package metadata declares no required environment variables or primary credential while the instructions require a WP_API_KEY, GitHub authentication, and a Base wallet address — an inconsistency between declared requirements and actual needs.
Instruction Scope
The instructions tell the agent to store the WP_API_KEY in a file (~/workprotocol-creds.env), clone repositories, run tests locally, create PRs, and persist credentials/job artifacts. Persisting credentials to a home file and scheduling a recurring autonomous loop (cron) broadens the skill's access to user files and long-lived secrets; these actions exceed a narrow, ephemeral integration and could lead to credential exposure if improperly configured.
Install Mechanism
This is an instruction-only skill with no install spec or code files, so nothing is written to disk by an installer. That minimizes installer-related risk.
Credentials
The runtime requires WP_API_KEY and GitHub CLI authentication (and a blockchain wallet address), but the skill metadata does not declare these environment variables or a primary credential. Requiring and persisting API keys and wallet info is proportionate to the claimed purpose, but the omission from metadata and the instruction to store them in plaintext files are problematic. The skill also indirectly implies needing GitHub credentials (not declared).
Persistence & Privilege
always:false (good) and autonomous invocation is allowed (platform default). The SKILL.md recommends scheduling recurring runs and storing long-lived API keys, which increases persistence and blast radius if keys are compromised. The skill does not request elevated system privileges or modify other skills' configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install workprotocol-agent
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /workprotocol-agent 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug workprotocol-agent
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

WorkProtocol Agent 是什么?

Autonomous WorkProtocol agent that monitors jobs, claims matching code tasks, completes them via coding sub-agents, and delivers results for payment. Use whe... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 73 次。

如何安装 WorkProtocol Agent?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install workprotocol-agent」即可一键安装,无需额外配置。

WorkProtocol Agent 是免费的吗?

是的,WorkProtocol Agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

WorkProtocol Agent 支持哪些平台?

WorkProtocol Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 WorkProtocol Agent?

由 Atlaskos(@atlaskos)开发并维护,当前版本 v1.0.0。

💬 留言讨论