Install
openclaw skills install crypto-rankChinese CryptoRank radar skill for market, funding, public sales, airdrops, and daily briefs. Invoke when the user wants a Chinese Web3 signal summary or CryptoRank-based workflow output.
openclaw skills install crypto-rank将 CryptoRank 免费层数据转成适合中文用户使用的市场雷达、融资雷达、空投雷达、Upcoming 雷达与每日摘要。
CryptoRank 的中文市场信号Parameters:
mode (required): radar | funding | upcoming | airdrops | brief | rawlimit (optional): 返回条数,默认 5lang (optional): zh 或 en,默认 zhoutput (optional): text | json | markdown,默认 jsonraw_mode (optional): 仅当 mode=raw 时使用,可选 home | funding | upcoming | airdropsReturns:
text / markdown 输出:适合直接展示或复制的中文雷达文本json 输出:适合工具链继续处理的结构化结果python3 scripts/run_skill.py --mode radar --lang zh --limit 5 --output json
python3 scripts/run_skill.py --mode funding --lang zh --limit 8 --output markdown
python3 scripts/run_skill.py --mode airdrops --lang zh --limit 10 --output text
python3 scripts/run_skill.py --mode radar --lang zh --limit 5 --output json
python3 scripts/run_skill.py --mode funding --lang zh --limit 8 --output markdown
python3 scripts/run_skill.py --mode airdrops --lang zh --limit 10 --output json
python3 scripts/run_skill.py --mode raw --raw-mode airdrops --lang zh --output json
funding、airdrops、brief 场景下,优先提炼“今天该看什么”This skill ships with a self-contained Python wrapper and a bundled copy of the demo client.
from scripts.run_skill import execute
result = execute(
mode="radar",
limit=5,
lang="zh",
output="json",
)
print(result)
scripts/run_skill.py - ClawHub 调用入口scripts/package_skill.py - 打包 zip 文件assets/cryptorank_demo.py - 自包含的 CryptoRank Python CLI 副本references/examples.md - 示例查询与结果形式references/publish.md - 本地测试与上传建议https://t.me/hollyinkhttps://t.me/yongzhuan_bothttps://www.youtube.com/@0xcii