← Back to Skills Marketplace
bytesagain1

Crypto Tracker Cn

by bytesagain1 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
722
Downloads
0
Stars
3
Active Installs
13
Versions
Install in OpenClaw
/install crypto-tracker-cn
Description
Track cryptocurrency markets in real-time. 加密货币行情追踪、比特币价格、以太坊ETH、市值排行、DeFi数据、恐惧贪婪指数、趋势币种、空投信息、RSI技术分析、均线分析、金叉死叉、DeFi收益率对比、Gas费查询。Use when checking crypto pri.
README (SKILL.md)

crypto-tracker-cn

Track cryptocurrency markets in real-time. 加密货币行情追踪、比特币价格、以太坊ETH、市值排行、DeFi数据、恐惧贪婪指数、趋势币种、空投信息、RSI技术分析、均线分析、金叉死叉、DeFi收益率对比、Gas费查询。Use when checking crypto prices, market sentiment, DeFi TVL, trending coins, meme coins, RSI indicators, moving averages, DeFi yield comparison, or Ethereum gas fees. Free APIs (CoinGecko, DefiLlama) — no API keys needed. 实时行情、涨跌幅、市场情绪分析、技术指标。

速查表

See commands above.

命令列表

命令 功能
price price
market market
trending trending
fear fear
defi defi
memes memes
info info
portfolio portfolio

💡 小技巧:先用 help 查看所有命令,再选择最适合的

专业建议

  • 数据源: CoinGecko API(免费) + DefiLlama(TVL)**
  • 恐惧贪婪指数: \x3C20极度恐惧=买入信号, >80极度贪婪=卖出信号**
  • 技术指标: RSI>70超买, RSI\x3C30超卖**
  • 安全: 永远不要把私钥存在联网设备上**
  • DCA策略: 定期定额投资, 不要试图择时**

crypto-tracker-cn by BytesAgain

💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com

Examples

# Quick start
crypto-tracker-cn help

# Run main function
crypto-tracker-cn run

Commands

Run crypto-tracker-cn help to see all available commands.

Usage Guidance
This skill appears to do what it says: query public crypto APIs and provide CLI helpers. Before running, review the bundled scripts yourself (they are included) and be aware they will create/update files in your home directory (~/.crypto-tracker and under ~/.local/share/crypto-tracker-cn by default). The network calls go only to CoinGecko, DefiLlama, and Alternative.me (expected). If you plan to run it on a sensitive machine, consider running in an isolated environment (container or VM) or inspect/modify the scripts to change the data directory. Note: one script snippet in the provided manifest was truncated — verify the full scripts in the repository to ensure there are no bugs or incomplete code paths before use.
Capability Analysis
Type: OpenClaw Skill Name: crypto-tracker-cn Version: 2.0.0 The skill bundle is a functional cryptocurrency market tracker and portfolio management tool. It uses public APIs (CoinGecko, DefiLlama, Alternative.me) to fetch real-time data and technical indicators like RSI and Moving Averages. The scripts (crypto.sh and script.sh) store user-defined portfolio and alert data locally in ~/.crypto-tracker and ~/.local/share/crypto-tracker-cn, which is consistent with its stated purpose. No evidence of data exfiltration, malicious network calls, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description match the included scripts: the skill queries CoinGecko, DefiLlama, and Alternative.me for market, trending, fear/greed, DeFi TVL, etc. It requests no credentials and no unusual binaries. The included portfolio/alerts features explain the need for local persistence (storing JSON files).
Instruction Scope
SKILL.md keeps scope to crypto market checks and example CLI usage. The bundled scripts create and write files under user data directories (~/.crypto-tracker and ~/.local/share/crypto-tracker-cn) for portfolio/alerts/history; the SKILL.md does not explicitly call this out. This is expected for a portfolio/alert feature but users should be aware of local file writes.
Install Mechanism
There is no install spec (instruction-only skill). No downloads or external installers are used. Code files are bundled with the skill; nothing in the manifest indicates fetching code from untrusted URLs or executing remote installers.
Credentials
No required environment variables or credentials are declared. Scripts respect XDG_DATA_HOME / HOME / CRYPTO_TRACKER_CN_DIR for data location and access only public API endpoints (api.coingecko.com, api.llama.fi, api.alternative.me). No secrets or unrelated credentials are requested.
Persistence & Privilege
The skill persists user data (portfolio.json, alerts.json, logs) in user data directories. It does not request elevated privileges, modify other skills, nor force inclusion (always:false). Users should expect local files to be created and updated when using portfolio/alert/history features.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install crypto-tracker-cn
  3. After installation, invoke the skill by name or use /crypto-tracker-cn
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v2.3.6
yaml-fix+quality
v2.3.5
yaml-fix+quality
v2.3.4
Quality upgrade
v2.3.3
Quality upgrade: custom functionality
v2.3.2
Standards compliance: unique content, no template text
v2.3.1
Quality improvement: better docs, examples, cleaner text
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v2.2.0
Enhanced descriptions for better AI triggering
v2.1.0
Enhanced descriptions for better AI triggering
v1.0.2
Runtime fix
v1.0.1
- Removed the file tips.md. - No user-facing features or command changes in this version.
v1.0.0
crypto-tracker-cn 1.0.0 - Initial release of real-time crypto market tracking skill. - Supports Bitcoin, Ethereum, DeFi data, trending/meme coins, airdrop info, RSI/moving average analysis, and gas fee queries. - Integrates free APIs (CoinGecko, DefiLlama) — no API key required. - Includes Chinese and English descriptions and command guide. - Offers quick access to market sentiment, technical indicators, and yield comparisons.
Metadata
Slug crypto-tracker-cn
Version 2.0.0
License MIT-0
All-time Installs 3
Active Installs 3
Total Versions 13
Frequently Asked Questions

What is Crypto Tracker Cn?

Track cryptocurrency markets in real-time. 加密货币行情追踪、比特币价格、以太坊ETH、市值排行、DeFi数据、恐惧贪婪指数、趋势币种、空投信息、RSI技术分析、均线分析、金叉死叉、DeFi收益率对比、Gas费查询。Use when checking crypto pri. It is an AI Agent Skill for Claude Code / OpenClaw, with 722 downloads so far.

How do I install Crypto Tracker Cn?

Run "/install crypto-tracker-cn" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Crypto Tracker Cn free?

Yes, Crypto Tracker Cn is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Crypto Tracker Cn support?

Crypto Tracker Cn is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Crypto Tracker Cn?

It is built and maintained by bytesagain1 (@bytesagain1); the current version is v2.0.0.

💬 Comments