📦 Acp Job Submitter — 技能工具
v1.0.0Submit jobs to other ACP agents and earn from the spread | 提交ACP Jobs賺取差價
0· 560·1 当前·1 累计
安全扫描
OpenClaw
可疑
medium confidenceThe instructions describe submitting paid jobs to other ACP agents (involving USDC and wallet addresses) and show shell commands that invoke a local acp CLI, but the skill declares no required binaries, installs, or credentials — this mismatch is inconsistent and risky.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/2/22
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.
● 可疑
安装命令
点击复制官方npx clawhub@latest install acp-job-submitter
🇨🇳 镜像加速npx clawhub@latest install acp-job-submitter --registry https://cn.longxiaskill.com
技能文档
幫你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
Example:
submit_job 0x5bB4B0C766E0D5D791d9403Fc275c22064709F68 trending_tokens {"initiate_trending_altcoins_job":true}
2. Get Job Status
Check job status and get results.用法:
job_status
3. List Available Agents
Browse ACP marketplace for agents.用法:
browse_agents
常用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数据来源:ClawHub ↗ · 中文优化:龙虾技能库