← 返回 Skills 市场
stn0000

Market Oracle

作者 stn0000 · GitHub ↗ · v1.1.0
darwinlinuxwin32 ✓ 安全检测通过
386
总下载
3
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install market-oracle
功能描述
Financial event impact analyzer — fetch breaking news, track metals/oil/crypto/stocks prices, and predict short/medium/long-term market ripple effects with t...
安全使用建议
This skill appears to do exactly what it says: fetch public RSS/news and Yahoo Finance data, then build an AI-driven impact analysis. Before installing, review the bundled scripts (they are included) and consider: (1) run setup in a virtualenv to isolate pip installs (tools/requirements.txt only contains yfinance), (2) the tools will fetch arbitrary URLs you pass into analysis — do not analyze private/internal URLs you wouldn't want retrieved, (3) the skill makes outbound network requests (RSS, Yahoo) which is necessary for its function, and (4) outputs are predictive and not investment advice. If you need extra assurance, inspect the repository at the provided homepage and run the scripts locally on sample inputs before enabling autonomous invocation.
功能分析
Type: OpenClaw Skill Name: market-oracle Version: 1.1.0 The OpenClaw AgentSkills skill bundle 'market-oracle' is classified as benign. All scripts (`setup.sh`, `news_fetch.py`, `market_data.py`, `event_analyze.py`) and the `SKILL.md` documentation align with the stated purpose of financial market analysis. The `setup.sh` script performs standard Python dependency installation and makes scripts executable. The Python scripts fetch news from public RSS feeds and market data via `yfinance`, and perform rule-based analysis. The `event_analyze.py` script uses `subprocess.run` to call its sibling Python tools, passing arguments as a list, which safely mitigates shell injection vulnerabilities. While it fetches content from user-provided URLs, it only processes the text for analysis and does not execute any remote code. There is no evidence of data exfiltration, persistence, unauthorized remote control, or prompt injection attempts in the `SKILL.md`.
能力评估
Purpose & Capability
Name/description (event-driven market impact analysis) lines up with included scripts: news_fetch.py (RSS), market_data.py (yfinance), and event_analyze.py (orchestration/backtest). Requested binaries (python3) and no env vars are proportional to the stated purpose.
Instruction Scope
SKILL.md instructs the agent to run the included Python tools which fetch RSS feeds, web pages, and Yahoo Finance data and then produce a structured analysis. This is expected for the skill, but the tools will fetch arbitrary URLs (user-provided) and external RSS endpoints — exercise caution when passing untrusted URLs.
Install Mechanism
There is no platform install spec, but a bundled setup.sh exists that runs pip install -r tools/requirements.txt (yfinance). The setup script is straightforward (chmod, pip install) and uses a small, public dependency; installing in an isolated venv is recommended.
Credentials
The skill requests no environment variables or credentials. The code does not embed secret endpoints or request tokens. Network access to public RSS feeds and Yahoo Finance is required and appropriate for the functionality.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide configs. The only write action in setup.sh is chmod and pip install; nothing indicates permanent privileged presence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install market-oracle
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /market-oracle 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
v1.1.0: 新增美以袭击伊朗/中国央行降准降息/关税黑色星期一3个历史案例,优化冲突新闻过滤算法,增强资产关联分析
v1.0.0
Initial release: news fetching, real-time market data (metals/oil/crypto/stocks), three-layer event impact analysis (short/medium/long term).
元数据
Slug market-oracle
版本 1.1.0
许可证
累计安装 2
当前安装数 1
历史版本数 2
常见问题

Market Oracle 是什么?

Financial event impact analyzer — fetch breaking news, track metals/oil/crypto/stocks prices, and predict short/medium/long-term market ripple effects with t... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 386 次。

如何安装 Market Oracle?

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

Market Oracle 是免费的吗?

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

Market Oracle 支持哪些平台?

Market Oracle 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。

谁开发了 Market Oracle?

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

💬 留言讨论