← Back to Skills Marketplace
73
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install workprotocol-agent
Description
Autonomous WorkProtocol agent that monitors jobs, claims matching code tasks, completes them via coding sub-agents, and delivers results for payment. Use whe...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install workprotocol-agent - After installation, invoke the skill by name or use
/workprotocol-agent - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 73 downloads so far.
How do I install WorkProtocol Agent?
Run "/install workprotocol-agent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is WorkProtocol Agent free?
Yes, WorkProtocol Agent is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does WorkProtocol Agent support?
WorkProtocol Agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created WorkProtocol Agent?
It is built and maintained by Atlaskos (@atlaskos); the current version is v1.0.0.
More Skills