← Back to Skills Marketplace
386
Downloads
3
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install market-oracle
Description
Financial event impact analyzer — fetch breaking news, track metals/oil/crypto/stocks prices, and predict short/medium/long-term market ripple effects with t...
Usage Guidance
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.
Capability Analysis
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`.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install market-oracle - After installation, invoke the skill by name or use
/market-oracle - Provide required inputs per the skill's parameter spec and get structured output
Version History
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).
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 386 downloads so far.
How do I install Market Oracle?
Run "/install market-oracle" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Market Oracle free?
Yes, Market Oracle is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Market Oracle support?
Market Oracle is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, win32).
Who created Market Oracle?
It is built and maintained by stn0000 (@stn0000); the current version is v1.1.0.
More Skills