← 返回 Skills 市场
0xcii

CryptoRank

作者 0xcii · GitHub ↗ · v1.0.1 · MIT-0
macoslinux ✓ 安全检测通过
65
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install crypto-rank
功能描述
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...
使用说明 (SKILL.md)

CryptoRank Radar

将 CryptoRank 免费层数据转成适合中文用户使用的市场雷达、融资雷达、空投雷达、Upcoming 雷达与每日摘要。

When to Use

  • 用户想快速查看 CryptoRank 的中文市场信号
  • 用户想把融资、Upcoming、空投活动压成可执行摘要
  • 用户想把 CryptoRank 接入 OpenClaw / ClawHub 的中文工作流
  • 用户想生成适合 YouTube、会员区、社群更新的素材

Interface

Parameters:

  • mode (required): radar | funding | upcoming | airdrops | brief | raw
  • limit (optional): 返回条数,默认 5
  • lang (optional): zhen,默认 zh
  • output (optional): text | json | markdown,默认 json
  • raw_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 当作“价格站”,而是当作“内容雷达 + 机会入口”
  • fundingairdropsbrief 场景下,优先提炼“今天该看什么”
  • 如果用户要内容选题,可将结果继续交给上层 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
安全使用建议
Install only if you are comfortable with the skill making outbound requests to CryptoRank public web/API endpoints and returning crypto opportunity links, including airdrop task or claim links. Treat the output as informational, verify any crypto links before connecting a wallet, and do not provide wallet secrets or sensitive credentials because this skill does not need them.
能力标签
cryptorequires-walletrequires-sensitive-credentials
能力评估
Purpose & Capability
The scripts implement the stated CryptoRank radar purpose: market, funding, upcoming-sale, airdrop, brief, and raw public-data views. The code does not modify accounts, post content, trade, connect wallets, or read wallet credentials.
Instruction Scope
Runtime options are narrowly scoped to mode, limit, language, output format, and raw data mode. I found no prompt-injection text, hidden role changes, or instructions to bypass user control.
Install Mechanism
Installation is a simple skill directory with Python scripts and no dependency installer. A packaging helper can create a local zip if manually run. There is minor metadata inconsistency: _meta.json declares no env vars while SKILL.md declares CRYPTORANK_LANG, and marketplace context labels sensitive credentials despite the artifact not using them.
Credentials
Outbound requests to cryptorank.io and api.cryptorank.io are necessary for the stated purpose, and the only environment read found is CRYPTORANK_LANG for language defaults. The exact network endpoints are in code but not fully declared as permissions.
Persistence & Privilege
No background workers, autostart hooks, privilege escalation, credential/session-store access, broad local indexing, or persistent state changes were found. The only file-writing behavior is the optional packaging script creating a dist zip when explicitly invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install crypto-rank
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /crypto-rank 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added Python bytecode cache files for skill packaging and execution. - No user-facing changes; functionality remains the same.
v1.0.0
Initial release of cryptorank-radar skill. - Provides Chinese-language CryptoRank radar output for market, funding, public sales, airdrops, and daily brief summaries. - Supports multiple modes: radar, funding, upcoming, airdrops, brief, and raw data. - Offers flexible output formats: text, markdown, and JSON. - Designed for integration with OpenClaw / ClawHub Chinese Web3 workflows. - Ships with Python CLI, quick start scripts, and usage examples for rapid adoption.
元数据
Slug crypto-rank
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 65 次。

如何安装 CryptoRank?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install crypto-rank」即可一键安装,无需额外配置。

CryptoRank 是免费的吗?

是的,CryptoRank 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

CryptoRank 支持哪些平台?

CryptoRank 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(macos, linux)。

谁开发了 CryptoRank?

由 0xcii(@0xcii)开发并维护,当前版本 v1.0.1。

💬 留言讨论