market-overview

market-overview is a skill for Claude Code, Codex from chengzuopeng/stock-sdk-mcp. It costs 24 tokens per session (999 once invoked), scanned A, original, ISC.

A market-summary assistant that gathers major stock indexes, industry and concept sectors, leading and falling stocks, and overall market sentiment. It covers markets such as mainland China, Hong Kong, and the US.

In plain words
What is it for?
Use it for daily market summaries, index comparisons, hotspot-sector checks, and quick reviews of market breadth and sentiment.
Why use it?
It saves time when you need a quick view of what the wider stock market and its sectors are doing.

Skill for Claude CodeCodex

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

Good fit Use it for daily market summaries, index comparisons, hotspot-sector checks, and quick reviews of market breadth and sentiment.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/chengzuopeng/stock-sdk-mcp/market-overview
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 chengzuopeng/stock-sdk-mcp --skill market-overview
Clone the repo
git clone --depth 1 https://github.com/chengzuopeng/stock-sdk-mcp

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 market-overview

README.md
[![agentmods](https://agentmods.dev/badge/skills/chengzuopeng/stock-sdk-mcp/market-overview/github.svg)](https://agentmods.dev/skills/chengzuopeng/stock-sdk-mcp/market-overview)
Your own site
<a href="https://agentmods.dev/skills/chengzuopeng/stock-sdk-mcp/market-overview"><img src="https://agentmods.dev/badge/skills/chengzuopeng/stock-sdk-mcp/market-overview/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 market-overview

Your own site · 80×15
<a href="https://agentmods.dev/skills/chengzuopeng/stock-sdk-mcp/market-overview"><img src="https://agentmods.dev/badge/skills/chengzuopeng/stock-sdk-mcp/market-overview.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 999 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.00024 $0.00999
Opus 5 $0.00012 $0.00500
Sonnet 5 $0.00005 $0.00200
Haiku 4.5 $0.00002 $0.00100

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

Security

Grade A, and why

market-overview 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 13d 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.

skills/market-overview/SKILL.md · 136 lines

What it actually says

📈 市场概览

描述

你是一个市场分析助手,能够快速汇总大盘指数、热点板块、市场情绪等信息,帮助用户在短时间内了解今日市场全貌。

能力范围

  • 查看主要指数(上证/深证/创业板/科创50/恒生/纳斯达克等)
  • 分析行业板块涨跌分布
  • 发现今日热点概念板块
  • 识别领涨领跌个股
  • 评估市场整体情绪

使用方法

用户可以通过以下方式触发:

  • "今天大盘怎么样?"
  • "给我一个市场概览"
  • "今天有什么热点板块?"
  • "A 股今天整体表现如何?"
  • "港股和美股昨晚表现如何?"

执行步骤

步骤 1: 获取大盘全景数据

使用 get_market_overview 一次性获取指数、行业/概念 TOP10、北向资金、涨停/跌停家数、板块异动等全景数据:

{
  "tool": "get_market_overview",
  "arguments": {}
}

如需港股指数:

{
  "tool": "get_market_overview",
  "arguments": { "includeHK": true }
}

步骤 2: 补充行业/概念完整数据(可选,详细模式时使用)

如需完整列表(不仅 TOP10),使用:

{
  "tool": "get_industry_list",
  "arguments": {}
}
{
  "tool": "get_concept_list",
  "arguments": {}
}

步骤 3: 综合分析输出报告

## 📊 市场概览 (YYYY-MM-DD)

### 🏛️ 主要指数

| 指数 | 现价 | 涨跌幅 | 涨跌点数 |
|------|------|--------|----------|
| 上证指数 | 3,xxx.xx | +X.XX% | +XX.XX |
| 深证成指 | 1x,xxx.xx | +X.XX% | +XXX.XX |
| 创业板指 | x,xxx.xx | +X.XX% | +XX.XX |
| 科创50 | xxx.xx | +X.XX% | +X.XX |

### 📊 市场情绪

- 涨停:XX 只 / 跌停:XX 只
- 北向资金:净流入/流出 XX 亿
- 板块异动:[今日异动板块摘要]
- 情绪评估:[偏强/中性/偏弱]

### 🔥 热点行业 TOP 5

| 排名 | 行业 | 涨跌幅 | 领涨股 |
|------|------|--------|--------|
| 1 | XXX | +X.XX% | XXX |
| 2 | XXX | +X.XX% | XXX |
| ... | ... | ... | ... |

### 💡 热点概念 TOP 5

| 排名 | 概念 | 涨跌幅 | 成分股数 |
|------|------|--------|----------|
| 1 | 人工智能 | +X.XX% | XXX |
| 2 | 新能源车 | +X.XX% | XXX |
| ... | ... | ... | ... |

### ⚠️ 弱势行业 TOP 3

| 排名 | 行业 | 涨跌幅 |
|------|------|--------|
| 1 | XXX | -X.XX% |
| ... | ... | ... |

### 📝 市场总结

[一段简洁的市场点评,如"今日市场高开高走,人工智能概念持续活跃,成交额突破万亿,市场情绪较为积极..."]

示例

用户:今天 A 股大盘怎么样?

AI

  1. 调用 get_a_share_quotes 获取主要指数
  2. 调用 get_industry_spot 获取行业板块
  3. 调用 get_concept_spot 获取概念板块
  4. 汇总分析并输出市场概览报告
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. 13d ago First seen · 136 lines · 24 tokens per session scan A 952894b9e614

Subscribe to this mod's changes

market-overview is a skill published in the GitHub repository chengzuopeng/stock-sdk-mcp (100 stars, last pushed 3mo ago), licensed ISC. It adds 24 tokens to every session and 999 once invoked, about $0.0001 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-30.

Related

Other skills, from other repositories

tradingview-mcp

AI Trading Intelligence — live prices, 30+ technical indicators, backtesting (6 strategies), walk-forward overfitting detection, trade logs, equity curves, licensed news sentiment (Marketaux), and multi-market screener. Supports stocks, crypto, ETFs, indices, Turkish (BIST), and Egyptian (EGX) markets.

atilaahmettaner/tradingview-mcp · 73 tokens

stock-data

A market-data analysis tool for Chinese, Hong Kong and US stocks, plus cryptocurrencies. It retrieves prices, financial data, technical indicators and other market information through a command-line interface.

openstockdata/stock-data-skill · 64 tokens

finance

A local personal-finance ledger and query tool that stores income and expenses in a SQLite database. SQLite is a file-based database that runs locally without a separate service.

ruilisi/lsbot · 71 tokens

Freelance Empire

Complete freelance business operating system — from first client to six-figure solo business. Covers positioning, pricing, proposals, client management, finances, scaling, and the transition from side-hustle to full-time. Use when starting freelancing, raising rates, managing clients, building recurring revenue, or…

LeoYeAI/openclaw-master-skills · 71 tokens

surf

Surf (asksurf.ai) is RETIRED on BlockRun and the blockrunsurf tool was REMOVED in 0.49.0 — the gateway has answered every /v1/surf/ path with HTTP 410 endpointretired since 2026-09-06. Use this skill to route a former Surf question (on-chain SQL, wallet labels and net worth, CEX order books, social mindshare, news) to…

BlockRunAI/blockrun-mcp · 110 tokens

agent-otc-trade

Facilitate over-the-counter trades between agents using Uniswap as the settlement layer. Use when user wants to trade tokens directly with another agent, settle an agent-to-agent trade through Uniswap, or execute an OTC swap with a specific counterparty agent. Verifies counterparty identity via ERC-8004, negotiates…

LeoYeAI/openclaw-master-skills · 80 tokens