ワンクリックで
crypto-price
Retrieves current cryptocurrency prices (BTC, ETH, etc.). Invoke when user asks for crypto prices, market rates, or coin values.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Retrieves current cryptocurrency prices (BTC, ETH, etc.). Invoke when user asks for crypto prices, market rates, or coin values.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
订阅 RSS/Atom 博客源,扫描更新,查看最新文章。无需安装 Go CLI,纯 Python 实现。
Google Gemini CLI 问答。需安装 gemini CLI。
通过 gh CLI 操作 GitHub:管理 issues、PRs、CI 运行、API 查询。需先安装 gh CLI 并认证。
Google Places 地点搜索。需配置 GOOGLE_PLACES_API_KEY 和安装 goplaces CLI。
通过 himalaya CLI 管理邮件(IMAP/SMTP):列出、阅读、搜索、回复、转发、删除。需先安装 himalaya 并配置邮箱。
通过自然语言指令编辑 PDF 文件的指定页面。需要 nano-pdf CLI(自动安装)。
| name | crypto-price |
| description | Retrieves current cryptocurrency prices (BTC, ETH, etc.). Invoke when user asks for crypto prices, market rates, or coin values. |
This skill retrieves real-time cryptocurrency prices using the CCXT library (connecting to Binance public API).
When the user asks "What is the price of BTC?", "Check ETH rate", or "How is the crypto market?", this skill should be invoked.
This skill requires ccxt python library.
The script handles dependency installation automatically.
Note: The first run might be slow due to dependency installation (1-2 minutes). Subsequent runs will be faster.
No specific configuration required. Uses public APIs.