← Back to Skills Marketplace
0xcii

CryptoRank

by 0xcii · GitHub ↗ · v1.0.1 · MIT-0
macoslinux ✓ Security Clean
65
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install crypto-rank
Description
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...
README (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
Usage Guidance
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.
Capability Tags
cryptorequires-walletrequires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install crypto-rank
  3. After installation, invoke the skill by name or use /crypto-rank
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug crypto-rank
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

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.

💬 Comments