announcement-deepread

announcement-deepread is a skill for Claude Code from Travisun/Opptrix. It costs 65 tokens per session (904 once invoked), scanned A, original, Apache-2.0.

A workflow for closely reading company announcements, such as notices about deals, fundraising, ownership changes, or risks, and linking each important term back to the original text.

In plain words
What is it for?
Use it to find announcements for a company or investment, extract amounts, conditions, dates, effective terms, and risks, and produce a referenced report.
Why use it?
It separates confirmed wording from interpretation, so financial conclusions are not mistaken for facts or based only on headlines.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to find announcements for a company or investment, extract amounts…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/travisun/opptrix/announcement-deepread
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 announcement-deepread
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 announcement-deepread

README.md
[![agentmods](https://agentmods.dev/badge/skills/travisun/opptrix/announcement-deepread.svg)](https://agentmods.dev/skills/travisun/opptrix/announcement-deepread)
Your own site
<a href="https://agentmods.dev/skills/travisun/opptrix/announcement-deepread"><img src="https://agentmods.dev/badge/skills/travisun/opptrix/announcement-deepread.svg" alt="Measured on agentmods" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 904 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.
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.00065 $0.00904
Opus 5 $0.00032 $0.00452
Sonnet 5 $0.00013 $0.00181
Haiku 4.5 $0.00006 $0.00090

Measured 7d ago against content hash 015268f8c2a2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

announcement-deepread 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 7d 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/announcement-deepread/SKILL.md · 68 lines

What it actually says

公告精读

何时使用

用户要精读某一则或一组公司公告(交易、再融资、股权变动、风险提示等),提取关键条款并回指原文,而非资讯标题摘要。边界:资讯聚合用 @skill:news-digest;股东名册用 @skill:shareholder-structure。完整度按 full 路径:列表 → 正文 → 条款结构化。

分析架构(投研方法)

  • 问题/假设:公告实际变更了哪些权利义务/财务边界?对投资论点的直接含义是什么?
  • 证据清单:公告列表、公告正文、条款摘录
  • 多维交叉验证:标题 vs 正文;数字/日期/条件句是否完整摘录
  • 结论与不确定:条款为事实;影响评估为推断
  • 风险与缺口:正文拉取失败、扫描件/表格难解析、多份公告冲突
  • 事实 | 假设 | 推断 分栏强制;条款必须可回指

数据维度

维度 取数方向 缺失时
标的 search_instruments / ask_user 先确认
公告列表 get_instrument_notices 无法精读则中止并说明
公告正文 get_notice_content 仅列标题并标 not-feasible
用户指定公告 ask_user 选标题/日期 多候选时必须确认
交付 list_web_vendorcreate_web 用户只要口头要点时可跳过

步骤

  1. 确认标的与目标公告(日期/标题关键词)。
  2. get_instrument_notices 定位get_notice_content 拉取正文
  3. 条款提取:主体、金额、条件、生效日、风险提示;每条附原文摘录或段落定位。
  4. 影响推断单独成栏,禁止与条款事实混写。
  5. 交付网页(默认)list_web_vendorcreate_web;已有则 read_web / update_web

网页报告建议目录

  1. 标的、公告标题、披露时间
  2. 一句话事实摘要
  3. 关键条款表(条款 | 原文摘录 | 定位)
  4. 数字与日期清单
  5. 影响评估(推断分栏)
  6. 待核实问题
  7. 风险与解析缺口
  8. 免责声明(无买卖建议;以交易所披露为准)

禁止

  • 荐股;编造未出现在正文中的条款
  • 禁止无交付就结束(默认须有 web 产物,除非用户明确只要口头要点)
  • 无正文却做「精读」结论
  • 条款不回指原文
  • assumption / not-feasible 须诚实降级
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. 7d ago First seen · 68 lines · 65 tokens per session scan A 015268f8c2a2

Subscribe to this mod's changes

announcement-deepread is a skill published in the GitHub repository Travisun/Opptrix (230 stars, last pushed today), licensed Apache-2.0. It adds 65 tokens to every session and 904 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