← Back to Skills Marketplace
phonphrm

Yahoo Finance News

by phonphrm · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
277
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install yahoofinance-news
Description
Fetch recent finance news headlines for stock, ETF, and index symbols via Yahoo Finance (yfinance), with caching and structured JSON output.
Usage Guidance
This skill appears to be what it says: a small Python script that uses yfinance to fetch Yahoo Finance news, caches results locally, and outputs JSON. Before installing, note: (1) it will make outbound network requests to Yahoo via the yfinance library (no other external endpoints are present), (2) it creates and writes to .cache/finance-news in the skill directory, and (3) you need to install the yfinance dependency (recommended inside a virtualenv). If you are concerned about network activity, run it in an isolated environment or review the script (scripts/market_news.py) — it is short and straightforward. No credentials are requested and nothing in the skill appears disproportionate or unrelated to its purpose.
Capability Analysis
Type: OpenClaw Skill Name: yahoofinance-news Version: 1.0.1 The skill bundle is a legitimate tool for fetching financial news headlines using the yfinance library. The Python script (scripts/market_news.py) implements standard caching and data normalization logic, and the SKILL.md instructions correctly guide the agent on how to install dependencies and execute the script without any signs of malicious intent or prompt injection.
Capability Assessment
Purpose & Capability
Name/description match the actual files and runtime behavior. The script uses yfinance to fetch news, requires python3 and yfinance (requirements.txt), and creates a local cache directory (.cache/finance-news) which is declared in SKILL.md metadata. There are no unrelated binaries or credentials requested.
Instruction Scope
SKILL.md instructs the agent to install dependencies in a venv and run the included Python script per symbol, parse JSON, and present headlines with URLs. The instructions do not ask the agent to read unrelated files, access other credentials, or transmit data to unexpected endpoints. The skill will perform network calls via yfinance to fetch Yahoo data and write cache files under the declared cache directory.
Install Mechanism
This is instruction-only with a small code file and a requirements.txt containing only yfinance. There is no download-from-URL or archive extraction; installation is the normal pip install of a single dependency. No high-risk install mechanics are present.
Credentials
The skill requires only python3 and the yfinance package; it requests no environment variables, credentials, or config paths beyond a local cache directory. The absence of secrets or unrelated env vars is proportionate to its function.
Persistence & Privilege
The skill does not require always:true and does not request elevated privileges. It writes cache files under .cache/finance-news in the skill directory (matching SKILL.md metadata). It does not modify other skills or system-wide agent configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install yahoofinance-news
  3. After installation, invoke the skill by name or use /yahoofinance-news
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Skill renamed from "finance-news" to "yahoofinance-news". - Updated output formatting: each news item must include a URL (prefer "url" field; fallback to "link"). - Explicit rule: do not return headlines without an accessible URL—output "URL not available" if both fields are missing. - Clearer instructions for presenting per-item links and structured summaries in agent responses. - Minor cleanup of trigger phrases and provider wording.
v1.0.0
finance-news 1.0.0 - Initial release of a Yahoo Finance-powered skill for fetching recent finance news headlines by symbol (stocks, ETFs, indices). - Supports headline summary, publisher/source info, links, publication times (UTC), and structured JSON output. - Includes local caching with TTL, force refresh, and per-symbol query options for efficient use. - No API key required; data quality and coverage may vary by symbol. - Provides clear failure handling, rate-limit guidance, and avoids trading advice.
Metadata
Slug yahoofinance-news
Version 1.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is Yahoo Finance News?

Fetch recent finance news headlines for stock, ETF, and index symbols via Yahoo Finance (yfinance), with caching and structured JSON output. It is an AI Agent Skill for Claude Code / OpenClaw, with 277 downloads so far.

How do I install Yahoo Finance News?

Run "/install yahoofinance-news" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Yahoo Finance News free?

Yes, Yahoo Finance News is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Yahoo Finance News support?

Yahoo Finance News is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Yahoo Finance News?

It is built and maintained by phonphrm (@phonphrm); the current version is v1.0.1.

💬 Comments