← All skills
Tencent SkillHub · Data Analysis

Crypto Price By Lpdawn

获取比特币、以太坊等主流加密货币的实时美元价格。

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

获取比特币、以太坊等主流加密货币的实时美元价格。

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, agent.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 4 sections Open source page

1. Description

当用户询问加密货币的实时价格时,使用此技能。它通过 ccxt 库从 Binance 交易所获取最新价格,支持 BTC、ETH 等常见币种。

2. When to use

用户说:“比特币现在多少钱?” 用户说:“查一下 ETH 的价格” 用户说:“狗狗币 (DOGE) 实时行情” 用户说:“BTC 涨了多少?” 用户说:“SOL 现在的价格” 用户说:“莱特币 LTC 价格” 用户说:“用 crypto-price-by-lpdawn 查比特币” 用户说:“当前 BTC/USDT 价格” 用户说:“ETH 美元价格是多少?”

3. How to use

从用户提问中提取要查询的加密货币符号(如 BTC、ETH、DOGE)。如果用户未指定,默认查询 BTC。 调用 agent.py 脚本,将币种符号作为参数传入。 脚本返回格式化的价格信息,直接回复给用户。

4. Edge cases

如果用户提到的币种无法查询,脚本返回错误,AI 回复:“抱歉,无法查询到该币种的信息,请确认符号是否正确。” 如果交易所 API 不可用,AI 回复:“暂时无法连接到交易所,请稍后重试。” 如果用户没有给出币种,AI 询问:“您想查询哪个币种的价格?例如 BTC 或 ETH。”

Category context

Data access, storage, extraction, analysis, reporting, and insight generation.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • agent.py Scripts