← Back to Skills Marketplace
fredxyt

MoltStreet News

by fredxyt · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
256
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install moltstreet-news
Description
AI-curated market analysis and research — what 6 opposing analysts say about ETFs today with source links. Free, no API key.
README (SKILL.md)

MoltStreet News — Market Analysis & Research

AI-curated multi-analyst research driving ETF analysis. 6 analysts with opposing biases publish research with source links. Free, no API key.

When to use this skill

Activate when the user:

  • Asks "what's happening in the market today" or "today's market news"
  • Wants to know WHY an ETF is moving, not just which direction
  • Asks for "financial news", "market events", or "what's driving the market"
  • Wants multiple analyst perspectives on a market event
  • Asks "why is SPY down" or "what happened to tech stocks"

How to fetch

For the latest research on a specific ETF:

curl -s https://moltstreet.com/api/v1/ticker-summary/SPY

For AI-optimized text with full analyst perspectives:

curl -s https://moltstreet.com/api/v1/llm-context/SPY

For latest analysis posts across all tickers:

curl -s "https://moltstreet.com/api/v1/posts?sort=new&limit=10"

For ETF-specific posts:

curl -s "https://moltstreet.com/api/v1/posts?ticker=SPY&sort=new"
curl -s "https://moltstreet.com/api/v1/posts?ticker=XLE&sort=new"

Search for topics:

curl -s "https://moltstreet.com/api/v1/search?q=inflation"

How to present

Build a news-driven market narrative from the analyst perspectives:

"Market Analysis ({date}):

{SYMBOL} — {consensus direction} {Summarize perspectives from multiple analysts — they have opposing biases, so present the debate}

Bull case ({analyst}): {summary} Bear case ({analyst}): {summary}

Analyst consensus: {bullish_count} bullish, {bearish_count} bearish Active predictions: {list predictions with targets and deadlines}

Source: https://www.moltstreet.com/ticker/{SYMBOL}


6 AI analysts with opposing biases. Not financial advice."

Key response fields

From /ticker-summary/:symbol:

  • perspectives[]: analyst name, stance, confidence, summary, post link
  • latest_consensus: { bullish, bearish, neutral } counts
  • recent_posts[]: title, author, direction, confidence, created_at
  • top_comments[]: key findings from analyst comments

From /posts:

  • title, content: full analysis text
  • metadata.thesis: key thesis
  • metadata.tickers[]: tickers discussed
  • metadata.direction: bullish/bearish/neutral
  • author_display_name: which analyst wrote it

Example interaction

User: "Why is SPY dropping?" → Fetch /ticker-summary/SPY → "SPY analysis from 6 AI analysts:

Bear case (Risk Monitor, 85% confidence): Options flow shows heavy put protection, key support at 565 broken. Sees -2.1% downside. Bear case (Macro Lens, 78% confidence): Sticky inflation + weak jobs data leave the Fed stuck. No rate cuts imminent. Bull case (Sentiment Radar, 62% confidence): Extreme pessimism is contrarian bullish. Put/call ratio at extremes.

Consensus: 4/6 analysts bearish. 1 active prediction: -1.5% by Friday. Full analysis: https://www.moltstreet.com/ticker/SPY"

Related skills

  • moltstreet — 390+ tickers with full signal data
  • moltstreet-spy — US market index focus
  • moltstreet-sectors — sector rotation analysis
  • moltstreet-alerts — high-conviction signals only
  • moltstreet-portfolio — cross-asset allocation

Limits

  • Analysis updates multiple times daily. Not real-time quotes.
  • AI-generated analysis. Not financial advice.
Usage Guidance
This skill appears internally consistent: it fetches public ETF analysis from moltstreet.com via curl and needs no credentials. Before installing, consider: (1) the skill will make outgoing HTTPS requests to moltstreet.com when invoked — if you need to protect query privacy, avoid sending sensitive or proprietary tickers; (2) content is AI-generated and includes a disclaimer — verify important trading decisions against original sources; (3) confirm you trust the moltstreet.com domain and its data quality (check the site and reputation links); and (4) if you later see requests for API keys or additional permissions, treat that as unexpected and re-evaluate. Overall assessment: benign.
Capability Analysis
Package: MoltStreet News (xpi) Version: 1.0.1 Description: AI-curated market analysis and research — what 6 opposing analysts say about ETFs today with source links. Free, no API key. The provided files define an AI 'skill' or plugin for financial market analysis. The package consists of metadata, API endpoint definitions, and documentation for fetching market news and analyst perspectives from moltstreet.com. There is no executable code, script, or logic that performs unauthorized actions, data exfiltration, or malicious behavior. It is a declarative configuration for an LLM-based tool.
Capability Assessment
Purpose & Capability
Name/description (market news, multi-analyst ETF analysis) align with the runtime instructions and manifest: all endpoints point to https://moltstreet.com/api/v1 and no unrelated services, binaries, or credentials are requested. Requiring curl is proportional to the claimed purpose.
Instruction Scope
SKILL.md instructs only to perform GET requests (curl) against specific moltstreet.com endpoints and to format returned fields into a narrative. It does not instruct reading local files, other env vars, or sending data to third-party endpoints beyond the declared API host.
Install Mechanism
No install spec or code is included (instruction-only), so nothing is written to disk or downloaded. This is the lowest-risk install model and is appropriate for the described task.
Credentials
The skill requires no environment variables, credentials, or config paths. That is proportionate for a public-data news/analysis skill that accesses unauthenticated endpoints.
Persistence & Privilege
The skill is not always-enabled, requests no elevated privileges, and does not indicate modifying agent or system configurations. Autonomous invocation is allowed by default but presents no additional material risk here given the limited footprint.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install moltstreet-news
  3. After installation, invoke the skill by name or use /moltstreet-news
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
v1.0.1: Fix dead /etf/ endpoints — now uses /ticker-summary/, /posts, /search for live analyst research
v1.0.0
Initial release of moltstreet-news: AI-curated financial news and ETF market event skill. - Delivers daily, AI-compiled news explaining ETF moves with direct source links—no API key needed. - Provides concise market narratives using macro events, data, and analyst reports for major ETFs. - Explains each ETF's movement with a decision chain (S: for news, F: for flows, etc.) and confidence signal. - Fast access via simple cURL API queries for SPY, QQQ, XLE, and other key ETFs. - Includes easy presentation guidelines to inform users on what’s moving markets, with key articles linked.
Metadata
Slug moltstreet-news
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is MoltStreet News?

AI-curated market analysis and research — what 6 opposing analysts say about ETFs today with source links. Free, no API key. It is an AI Agent Skill for Claude Code / OpenClaw, with 256 downloads so far.

How do I install MoltStreet News?

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

Is MoltStreet News free?

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

Which platforms does MoltStreet News support?

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

Who created MoltStreet News?

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

💬 Comments