← 返回 Skills 市场
sahil1005

local-portfolio-auditor

作者 Sahil Bhonde · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
414
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install local-portfolio-auditor
功能描述
Audits cryptocurrency addresses and stock tickers from a local file, providing current values using public APIs without storing private keys.
使用说明 (SKILL.md)

SKILL.md

name: Local Portfolio Auditor slug: local-portfolio-auditor summary: Monitors cryptocurrency addresses and stock tickers from a local file using public APIs. description: |- This skill provides a privacy-focused way to audit your financial portfolio. It reads a list of cryptocurrency addresses and stock symbols from a local configuration file (e.g., portfolio.json) and fetches their current values using public, read-only APIs. No private keys are ever requested or stored, ensuring maximum security. The skill then presents a summary of your holdings. author: Manus AI version: 0.1.0 trigger:

  • "audit my portfolio"
  • "check my crypto holdings"
  • "what's my stock value" commands:
  • name: audit description: Audits the user's portfolio based on the local configuration file. usage: "audit" script: python3 main.py
安全使用建议
This skill appears to do what it says: read a local portfolio.json and call public APIs for prices/balances. Before installing, review and edit portfolio.json locally (do not put private keys or secrets there). If you want accurate stock prices, integrate a trusted stock API and supply its API key via environment variables; main.py currently uses a dummy stock price and only optionally uses ETHERSCAN_API_KEY for ETH balances. Consider running it in an isolated environment (or container) if you are nervous about network calls, and verify any added dependencies before installing.
功能分析
Type: OpenClaw Skill Name: local-portfolio-auditor Version: 1.0.0 The OpenClaw skill 'local-portfolio-auditor' is benign. It adheres to its stated purpose of auditing a local financial portfolio using public, read-only APIs (CoinGecko, Etherscan, Alpha Vantage placeholder). The `main.py` script securely handles API keys via environment variables and only reads the user-provided `portfolio.json` file. There is no evidence of data exfiltration, arbitrary code execution, persistence mechanisms, or prompt injection attempts in any of the files, including `SKILL.md` and `README.md`.
能力评估
Purpose & Capability
The name/description match the implementation: main.py reads a local portfolio.json and queries CoinGecko and (optionally) Etherscan for read-only data. There are no unrelated binaries, credentials, or system paths requested.
Instruction Scope
SKILL.md instructs the agent to run python3 main.py which only reads a local portfolio.json and makes outbound HTTP requests to public APIs. The instructions do not direct the agent to read unrelated files, exfiltrate data to arbitrary endpoints, or perform write operations. Network calls are limited to CoinGecko, Etherscan, and an AlphaVantage placeholder.
Install Mechanism
No install spec is provided; this is an instruction-only skill with a small requirements.txt (requests). Nothing is downloaded from untrusted URLs and no archives are extracted.
Credentials
The manifest lists no required environment variables. main.py optionally reads ETHERSCAN_API_KEY (used only if set) and the README suggests an AlphaVantage API key for stock data; AlphaVantage is not actually read by main.py (it uses a dummy stock price). The optional ETHERSCAN_API_KEY is proportionate for address balance lookups; do not provide private keys.
Persistence & Privilege
always is false and the skill does not modify other skills or agent-wide configuration. It has no elevated persistence or privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install local-portfolio-auditor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /local-portfolio-auditor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the privacy-focused Local Portfolio Auditor skill. Supports local JSON configuration for tracking crypto addresses and stock tickers using public APIs.
元数据
Slug local-portfolio-auditor
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

local-portfolio-auditor 是什么?

Audits cryptocurrency addresses and stock tickers from a local file, providing current values using public APIs without storing private keys. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 414 次。

如何安装 local-portfolio-auditor?

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

local-portfolio-auditor 是免费的吗?

是的,local-portfolio-auditor 完全免费(开源免费),可自由下载、安装和使用。

local-portfolio-auditor 支持哪些平台?

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

谁开发了 local-portfolio-auditor?

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

💬 留言讨论