通过 QMT Bridge 查询交易日历、节假日、交易时段,并支持用户自定义的财报/持仓事件检查规程。 在用户提到是否交易日、节假日、交易时间、财报日、日历时使用。只读。
Scanned 9/2/2026
Install to Claude Code
npx -y skills add Serennity007/awesome-stock-quant-skills --skill qmt-bridge-event-calendar --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Qmt Bridge Event Calendar?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/serennity007-qmt-bridge-event-calendar)More formats (shields.io, HTML) on the badges page.
---
name: qmt-bridge-event-calendar
description: >-
通过 QMT Bridge 查询交易日历、节假日、交易时段,并支持用户自定义的财报/持仓事件检查规程。
在用户提到是否交易日、节假日、交易时间、财报日、日历时使用。只读。
---
# QMT Trading Skill · 事件日历
> **实现状态**:✅ `calendar_check.py` 可用
## 目标
交易与风控的**时间上下文**:是否可交易、下一交易日、用户自定义规则检查。
## 规划脚本
| 脚本 | 作用 |
|------|------|
| `scripts/calendar_check.py` | 今日是否交易日、上下交易日、当前是否在交易时段 |
## 主要 API
| 方法 | 路径 | 说明 |
|------|------|------|
| GET | `/api/calendar/is_trading_date` | 是否交易日 |
| GET | `/api/calendar/trading_dates` | 交易日列表 |
| GET | `/api/calendar/holidays` | 节假日 |
| GET | `/api/calendar/trading_period` | 交易时段 |
| GET | `/api/calendar/prev_trading_date` | 上一交易日 |
| GET | `/api/calendar/next_trading_date` | 下一交易日 |
| GET | `/api/meta/last_trade_date` | 最近交易日 |
## 规程(规划)
1. 输出日历结论(是/否交易日、时段)
2. **用户规则**(如「财报前一日减仓」)写在配置/对话,脚本只执行布尔检查并提示,不自动下单
3. 可与 [portfolio-risk](../qmt-bridge-portfolio-risk/SKILL.md) 联动
## 安全
- 只读
## 参考
- `[REST API](https://atorber.github.io/qmt-bridge/rest-api/)`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.
**Complete production-ready guide for Google Gemini embeddings API** This skill provides comprehensive coverage of the `gemini-embedding-001` model for generating text embeddings, including SDK usage, REST API patterns, batch processing, RAG integration with Cloudflare Vectorize, and advanced use cases like semantic search and document clustering. ---
Use when a repo needs CodeGraph plus ast-grep for Codex MCP setup, exploration, impact analysis, structural search, or safe refactor planning.
Interview, source-challenge, verify, save, and ADR-gate fuzzy coding requests into Codex-ready implementation specs. Use when a feature, bugfix, refactor, migration, repo-wide change, or architecture task needs user-verified requirements, source-backed decisions, durable architecture decisions, acceptance criteria, validation commands, rollout notes, saved spec/ADR files, and a Codex execution prompt. Do not use when already fully specified or when the user wants direct implementation now.