← 返回 Skills 市场
168
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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)
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install crypto-alert - 安装完成后,直接呼叫该 Skill 的名称或使用
/crypto-alert触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 168 次。
如何安装 Crypto Alert?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install crypto-alert」即可一键安装,无需额外配置。
Crypto Alert 是免费的吗?
是的,Crypto Alert 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Crypto Alert 支持哪些平台?
Crypto Alert 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Crypto Alert?
由 ken(@dolphins1123)开发并维护,当前版本 v1.0.1。
推荐 Skills