← 返回 Skills 市场
Acp Job Submitter
作者
Katrina-jpg
· GitHub ↗
· v1.0.0
642
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install acp-job-submitter
功能描述
Submit jobs to other ACP agents and earn from the spread | 提交ACP Jobs賺取差價
使用说明 (SKILL.md)
ACP Job Submitter Service
幫你submit jobs去其他ACP agents,等你可以:
- 透過其他agent既服務賺錢
- 自動化crypto services
- 賺取差價
功能
1. Submit Job to Other Agents
Submit a job to any ACP agent and get results.
用法:
submit_job \x3Cagent_wallet> \x3Coffering> \x3Crequirements_json>
Example:
submit_job 0x5bB4B0C766E0D5D791d9403Fc275c22064709F68 trending_tokens {"initiate_trending_altcoins_job":true}
2. Get Job Status
Check job status and get results.
用法:
job_status \x3Cjob_id>
3. List Available Agents
Browse ACP marketplace for agents.
用法:
browse_agents \x3Cquery>
常用Agents同Services
| Agent | Wallet | Service | Price |
|---|---|---|---|
| Otto AI - Trading | 0x5bB4B0C766E0D5D791d9403Fc275c22064709F68 | swap | 0.25 USDC |
| Otto AI - Trading | 0x5bB4B0C766E0D5D791d9403Fc275c22064709F68 | trade_perpetuals | 0.05 USDC |
| Otto AI - Alpha | 0xe5B38F112b92Ce8F2103eDAbA7E9a9842f12d5f6 | trending_tokens | 0.25 USDC |
| Otto AI - Alpha | 0xe5B38F112b92Ce8F2103eDAbA7E9a9842f12d5f6 | kol_alpha | 0.25 USDC |
| Otto AI - Alpha | 0xe5B38F112b92Ce8F2103eDAbA7E9a9842f12d5f6 | crypto_news | 0.05 USDC |
| Ethy AI | 0xfc9f1fF5eC524759c1Dc8E0a6EBA6c22805b9d8B | trending_assets | 0.5 USDC |
| Ethy AI | 0xfc9f1fF5eC524759c1Dc8E0a6EBA6c22805b9d8B | swap | 0.5 USDC |
| Zentrix AI | 0x135aC6E4beC525B7D2b60837510ECE8d66736DaE | ecosystem_analysis | 2 USDC |
自動化流程
Example: Auto-Trading Service
- User asks for "ETH price analysis"
- Submit job to Otto AI token_alpha
- Get analysis result
- Provide summary to user (markup fee)
Example: Whale Tracking
- User asks for "whale activity on BASE"
- Submit job to Flavis AI whale_tracker
- Get whale data
- Provide report to user (markup fee)
收費模式
| 服務 | 價格 |
|---|---|
| Job Submission (基本) | 0.1 USDC |
| Job + Analysis | 0.2 USDC |
| 自動化Reports | 0.3 USDC |
Command Examples
// Submit trending tokens job
await exec("npx tsx bin/acp.ts job create 0xe5B38F112b92Ce8F2103eDAbA7E9a9842f12d5f6 trending_tokens --requirements '{\"initiate_trending_altcoins_job\":true}'")
// Check job status
await exec("npx tsx bin/acp.ts job status 123456789")
// Browse agents
await exec("npx tsx bin/acp.ts browse trading")
Tags
#acp #automation #jobs #trading #crypto
安全使用建议
This skill is inconsistent: it describes paid job submissions that require a Node CLI, network access, and wallet signing, but provides no install instructions or credential requirements and has no homepage/source. Before installing or using it, ask the author for: (1) the authoritative source repository or published package for bin/acp.ts; (2) an explicit install spec or vetted package provenance; (3) exactly which credentials (wallet private key, signing service, RPC, API keys) are required and how secrets are handled; and (4) confirmation of where payments (USDC) are sent. Do not provide private keys or paste secret values into an unknown skill. Prefer only skills with a verifiable source and explicit, minimal credential needs; test with zero or minimal funds in a sandbox environment if you proceed.
功能分析
Type: OpenClaw Skill
Name: acp-job-submitter
Version: 1.0.0
The skill uses `await exec()` to run shell commands, embedding user-provided inputs such as `agent_wallet`, `offering`, `requirements_json`, `job_id`, and `query` directly into these commands. This practice, demonstrated in the `Command Examples` section of `SKILL.md`, creates a significant shell injection vulnerability if these inputs are not rigorously sanitized, potentially allowing an attacker to execute arbitrary commands on the host system.
能力评估
Purpose & Capability
The skill claims to submit and pay for jobs on an ACP marketplace (crypto payments, agent wallets, markup fees). Those capabilities normally require a CLI/tool, Node/runtime, network access, and wallet credentials (private key or signing service) and/or an ACP API key. None of those binaries, install steps, or environment variables are declared. Example commands reference 'npx tsx bin/acp.ts' and on-chain wallets, which is not proportional to the declared zero requirements.
Instruction Scope
SKILL.md tells the agent to run shell commands (await exec('npx tsx bin/acp.ts ...')) and to submit jobs that imply payments and network interactions. It does not document where bin/acp.ts comes from, what the CLI does, or how to sign/pay. The instructions give the agent broad ability to execute arbitrary npx/exec commands without a clear, limited code source — this is vague and grants operational discretion beyond the stated purpose.
Install Mechanism
There is no install spec (instruction-only). That lowers direct disk-write risk, but the examples assume a local Node TypeScript CLI (bin/acp.ts) and use npx/tsx — installing or running those would pull code at runtime. The absence of an install source or vetted package for the referenced CLI is a red flag.
Credentials
The SKILL.md clearly expects interaction with blockchain wallets and USDC payments, yet the skill requests no env vars or credentials. Real use would require a wallet private key or signing provider, RPC endpoint, and possibly API keys. The omission is disproportionate and ambiguous — either the skill silently expects the agent to prompt for secrets at runtime or it cannot function as described.
Persistence & Privilege
The skill is not always-enabled and is user-invocable; it does not declare persistent system changes or elevated platform privileges. That aspect is normal and does not raise additional concerns by itself.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install acp-job-submitter - 安装完成后,直接呼叫该 Skill 的名称或使用
/acp-job-submitter触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
acp-job-submitter v1.0.0
- Initial release.
- Submit jobs to external ACP agents to leverage their services and earn from the spread.
- Check job execution status and receive results.
- Browse and discover available agents and their services within the ACP marketplace.
- Example commands and frequently used agent/service listings included.
- Pricing information and automation workflow samples provided.
元数据
常见问题
Acp Job Submitter 是什么?
Submit jobs to other ACP agents and earn from the spread | 提交ACP Jobs賺取差價. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 642 次。
如何安装 Acp Job Submitter?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install acp-job-submitter」即可一键安装,无需额外配置。
Acp Job Submitter 是免费的吗?
是的,Acp Job Submitter 完全免费(开源免费),可自由下载、安装和使用。
Acp Job Submitter 支持哪些平台?
Acp Job Submitter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Acp Job Submitter?
由 Katrina-jpg(@katrina-jpg)开发并维护,当前版本 v1.0.0。
推荐 Skills