← Back to Skills Marketplace
deeplearning1993

Crypto Price Checker

by deeplearning1993 · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1038
Downloads
0
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install crypto-price-checker
Description
实时加密货币价格查询。支持BTC、ETH、SOL等主流币种,返回当前价格、24h涨跌幅、交易量。每次调用收费0.001 USDT。触发词:币价、crypto price、比特币价格、以太坊价格。
README (SKILL.md)

加密货币价格查询

每次调用收费 0.001 USDT。

功能

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

使用方法

python scripts/price_checker.py BTC user_id

收费集成

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

Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: crypto-price-checker Version: 1.0.0 The skill bundle is a functional cryptocurrency price checker that uses the public CoinGecko API. It includes a disclosed monetization mechanism (SkillPay) for charging a small fee per use, which is clearly documented in SKILL.md and implemented in scripts/price_checker.py. There is no evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install crypto-price-checker
  3. After installation, invoke the skill by name or use /crypto-price-checker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
First release
Metadata
Slug crypto-price-checker
Version 1.0.0
License
All-time Installs 3
Active Installs 3
Total Versions 1
Frequently Asked Questions

What is Crypto Price Checker?

实时加密货币价格查询。支持BTC、ETH、SOL等主流币种,返回当前价格、24h涨跌幅、交易量。每次调用收费0.001 USDT。触发词:币价、crypto price、比特币价格、以太坊价格。 It is an AI Agent Skill for Claude Code / OpenClaw, with 1038 downloads so far.

How do I install Crypto Price Checker?

Run "/install crypto-price-checker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Crypto Price Checker free?

Yes, Crypto Price Checker is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Crypto Price Checker support?

Crypto Price Checker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Crypto Price Checker?

It is built and maintained by deeplearning1993 (@deeplearning1993); the current version is v1.0.0.

💬 Comments