← 返回 Skills 市场
saintlittlefish

Xanadu Crypto Monitor

作者 saintlittlefish · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
283
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install xanadu-crypto-monitor
功能描述
Monitor cryptocurrency prices, set customizable price alerts, track large whale transactions, analyze on-chain metrics, and manage crypto portfolios.
安全使用建议
Do not run this skill unmodified. Specific concerns: (1) scripts/billing_config.py contains a hardcoded SKILLPAY_API_KEY and OWNER_WALLET — this leaks credentials and could be misused; if that key is real, it should be rotated immediately. (2) scripts/billing.py contains a mismatched docstring (copy-paste from another product) and billing code that will attempt to contact api.skillpay.me; understand when and how billing is triggered before use. (3) scripts/monitor.py contains malformed code in fetch_onchain_stats and appears truncated at the end, indicating the skill may be incomplete or corrupted. Recommended actions: inspect and remove any hardcoded secrets (or replace them with documented required env vars), contact the publisher for a clean, verified release, run the code in an isolated sandbox if you must test it, and avoid providing any real payment/credential information until the issues are resolved. If you downloaded this from a public registry, consider reporting the leaked key to the service (SkillPay) and the registry, and do not use the embedded key.
功能分析
Type: OpenClaw Skill Name: xanadu-crypto-monitor Version: 1.0.0 The skill provides cryptocurrency monitoring, price alerts, and portfolio tracking as described in its documentation. It includes a 'SkillPay' billing integration in `scripts/billing.py` and `scripts/billing_config.py` for monetization, which is explicitly mentioned in `SKILL.md`. While `scripts/monitor.py` contains a syntax error in the `fetch_onchain_stats` function and the billing script contains some inconsistent default values (referencing a different skill ID), there is no evidence of malicious intent, data exfiltration, or unauthorized command execution.
能力评估
Purpose & Capability
Name/description and most files (scripts/monitor.py) match a crypto monitoring tool. However, scripts/billing.py has a docstring referencing a different product ('Social Media Manager'), and scripts/billing_config.py bakes an SKILLPAY_API_KEY and OWNER_WALLET into source — a mismatch and unexpected secret in the repo. Monetization (SkillPay) is plausible for a paid tier, but embedding an API key in the codebase is disproportionate and risky.
Instruction Scope
SKILL.md runtime instructions only reference monitor.py commands and storing alerts under ~/.openclaw/crypto-monitor which matches monitor.py behavior. The README does not describe SkillPay details, but the repo contains billing integration — SKILL.md's instructions do not mention charging flows or when billing is invoked. monitor.py reads/writes only in its data directory and calls public crypto APIs (CoinGecko); it does not request unrelated OS files or env vars. However, the code contains mangled/buggy lines in fetch_onchain_stats and monitor.py appears truncated, indicating incomplete or tampered code.
Install Mechanism
No install spec — instruction-only with shipped Python scripts. This is lower risk than arbitrary download/extract installers. Dependencies are standard (requests, Python 3.10+).
Credentials
The skill declares no required environment variables, but scripts/billing_config.py contains a hardcoded SKILLPAY_API_KEY (sk_... ) and OWNER_WALLET address. Including a secret API key in distributed code is disproportionate — it exposes credentials to anyone who downloads the skill and could allow misuse or unintended charges. There are also inconsistencies about SKILL_ID between billing.py defaults and billing_config.py. No other secret-env access is requested.
Persistence & Privilege
always:false (no forced inclusion). The skill writes local state to ~/.openclaw/crypto-monitor (alerts.json, portfolio.json), which is consistent with its purpose. It does not request system-wide config changes or modify other skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install xanadu-crypto-monitor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /xanadu-crypto-monitor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of crypto-monitor skill - Monitor real-time cryptocurrency prices from major exchanges. - Set price alerts and track alert status. - Track whale transactions and monitor large exchange flows. - View on-chain metrics: volume, gas prices, TVL, active addresses, hash rate. - Basic crypto portfolio tracking, including P&L and cost basis. - Supports 100+ cryptocurrencies. - Tiered monetization via SkillPay for premium features.
元数据
Slug xanadu-crypto-monitor
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Xanadu Crypto Monitor 是什么?

Monitor cryptocurrency prices, set customizable price alerts, track large whale transactions, analyze on-chain metrics, and manage crypto portfolios. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 283 次。

如何安装 Xanadu Crypto Monitor?

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

Xanadu Crypto Monitor 是免费的吗?

是的,Xanadu Crypto Monitor 完全免费(开源免费),可自由下载、安装和使用。

Xanadu Crypto Monitor 支持哪些平台?

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

谁开发了 Xanadu Crypto Monitor?

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

💬 留言讨论