← 返回 Skills 市场
sxliuyu

Crypto Holdings Monitor

作者 SxLiuYu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
304
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install crypto-holdings-monitor
功能描述
加密货币持仓监控工具。支持多钱包地址监控、实时价格查询、持仓统计。
使用说明 (SKILL.md)

Crypto Portfolio Tracker 💰

追踪你的加密货币持仓,支持多钱包地址和实时价格查询。

功能

  • 📊 支持多钱包地址监控(ETH, BTC, SOL 等)
  • 💵 实时 USDC/USD 价格查询
  • 📈 持仓统计和占比分析
  • 💰 收益计算(按买入价)
  • 🔔 定时播报持仓变化

使用方法

添加钱包地址

python3 scripts/portfolio.py add 0x...

查看持仓

python3 scripts/portfolio.py view

刷新价格

python3 scripts/portfolio.py refresh

完整报告

python3 scripts/portfolio.py report

配置

环境变量(可选):

# 添加成本价(可选,用于计算收益)
export BTC_COST=45000
export ETH_COST=3000
export SOL_COST=100

示例

# 添加钱包
python3 scripts/portfolio.py add 0x742d35Cc6634C0532925a3b844Bc9e7595f0eB1E

# 查看持仓
python3 scripts/portfolio.py view
安全使用建议
This package is inconsistent: it promises wallet balance monitoring, profit calculation, and scheduled alerts, but the code only saves wallet addresses locally and fetches price data from CoinGecko. Before installing or using it, review the script yourself. Note it will create/modify ~/.crypto-portfolio.json (which will contain any wallet addresses you add). The tool contacts api.coingecko.com (no API keys required). Because the source and homepage are unknown, consider running it in an isolated environment or sandbox, or inspect/modify the code to implement the missing features (balance queries and profit calculations) before trusting it with production data. If you expected automatic on-chain balance fetching, this skill does not provide that — it may be incomplete or poorly maintained rather than malicious, but treat it with caution.
功能分析
Type: OpenClaw Skill Name: crypto-holdings-monitor Version: 1.0.0 The skill is a straightforward cryptocurrency portfolio tracker that stores wallet addresses in a local JSON file (~/.crypto-portfolio.json) and fetches market prices from the CoinGecko API. Analysis of scripts/portfolio.py shows no evidence of data exfiltration, malicious command execution, or obfuscation; it uses standard Python libraries (urllib) for network requests and does not transmit sensitive user data to external servers.
能力评估
Purpose & Capability
The SKILL.md advertises multi-wallet address monitoring, holdings/statistics, profit calculation, and scheduled alerts. The shipped script only stores wallet addresses in ~/.crypto-portfolio.json, prints stored addresses, and fetches USD prices from CoinGecko. It does not query blockchain balances, compute holdings or profits, or implement scheduled reporting. Also _meta.json mentions python3 as a required binary while the registry summary showed no required binaries—this metadata mismatch is incoherent.
Instruction Scope
Runtime instructions tell the agent/user to run python3 scripts/portfolio.py for add/view/refresh/report; that matches the code. However SKILL.md documents optional environment variables (BTC_COST, ETH_COST, etc.) and features (holdings,收益计算,定时播报) that the script does not actually use or implement, which is misleading. The script only contacts CoinGecko (api.coingecko.com) — no other external endpoints.
Install Mechanism
No install spec is present (instruction-only with a bundled Python script). This is low-risk from an installation perspective — nothing is downloaded at install time.
Credentials
The skill declares no required credentials or config paths and the code does not request secrets. SKILL.md lists optional COST environment variables for profit calculation, but the script does not read them. No unexplained credentials are requested.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges. It writes a single user file (~/.crypto-portfolio.json) to store wallet addresses, which is consistent with local state for this kind of tool.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install crypto-holdings-monitor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /crypto-holdings-monitor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of crypto-holdings-monitor. - Monitor holdings across multiple crypto wallet addresses (BTC, ETH, SOL, etc.) - Real-time USDC/USD price queries - Portfolio statistics and position analysis - Profit calculation based on purchase cost - Scheduled notifications for portfolio changes - Command-line usage: add/view addresses, refresh prices, generate reports
元数据
Slug crypto-holdings-monitor
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Crypto Holdings Monitor 是什么?

加密货币持仓监控工具。支持多钱包地址监控、实时价格查询、持仓统计。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 304 次。

如何安装 Crypto Holdings Monitor?

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

Crypto Holdings Monitor 是免费的吗?

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

Crypto Holdings Monitor 支持哪些平台?

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

谁开发了 Crypto Holdings Monitor?

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

💬 留言讨论