← Back to Skills Marketplace
168
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install crypto-alert
Description
Download YouTube videos and transcribe audio using local Whisper. Use when you need to extract text from YouTube videos that don't have subtitles, or when yo...
README (SKILL.md)
crypto-alert
加密貨幣價格監控與提醒技能
功能
- 取得加密貨幣現價
- 顯示 24 小時漲跌幅
- 支援多種主流幣種
- 暴漲/大跌提醒
安裝依賴
pip3 install requests
使用方式
# 查看所有熱門幣種
python3 crypto.py
# 查詢特定幣種
python3 crypto.py 比特幣
python3 crypto.py 以太坊
python3 crypto.py btc
支援幣種
| 指令 | 幣種 |
|---|---|
| 比特幣 / btc | Bitcoin (BTC) |
| 以太坊 / eth | Ethereum (ETH) |
| sol | Solana (SOL) |
| bnb | Binance Coin (BNB) |
| xrp | XRP (XRP) |
| doge | Dogecoin (DOGE) |
| ada | Cardano (ADA) |
| dot | Polkadot (DOT) |
API 數據源
使用 Binance API 獲取即時價格數據
版本:1.0 | 建立日期:2026-03-16
Author
- Kuanlin (GitHub: kuanlin)
Usage Guidance
Do not install until the metadata mismatch is resolved. The code and SKILL.md implement a crypto price/alert script that calls Binance public APIs and requires only the requests package — that code appears coherent and low-risk. However, the registry description advertising YouTube/Whisper transcription does not match the included files; that could be a benign packaging error or an intentional mislabel. Before installing, ask the publisher to clarify or provide a repository link, verify the intended purpose, and confirm the source. If you still want to run it, review the code yourself (or run in an isolated environment) and only allow network access to the Binance API if appropriate.
Capability Analysis
Type: OpenClaw Skill
Name: crypto-alert
Version: 1.0.1
The crypto-alert skill is a straightforward cryptocurrency price monitor that fetches real-time data from the public Binance API. The Python code (crypto.py) is well-structured, uses standard libraries (requests), and contains no evidence of data exfiltration, unauthorized execution, or prompt injection. All functionality aligns with the documentation provided in SKILL.md and README.md.
Capability Assessment
Purpose & Capability
Registry description (top-level) states 'Download YouTube videos and transcribe audio using local Whisper', but SKILL.md, README.md, and crypto.py implement a crypto price monitoring/alert tool using the Binance API. These two purposes are mutually exclusive; nothing in the code or instructions relates to YouTube, Whisper, or audio transcription. This mismatch indicates either a packaging/metadata error or intentional mislabeling.
Instruction Scope
SKILL.md contains straightforward instructions: pip3 install requests and run python3 crypto.py with coin names or no args. The runtime instructions and script only query Binance public API endpoints and print results; they do not read arbitrary files, access environment variables, or transmit data to unexpected endpoints.
Install Mechanism
No install spec in registry; SKILL.md suggests pip3 install requests. This is low-risk and proportional to the Python script's dependency on the requests library. No downloads from untrusted URLs or archive extraction are present.
Credentials
The skill requests no environment variables, credentials, or config paths. The code uses only public Binance API endpoints (api.binance.com) and does not attempt to access secrets or unrelated services.
Persistence & Privilege
Skill flags are default (always:false, user-invocable:true). The skill does not request elevated persistence or modify other skills/config. Autonomous invocation is allowed by platform defaults but is not combined with other privilege or credential concerns here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install crypto-alert - After installation, invoke the skill by name or use
/crypto-alert - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
crypto-alert 1.0.1
- Major cleanup: removed 409 obsolete or unrelated files.
- Updated documentation in README.md and SKILL.md to reflect the current crypto monitoring and alert functionality.
- Added core files: crypto.py (main script), TEST_REPORT.md, and _meta.json.
- Skill now offers real-time crypto price monitoring, 24h change display, multi-coin support, and price surge/drop alerts.
- Clear instructions for usage and dependencies included.
v1.0.0
Version 1.0.0 of crypto-alert
- Initial release of the crypto-alert skill.
Metadata
Frequently Asked Questions
What is Crypto Alert?
Download YouTube videos and transcribe audio using local Whisper. Use when you need to extract text from YouTube videos that don't have subtitles, or when yo... It is an AI Agent Skill for Claude Code / OpenClaw, with 168 downloads so far.
How do I install Crypto Alert?
Run "/install crypto-alert" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Crypto Alert free?
Yes, Crypto Alert is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Crypto Alert support?
Crypto Alert is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Crypto Alert?
It is built and maintained by ken (@dolphins1123); the current version is v1.0.1.
More Skills