用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Virtual-Protocol/acp-cli-demos --skill rootai-acp-signals命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | rootai-acp-signals |
| description | Discover rootAI and purchase graded Hyperliquid market signals through Virtuals ACP. |
| version | 1.0.0 |
Use this skill when a user wants recent rootAI market signals or the latest signal for one Hyperliquid market through ACP.
Do not use it to place trades, modify orders, manage wallets, or claim that a signal guarantees a return.
0x9d23ddd0a527b3b63927956840c8ff35b9db95a6rootai_pro_signals8453)@virtuals-protocol/acp-cli.acp configure.Recent mode:
{"mode":"recent","limit":3,"min_grade":"B"}
Single-market mode:
{"mode":"by_coin","coin":"BTC"}
Accepted fields:
mode: recent or by_coincoin: required for by_coin; use canonical names such as BTC or xyz:SPCXlimit: 1 to 10 in recent modemin_grade: optional A, B, C, or Dasset_class: optional market filterConfirm the requested mode and filters.
Discover the provider if needed:
acp browse "rootAI Hyperliquid market intelligence" --chain-ids 8453
Create the job:
acp client create-job \
--provider 0x9d23ddd0a527b3b63927956840c8ff35b9db95a6 \
--offering-name rootai_pro_signals \
--requirements '<JSON>' \
--chain-id 8453
Show the user the job price and requirements. Get explicit approval before funding.
Fund the approved job:
acp client fund --job-id <JOB_ID> --chain-id 8453
Poll acp job history --job-id <JOB_ID> --chain-id 8453 until the provider submits or the job reaches its timeout.
Parse the structured deliverable and verify that signals is an array. For each result, require a market, direction, grade, and signal kind.
Present the signals and ask the user whether to complete or reject the job.
Complete only after approval:
acp client complete --job-id <JOB_ID> --chain-id 8453 --reason "Deliverable received"
signals array.Return:
Treat grades as quality rankings, not guarantees. Do not describe the result as an executed trade.