# Qmt Bridge Option

> 通过 QMT Bridge 查询期权链、合约详情与列表，辅助期权策略与对冲分析。 在用户提到期权、期权链、认沽认购、对冲时使用。只读。

- Skill: `serennity007/qmt-bridge-option` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add serennity007/qmt-bridge-option`
- Raw SKILL.md: https://api.skillmd.com/api/skills/serennity007/qmt-bridge-option/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Serennity007 (https://skillmd.com/u/serennity007)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/serennity007/qmt-bridge-option

---


# QMT Trading Skill · 期权

> **实现状态**：✅ `option_chain_snapshot.py` 可用

## 规划脚本

| 脚本 | 作用 |
|------|------|
| `scripts/option_chain_snapshot.py` | 标的 → 期权链摘要 |

## 主要 API

| 方法 | 路径 |
|------|------|
| GET | `/api/option/chain` |
| GET | `/api/option/detail` |
| GET | `/api/option/list` |
| GET | `/api/option/his_option_list` |

## 规程

- 只读；开仓/平仓若 API 支持须单独确认
- 希腊值/定价若 API 未提供，不在 Skill 内推算

## 参考

- `[REST API](https://atorber.github.io/qmt-bridge/rest-api/)`

