marketbrief

marketbrief is a skill for Claude Code, Codex from yukipanpan/marketbrief. It costs 99 tokens per session (1,257 once invoked), scanned A, original, MIT.

A market-intelligence skill that combines financial data, economic indicators, news feeds, and Claude analysis into structured reports. Market intelligence means collecting and interpreting information about markets and the economy.

In plain words
What is it for?
Use it for morning briefings, daily market summaries, market snapshots, economic-calendar checks, financial-news digests, ETF-flow reviews, and structured market analysis.
Why use it?
It avoids assembling a market view manually from many data sources and presents the results in a repeatable report format.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it for morning briefings, daily market summaries, market snapshots, economic-calendar checks, financial-news digests, ETF-flow reviews, and structured market analysis.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yukipanpan/marketbrief/claude_skill
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add yukipanpan/marketbrief --skill claude_skill
Clone the repo
git clone --depth 1 https://github.com/yukipanpan/marketbrief

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for marketbrief

README.md
[![agentmods](https://agentmods.dev/badge/skills/yukipanpan/marketbrief/claude_skill/github.svg)](https://agentmods.dev/skills/yukipanpan/marketbrief/claude_skill)
Your own site
<a href="https://agentmods.dev/skills/yukipanpan/marketbrief/claude_skill"><img src="https://agentmods.dev/badge/skills/yukipanpan/marketbrief/claude_skill/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for marketbrief

Your own site · 80×15
<a href="https://agentmods.dev/skills/yukipanpan/marketbrief/claude_skill"><img src="https://agentmods.dev/badge/skills/yukipanpan/marketbrief/claude_skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 99 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,257 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00099 $0.01257
Opus 5 $0.00049 $0.00629
Sonnet 5 $0.00020 $0.00251
Haiku 4.5 $0.00010 $0.00126

Measured 12d ago against content hash 9ef96cc1a2c6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

marketbrief scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

claude_skill/SKILL.md · 145 lines

How it starts

The opening of the file, as written. The whole thing — 145 lines — stays where its author put it; the contents beside it link to each section on GitHub.

MarketBrief — AI-Powered Market Intelligence

Generate comprehensive market briefings that combine multi-source data with Claude AI analysis. Produces structured reports with market commentary, positioning recommendations, economic calendars, and news digests.

When to Use

  • User asks for a "morning report", "market briefing", or "daily summary"
  • User wants a market snapshot across equities, crypto, commodities, FX, rates
  • User asks about economic calendar or upcoming data releases
  • User wants aggregated financial news from multiple sources
  • User asks about ETF flows (BTC, ETH, Gold)
  • User wants market analysis with structured output (tagline, focus, analysis, positioning)

Quick Start

Prerequisites

pip install marketbrief
# or with MCP support
pip install marketbrief[mcp]

Configuration

  1. Copy example configs:

    cp config/portfolio.example.json config/portfolio.json
    cp config/dashboard.example.json config/dashboard.json
    cp config/feeds.example.json config/feeds.json
    cp .env.example .env
    
  2. Edit .env with your API keys:

    • ANTHROPIC_API_KEY — Required for AI analysis (optional for data-only mode)
    • FRED_API_KEY — Enhances economic data coverage
    • SOSOVALUE_API_KEY — ETF flow data
    • TELEGRAM_BOT_TOKEN + TELEGRAM_CHAT_ID — Telegram delivery
  3. Edit config/portfolio.json with your holdings and interests.

Workflow

Generate a Full Report

  1. Run the report generator:

    python3 -m marketbrief generate --output json
    
  2. The pipeline:

    • Fetches market data from Yahoo Finance, FRED, CoinGecko, SoSoValue
    • Aggregates news from 40+ RSS feeds
    • Fetches economic calendar from Forex Factory + FRED
    • Runs Claude AI 2-stage analysis (preflight editorial → structured report)
    • Outputs structured JSON with: tagline, today_focus, analysis (4 issues), positioning, news_digest, calendar
  3. Read the output and present to user.

Data-Only Mode (No API Key)

Read the full file on GitHub · 145 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 145 lines · 99 tokens per session scan A 9ef96cc1a2c6

Subscribe to this mod's changes

marketbrief is a skill published in the GitHub repository yukipanpan/marketbrief (4 stars, last pushed 5mo ago), licensed MIT. It adds 99 tokens to every session and 1,257 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

polymarket

Query Polymarket: markets, prices, orderbooks, history.

NousResearch/hermes-agent · 18 tokens

polymarket

Query Polymarket prediction market data — search markets, get prices, orderbooks, and price history. Read-only via public REST APIs, no API key needed.

graniet/kheish · 33 tokens

initiating-coverage

Create institutional-quality equity research initiation reports through a 5-task workflow. Tasks must be executed individually with verified prerequisites - (1) company research, (2) financial modeling, (3) valuation analysis, (4) chart generation, (5) final report assembly. Each task produces specific deliverables…

prof-little-bear/cc-equity-research · 90 tokens

earnings-analysis

Create professional equity research earnings update reports (8-12 pages, 3,000-5,000 words) analyzing quarterly results for companies already under coverage. Fast-turnaround format focusing on beat/miss analysis, key metrics, updated estimates, and revised thesis. Includes 1-3 summary tables and 8-12 charts. Use when…

prof-little-bear/cc-equity-research · 108 tokens

morning-note

Skill "morning-note" from prof-little-bear/cc-equity-research, covering morning note, workflow, step 1: overnight developments, step 2: morning note format and step 3: quick takes on earnings.

prof-little-bear/cc-equity-research · 0 tokens

idea-generation

Skill "idea-generation" from prof-little-bear/cc-equity-research, covering idea generation, workflow, step 1: define search criteria, step 2: quantitative screens and step 3: thematic sweep.

prof-little-bear/cc-equity-research · 0 tokens