← 返回 Skills 市场
laolaoqi

Crypto Price Watcher

作者 new · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
28
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install crypto-price-watcher
功能描述
Real-time cryptocurrency price checker for BTC, ETH, and top altcoins. Fetches live prices, 24h change, market cap, and volume from free APIs. No API key req...
使用说明 (SKILL.md)

Crypto Price Watcher

Real-time crypto price data with zero setup. Uses CoinGecko free API — no key needed.

Actions

price — 查询实时价格

{ "action": "price", "symbols": ["bitcoin", "ethereum", "solana"] }

alerts — 设置价格提醒

{ "action": "alert", "symbol": "bitcoin", "target_price": 65000, "direction": "above" }

watch — 监控持仓价值

{ "action": "watch", "portfolio": [{"symbol": "bitcoin", "amount": 0.5}, {"symbol": "ethereum", "amount": 5}] }

Pricing

$2.99 — One-time purchase

安全使用建议
This looks safe for checking public crypto prices. Do not provide exchange credentials, wallet keys, or trading permissions because the skill does not need them. Treat the alert and portfolio features as manual/advisory only, and share exact portfolio amounts only if you are comfortable having them in the chat context.
功能分析
Type: OpenClaw Skill Name: crypto-price-watcher Version: 1.0.0 The skill is a standard cryptocurrency price tracker that functions as described. The code in handler.ts uses the legitimate CoinGecko public API (api.coingecko.com) to fetch market data and does not require API keys, access sensitive environment variables, or perform any unauthorized network or file system operations. No malicious patterns or prompt injection attempts were found.
能力标签
cryptocan-make-purchasesrequires-sensitive-credentials
能力评估
Purpose & Capability
The core price lookup matches the stated purpose. The advertised alert and portfolio tracking actions are implemented only as returned notes/placeholders, not as active alerts or valuation tracking.
Instruction Scope
The skill defines explicit user-invoked actions and does not include prompt overrides, forced tool use, or hidden behavioral instructions.
Install Mechanism
There is no install spec, no dependencies, and the full handler source is included. The registry source/homepage are absent, so provenance is limited but no remote installer or hidden helper is referenced.
Credentials
The handler makes a disclosed outbound request to CoinGecko for public market data, which is proportionate to the price-checking purpose and does not use credentials.
Persistence & Privilege
The code does not create background jobs, store data, request credentials, or mutate accounts. The cron-job text is only a user-facing suggestion.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install crypto-price-watcher
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /crypto-price-watcher 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - live crypto prices from CoinGecko (free, no API key)
元数据
Slug crypto-price-watcher
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Crypto Price Watcher 是什么?

Real-time cryptocurrency price checker for BTC, ETH, and top altcoins. Fetches live prices, 24h change, market cap, and volume from free APIs. No API key req... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 28 次。

如何安装 Crypto Price Watcher?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install crypto-price-watcher」即可一键安装,无需额外配置。

Crypto Price Watcher 是免费的吗?

是的,Crypto Price Watcher 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Crypto Price Watcher 支持哪些平台?

Crypto Price Watcher 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Crypto Price Watcher?

由 new(@laolaoqi)开发并维护,当前版本 v1.0.0。

💬 留言讨论