Crypto Price Checker

v1.0.0

实时加密货币价格查询。支持BTC、ETH、SOL等主流币种,返回当前价格、24h涨跌幅、交易量。每次调用收费0.001 USDT。触发词:币价、crypto price、比特币价格、以太坊价格。

0· 1k·3 current·3 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 deeplearning1993/crypto-price-checker.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Crypto Price Checker" (deeplearning1993/crypto-price-checker) from ClawHub.
Skill page: https://clawhub.ai/deeplearning1993/crypto-price-checker
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

Canonical install target

openclaw skills install deeplearning1993/crypto-price-checker

ClawHub CLI

Package manager switcher

npx clawhub@latest install crypto-price-checker
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description match the code: the script queries CoinGecko for prices, 24h change and volume and reports a hard-coded recipient wallet for a 0.001 USDT fee. No unrelated permissions or credentials are requested.
Instruction Scope
SKILL.md instructs running the included Python script and mentions SkillPay billing. The runtime instructions do not ask for unrelated system files or secrets. However, the payment integration depends on an external 'shared/skillpay' module (not included) which could perform additional actions; in its absence the script uses a harmless test stub.
Install Mechanism
There is no install spec (instruction-only plus a bundled script). The Python script requires the 'requests' package but dependencies are not declared—this is a packaging/maintenance gap rather than malicious behavior.
Credentials
No environment variables or credentials are declared or required by the skill. That said, the SkillPay integration (external module) could internally require or use credentials or network access; those requirements are not declared in SKILL.md or registry metadata.
Persistence & Privilege
The skill does not request persistent or elevated privileges, does not set always:true, and does not modify system or other-skill configurations.
Assessment
This skill appears to implement its stated purpose, but before installing or running it: (1) Verify and trust the SkillPay implementation—the script imports a shared/skillpay module that is not included and could make network/payment calls; (2) Ensure you run it in a safe environment (it makes outbound requests to CoinGecko and may call payment endpoints); (3) Install the missing Python dependency (requests) in a controlled environment; (4) Confirm the hard-coded recipient wallet is acceptable; (5) If you allow autonomous invocation for agents, be aware the skill may trigger payment logic—review the actual shared/skillpay code (if present) to see what it does. If you cannot inspect the SkillPay module, treat the payment behavior as untrusted and run only the script's read-only parts in a sandbox.

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

latestvk972tnxpfd0yjrcxxy3w0asfk182arj5
1kdownloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

加密货币价格查询

每次调用收费 0.001 USDT。

功能

  • 查询任意加密货币实时价格
  • 显示24小时涨跌幅
  • 显示24小时交易量
  • 支持CoinGecko数据源

使用方法

python scripts/price_checker.py BTC user_id

收费集成

使用SkillPay API进行收费,收款钱包: 0x64f15739932c144b54ad12eb05a02ea64f755a53

Comments

Loading comments...