Market Oracle

v1.1.0

Financial event impact analyzer — fetch breaking news, track metals/oil/crypto/stocks prices, and predict short/medium/long-term market ripple effects with t...

3· 361·1 current·2 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

analysisvk9774e90v6gf818k5xd5s88rtd8246zdcryptovk9774e90v6gf818k5xd5s88rtd8246zdfinancevk9774e90v6gf818k5xd5s88rtd8246zdgoldvk9774e90v6gf818k5xd5s88rtd8246zdlatestvk97csbhgxp3p7j9nyayxa8g4cd827st8newsvk9774e90v6gf818k5xd5s88rtd8246zdoilvk9774e90v6gf818k5xd5s88rtd8246zdstockvk9774e90v6gf818k5xd5s88rtd8246zd

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

📊 Clawdis
OSmacOS · Linux · Windows
Binspython3

Comments