closing-market-brief

closing-market-brief is a skill for Claude Code from Travisun/Opptrix. It costs 66 tokens per session (923 once invoked), scanned A, original, Apache-2.0.

A post-market report workflow for reviewing what happened after a trading session ends. It combines market indexes, trading activity, stocks that hit daily limits, broker activity reports, and sentiment when available.

In plain words
What is it for?
Use it to produce a closing review with market breadth, limit-up and limit-down stocks, Dragon-Tiger list data, sentiment, main themes, risks, and data gaps.
Why use it?
It helps distinguish observed market data from interpretations about the day's themes, risk appetite, and crowding.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to produce a closing review with market breadth, limit-up and limit-down stocks, Dragon-Tiger list data, sentiment, main themes, risks, and data gaps.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/travisun/opptrix/closing-market-brief
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 Travisun/Opptrix --skill closing-market-brief
Clone the repo
git clone --depth 1 https://github.com/Travisun/Opptrix

Made for: Claude Code.

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 closing-market-brief

README.md
[![agentmods](https://agentmods.dev/badge/skills/travisun/opptrix/closing-market-brief/github.svg)](https://agentmods.dev/skills/travisun/opptrix/closing-market-brief)
Your own site
<a href="https://agentmods.dev/skills/travisun/opptrix/closing-market-brief"><img src="https://agentmods.dev/badge/skills/travisun/opptrix/closing-market-brief/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 closing-market-brief

Your own site · 80×15
<a href="https://agentmods.dev/skills/travisun/opptrix/closing-market-brief"><img src="https://agentmods.dev/badge/skills/travisun/opptrix/closing-market-brief.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 923 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00066 $0.00923
Opus 5 $0.00033 $0.00462
Sonnet 5 $0.00013 $0.00185
Haiku 4.5 $0.00007 $0.00092

Measured 10d ago against content hash 0b4f9515deeb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

closing-market-brief 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 10d 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.

packages/agent-skills/builtin/closing-market-brief/SKILL.md · 67 lines

What it actually says

收盘报告

何时使用

用户要一份收盘后的市场复盘(不是盘前早报,也不是个股深度分析)。默认交付可预览网页报告

分析架构(投研方法)

  • 问题/假设:今日收盘主线与风险偏好如何变化?涨跌停与龙虎榜是否验证热点?
  • 证据清单:指数与成交、涨跌分布、涨跌停池、龙虎榜、情绪指标
  • 多维交叉验证:指数涨跌 vs 涨跌停家数;题材热度 vs 龙虎榜上榜结构
  • 结论与不确定:收盘一句话;标注盘中扰动、数据源覆盖不全
  • 风险与缺口:未收盘、缺涨跌停/龙虎榜时写明
  • 事实与推断必须分开:家数与涨跌幅为事实;「资金抱团/情绪过热」为推断

数据维度

维度 取数方向 缺失时
时段确认 get_market_session 盘中则降级为实时全景并说明
市场全景 get_market_dynamics 禁止编造指数/成交
涨跌停池 get_limit_updown notes 说明;勿虚构连板
龙虎榜 get_dragon_tiger(可选) 跳过栏目并说明
情绪 get_market_sentiment 省略情绪章
专题 get_cn_market_special(须 kind,可选) 跳过
交付 list_web_vendorcreate_web 用户只要口头要点时可跳过

步骤

  1. 确认范围:已收盘则完整复盘;盘中说明并降级。
  2. 按维度取数:全景 → 涨跌停 → 按需龙虎榜/情绪/专题。
  3. 交叉验证与结构化结论:主线、强弱、资金博弈要点;事实/推断分栏。
  4. 交付网页(默认)list_web_vendorcreate_web 完整 HTML;已有则 read_web / update_web
  5. 备选:用户点名画布用 create_canvas;只要结构图用 create_mindmap

网页报告建议目录

  1. 报告头:日期、收盘一句话
  2. 指数与成交(表/图)
  3. 涨跌分布与情绪
  4. 涨跌停池与连板高度
  5. 龙虎榜要点(若有)
  6. 今日主线与观察(推断标注)
  7. 数据说明与免责声明

禁止

  • 荐股 / 编造涨跌停或龙虎榜
  • 禁止无交付就结束(默认须有 web 产物,除非用户明确只要口头要点)
  • 与早报混淆:本技能含涨跌停与龙虎榜复盘
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. 10d ago First seen · 67 lines · 66 tokens per session scan A 0b4f9515deeb

Subscribe to this mod's changes

closing-market-brief is a skill published in the GitHub repository Travisun/Opptrix (231 stars, last pushed 3d ago), licensed Apache-2.0. It adds 66 tokens to every session and 923 once invoked, about $0.0003 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

national-team-position

A Chinese-language analysis tool that estimates changes in China’s government-backed ETF holdings by tracking ETF share counts and related index prices. ETFs are funds traded on stock exchanges, and the “national team” refers here to Central Huijin, a state investment company.

Xiaoyuan-Liu/national-team-position · 161 tokens

caijing-ipo-hk

A Chinese-language adviser for Hong Kong stock initial public offerings, or IPOs—the first sale of a company's shares to the public. It covers how to apply, how much to apply for, and risks such as the share price falling below the offering price.

nekopunch11/rodya-caijing-studio · 209 tokens

caijing-fundamental

A finance research skill for writing a detailed, forward-looking analysis of a listed company’s business, financials, valuation, risks, and investment arguments. It covers companies listed in mainland China and Hong Kong.

nekopunch11/rodya-caijing-studio · 188 tokens

rodya-caijing-studio

A toolkit for researching Chinese A-share and Hong Kong-listed companies and producing financial content. It includes separate workflows for company fundamentals, earnings, valuation, risks, industries, and IPO checks.

nekopunch11/rodya-caijing-studio · 171 tokens

caijing-earnings

A finance research skill for reviewing listed companies’ earnings reports, or preparing for an upcoming report. It focuses on Chinese A- and Hong Kong-listed companies.

nekopunch11/rodya-caijing-studio · 215 tokens

caijing-valuation

A Chinese-language adviser that assesses whether a stock's current valuation looks high or low. It adapts the comparison to the industry and examines historical and peer-company valuation ranges.

nekopunch11/rodya-caijing-studio · 161 tokens