Crypto Price By Lpdawn.Bak

v1.0.0

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

0· 79·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for robertstarry-gif/crypto-price-by-lpdawn-bak.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Crypto Price By Lpdawn.Bak" (robertstarry-gif/crypto-price-by-lpdawn-bak) from ClawHub.
Skill page: https://clawhub.ai/robertstarry-gif/crypto-price-by-lpdawn-bak
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install crypto-price-by-lpdawn-bak

ClawHub CLI

Package manager switcher

npx clawhub@latest install crypto-price-by-lpdawn-bak
Security Scan
Capability signals
Crypto
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description state realtime crypto prices. agent.py uses ccxt to call Binance tickers for SYMBOL/USDT and formats price and 24h change — this directly implements the declared functionality and does not request unrelated access.
Instruction Scope
SKILL.md tells the agent to extract a symbol from user input and call agent.py with that symbol. The instructions do not ask the agent to read unrelated files, exfiltrate data, or contact endpoints beyond the exchange API. Network access is required and declared.
Install Mechanism
No install spec is provided (instruction-only). The runtime depends on the Python ccxt package, but the skill does not declare or install that dependency — the host must already provide ccxt. This is a functional gap but not a security mismatch.
Credentials
The skill requires no environment variables, secrets, or config paths. ccxt can use public market endpoints without credentials for these calls, so no sensitive access is requested or implied.
Persistence & Privilege
always is false and the skill does not request persistent/privileged installation or modify other skills or system configs. Autonomous invocation is allowed (platform default) but not combined with other concerning flags.
Assessment
This skill appears coherent: it fetches public Binance prices via ccxt and needs no credentials. Before installing, ensure the runtime has the Python ccxt package available (the skill has no install step), confirm you trust the included agent.py source, and be aware the skill requires network access to query the exchange. The code's shebang points to a specific virtualenv path (harmless but environment-specific) and metadata owner IDs differ slightly — these are likely packaging artifacts but you can ask the publisher for clarification if provenance is important.

Like a lobster shell, security has layers — review code before you run it.

latestvk97fhhhj2f7e4a1aradmk0j26s84tajv
79downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

Crypto Price Skill

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

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

4. Edge cases

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

Comments

Loading comments...