← 返回 Skills 市场
anton-roos

finance

作者 anton-roos · GitHub ↗ · v1.1.2
cross-platform ✓ 安全检测通过
13095
总下载
15
收藏
95
当前安装
3
版本数
在 OpenClaw 中安装
/install finance
功能描述
Track stocks, ETFs, indices, crypto (where available), and FX pairs with caching + provider fallbacks.
安全使用建议
Before installing, expect the skill to run Python scripts, install finance-data dependencies, contact public market-data APIs, and create local cache/watchlist files. Prefer a dedicated virtual environment and review or pin dependency versions if reproducibility matters.
功能分析
Type: OpenClaw Skill Name: finance Version: 1.1.2 The OpenClaw skill bundle is designed to track market data using public APIs and local caching. It uses `yfinance` for stocks/ETFs/indices and ExchangeRate-API for FX rates. File system operations are limited to a designated `.cache/market-tracker` directory for caching and watchlist persistence. The `market_watchlist.py` script uses `subprocess.run` to call `market_quote.py` within the same skill, which is a safe modularity pattern. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent beyond standard operational instructions.
能力评估
Purpose & Capability
Market quotes, FX rates, historical data, caching, and watchlist management fit the stated finance/market-tracking purpose.
Instruction Scope
The skill uses shell-run Python scripts, network APIs, and local state; these are purpose-aligned but should be visible to users before use.
Install Mechanism
Dependencies are installed from PyPI with lower-bound requirements rather than pinned versions, which creates reproducibility and supply-chain hygiene risk but is not enough by itself for Review.
Credentials
Network access to public market-data providers and file writes limited to a market-tracker cache/state directory are proportionate for this type of skill.
Persistence & Privilege
The watchlist and cache persist locally, but the stored data appears limited to market symbols/settings rather than credentials or broad private content.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install finance
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /finance 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.2
- fixed the series call to look at a series of a stock
v1.0.1
- Renamed the skill from "market-tracker" to "finance". - Updated internal cache directory from .cache/market-tracker to .cache/finance. - Corrected a script filename: added scripts/market_quote.py and removed the incorrectly named scripts/market_quite.py. - No changes to functionality or usage; documentation and commands remain the same.
v1.0.0
Initial release of the Market Tracker skill. - Track latest quotes and historical series for stocks, ETFs, indices, cryptocurrencies, and FX pairs. - Supports quick price checks, watchlist summaries, and historical data exports. - Uses Yahoo Finance and ExchangeRate-API for broad, free coverage with provider fallback and caching to avoid rate limits. - Includes local watchlist management with add, remove, and summary features. - Advises on output expectations, rate limiting, and data source limitations for clarity and safety.
元数据
Slug finance
版本 1.1.2
许可证
累计安装 432
当前安装数 95
历史版本数 3
常见问题

finance 是什么?

Track stocks, ETFs, indices, crypto (where available), and FX pairs with caching + provider fallbacks. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 13095 次。

如何安装 finance?

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

finance 是免费的吗?

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

finance 支持哪些平台?

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

谁开发了 finance?

由 anton-roos(@anton-roos)开发并维护,当前版本 v1.1.2。

💬 留言讨论