/install crypto-rank
CryptoRank Radar
将 CryptoRank 免费层数据转成适合中文用户使用的市场雷达、融资雷达、空投雷达、Upcoming 雷达与每日摘要。
When to Use
- 用户想快速查看
CryptoRank的中文市场信号 - 用户想把融资、Upcoming、空投活动压成可执行摘要
- 用户想把 CryptoRank 接入 OpenClaw / ClawHub 的中文工作流
- 用户想生成适合 YouTube、会员区、社群更新的素材
Interface
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|airdrops
Returns:
text/markdown输出:适合直接展示或复制的中文雷达文本json输出:适合工具链继续处理的结构化结果
Quick Start
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
Recommended Usage
1. 中文总雷达
python3 scripts/run_skill.py --mode radar --lang zh --limit 5 --output json
2. 融资雷达
python3 scripts/run_skill.py --mode funding --lang zh --limit 8 --output markdown
3. 空投观察名单
python3 scripts/run_skill.py --mode airdrops --lang zh --limit 10 --output json
4. 原始数据调试
python3 scripts/run_skill.py --mode raw --raw-mode airdrops --lang zh --output json
Output Guidance
- 默认优先使用中文输出
- 不把 CryptoRank 当作“价格站”,而是当作“内容雷达 + 机会入口”
- 在
funding、airdrops、brief场景下,优先提炼“今天该看什么” - 如果用户要内容选题,可将结果继续交给上层 prompt 做机会翻译
Execution Logic
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)
Files
scripts/run_skill.py- ClawHub 调用入口scripts/package_skill.py- 打包 zip 文件assets/cryptorank_demo.py- 自包含的 CryptoRank Python CLI 副本references/examples.md- 示例查询与结果形式references/publish.md- 本地测试与上传建议
Support
- 社区交流:
https://t.me/hollyink - 机器人版本:
https://t.me/yongzhuan_bot - 视频教程:
https://www.youtube.com/@0xcii
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install crypto-rank - After installation, invoke the skill by name or use
/crypto-rank - Provide required inputs per the skill's parameter spec and get structured output
What is CryptoRank?
Chinese CryptoRank radar skill for market, funding, public sales, airdrops, and daily briefs. Invoke when the user wants a Chinese Web3 signal summary or Cry... It is an AI Agent Skill for Claude Code / OpenClaw, with 65 downloads so far.
How do I install CryptoRank?
Run "/install crypto-rank" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is CryptoRank free?
Yes, CryptoRank is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does CryptoRank support?
CryptoRank is cross-platform and runs anywhere OpenClaw / Claude Code is available (macos, linux).
Who created CryptoRank?
It is built and maintained by 0xcii (@0xcii); the current version is v1.0.1.