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.
npx skills add chengzuopeng/stock-sdk-mcp --skill market-overviewgit clone --depth 1 https://github.com/chengzuopeng/stock-sdk-mcpWrote 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.
[](https://agentmods.dev/skills/chengzuopeng/stock-sdk-mcp/market-overview)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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:
- 调用
get_a_share_quotes获取主要指数 - 调用
get_industry_spot获取行业板块 - 调用
get_concept_spot获取概念板块 - 汇总分析并输出市场概览报告
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.
- 13d ago First seen · 136 lines · 24 tokens per session scan A 952894b9e614
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.
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.
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.
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.
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…
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…
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…