# Qmt Bridge Market Watch

> >-

- **Type:** Skill
- **Install:** `agentstack add skill-atorber-qmt-trading-skill-qmt-bridge-market-watch`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [atorber](https://agentstack.voostack.com/s/atorber)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [atorber](https://github.com/atorber)
- **Source:** https://github.com/atorber/qmt-trading-skill/tree/main/skills/qmt-bridge-market-watch
- **Website:** https://atorber.github.io/qmt-trading-skill/

## Install

```sh
agentstack add skill-atorber-qmt-trading-skill-qmt-bridge-market-watch
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# QMT Trading Skill · 自选监控

> **实现状态**：✅ `watchlist_snapshot.py`

## 目标

盘前/盘中/盘后快速浏览**自选池**与**大盘环境**，输出表格摘要（含中文名称）。

## 脚本

| 脚本 | 作用 |
|------|------|
| `scripts/watchlist_snapshot.py` | `--codes` 自选；`--indices-only` 仅指数 |

## 主要 API

| 方法 | 路径 | 说明 |
|------|------|------|
| GET | `/api/market/full_tick` | 实时快照 |
| GET | `/api/market/indices` | 主要指数 |
| GET | `/api/market/market_data_ex` | K 线（可选） |
| GET | `/api/calendar/is_trading_date` | 交易日 |
| GET | `/api/utility/search` | 代码/名称搜索 |
| GET | `/api/meta/last_trade_date` | 最近交易日 |

## 规程（规划）

1. 校验交易日（可选，见 event-calendar）
2. 拉 `indices` 作为环境背景（或 `--indices-only` 快速看盘）
3. 对 `--codes` 批量 `full_tick`，输出涨跌幅等
4. **只输出观察结果，不推荐买卖**

## 安全

- 只读；行情端点默认无需 Key（若服务端开启数据鉴权则配置 Key）

## 参考

- `docs/rest-api.md` · [qmt-bridge-sector-theme](../qmt-bridge-sector-theme/SKILL.md)

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [atorber](https://github.com/atorber)
- **Source:** [atorber/qmt-trading-skill](https://github.com/atorber/qmt-trading-skill)
- **License:** MIT
- **Homepage:** https://atorber.github.io/qmt-trading-skill/

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-atorber-qmt-trading-skill-qmt-bridge-market-watch
- Seller: https://agentstack.voostack.com/s/atorber
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
