Agent skill · Backend & API

crypto-gold-monitor

加密货币与贵金属价格监控 / Crypto & Precious Metals Price Monitor - 监控BTC/ETH实时价格、黄金(XAU)/白银(XAG)走势,免费API无需Key

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill crypto-gold-monitor --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Path: skills/analysis/crypto-gold-monitor/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 加密货币与贵金属价格监控 / Crypto & Precious Metals Price Monitor 实时监控比特币、以太坊、黄金、白银价格走势,支持多币种对比和价格提醒。 Real-time monitoring of Bitcoin, Ethereum, Gold, and Silver prices with multi-currency comparison. ## 功能特性 / Features - ₿ **比特币 / Bitcoin** - 实时价格 (USD/CNY)、24h涨跌 - Ξ **以太坊 / Ethereum** - 实时价格 (USD/CNY)、24h涨跌 - 🥇 **黄金 / Gold** - XAU/USD 实时价格 (USD/CNY) - 🥈 **白银 / Silver** - XAG/USD 实时价格 (USD/CNY) - 💱 **汇率显示 / Exchange Rate** - 实时USD/CNY汇率 ## 使用方法 / Usage 首先赋予执行权限 / First grant execution permission: ```bash chmod +x crypto-monitor.sh ``` ### 1. 查看所有价格 / View All Prices ```bash ./crypto-monitor.sh # or ./crypto-monitor.sh all ``` ### 2. 刷新频率 / Refresh Rate ```bash # 建议通过 cron 或 watch 运行 watch -n 60 ./crypto-monitor.sh ``` ## 数据来源 / Data Sources - **CoinGecko API** (免费,无需API Key) - **GoldAPI.io** / **Yahoo Finance**

What's inside
Steps it walks through
  1. 功能特性 / Features
  2. 使用方法 / Usage
  3. 1. 查看所有价格 / View All Prices
  4. 2. 刷新频率 / Refresh Rate
  5. 数据来源 / Data Sources
Ships with 1 file
  • metadata.json
Commands it runs
chmod +x crypto-monitor.sh
or
watch -n 60 ./crypto-monitor.sh
More from claude-skill-registry
All skills →
About this skill
What does the crypto-gold-monitor skill do?

加密货币与贵金属价格监控 / Crypto & Precious Metals Price Monitor - 监控BTC/ETH实时价格、黄金(XAU)/白银(XAG)走势,免费API无需Key

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill crypto-gold-monitor --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going