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.
npx skills add cuic19053-hue/-skills- --skill thought_reportgit clone --depth 1 https://github.com/cuic19053-hue/-skills-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.
[](https://agentmods.dev/skills/cuic19053-hue/-skills-/thought_report)<a href="https://agentmods.dev/skills/cuic19053-hue/-skills-/thought_report"><img src="https://agentmods.dev/badge/skills/cuic19053-hue/-skills-/thought_report/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.
<a href="https://agentmods.dev/skills/cuic19053-hue/-skills-/thought_report"><img src="https://agentmods.dev/badge/skills/cuic19053-hue/-skills-/thought_report.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00061 | $0.14719 |
| Opus 5 | $0.00030 | $0.07359 |
| Sonnet 5 | $0.00012 | $0.02944 |
| Haiku 4.5 | $0.00006 | $0.01472 |
Grade A, and why
thought_report 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.
How it starts
The opening of the file, as written. The whole thing — 965 lines — stays where its author put it; the contents beside it link to each section on GitHub.
思想汇报 SKILL
一、适用场景与触发条件
1.1 适用人群
本 skill 服务于已递交入党申请书并被确定为入党积极分子或预备党员的在校大学生。具体身份:
- 已递交入党申请书满 1 个月以上的入党积极分子;
- 党支部已指派培养联系人的入党积极分子;
- 已发展为预备党员的在校学生;
- 党组织明确要求"每季度提交一份思想汇报"的对象。
未递交入党申请书的同学不要使用本 skill,应改用 party_application。
1.2 触发条件
满足下列任一条件即触发:
- 用户明确说"写一份思想汇报""季度汇报""向党组织汇报近期思想";
- 用户提到"入党积极分子""预备党员"+"汇报"组合;
- 用户已使用过
party_applicationskill 生成入党申请书并询问"接下来还要写什么"; - 当前日期临近季度末(3 月、6 月、9 月、12 月下旬)。
1.3 思想汇报 vs 入党申请书区别
| 维度 | 入党申请书 | 思想汇报 |
|---|---|---|
| 提交频率 | 一次性 | 每季度一份 |
| 字数 | 3500~4500 字 | 1500~2000 字 |
| 内容焦点 | 系统阐述对党的认识、入党动机、个人经历 | 近期理论学习+学习工作+思想动态+下一步努力方向 |
| 时政结合 | 较少(侧重党的历史与理论体系) | 重点(必须结合本季度时政热点) |
| 不足表述 | 较为宏观(个人根本性不足) | 具体近期表现不足 |
| 结尾 | "请党组织在实践中考验我!" | "恳请党组织批评指正。" |
| 落款 | 申请人 | 汇报人 |
| 评审 | 党支部审查后约谈话 | 党支部审阅,培养联系人签字 |
1.4 提交节奏
入党积极分子通常每季度提交一份思想汇报,全年 4 份;预备党员在预备期内每季度提交一份,全年 4 份;正式党员每年至少一次(通常年终)。本 skill 主要面向每季度提交场景,季度字段(quarter)取 Q1/Q2/Q3/Q4,对应不同时政热点与季度性表达。
二、工作流程总览
2.1 四阶段流程
阶段 1:信息采集(10~15 分钟)
├─ 确认季度(Q1/Q2/Q3/Q4)与汇报人身份
├─ 确认本季度学习的理论著作与时政热点
├─ 确认学习/工作具体进展(课程、成绩、学生工作、社会实践)
├─ 确认近期思想动态(触动事件、困惑点)
└─ 确认下一步具体计划(不少于 3 条)
阶段 2:内容生成(30~45 分钟)
├─ 按四段结构生成初稿(理论 600~700 字 + 学习工作 300~400 字 + 思想动态 350~450 字 + 下一步 200~250 字)
├─ 按季度填充时政热点(不可编造,必须真实发生)
├─ 政治用语规范自检(全称、顺序、禁用简写)
└─ 字数控制(1500~2000 字)
阶段 3:docx 生成(调用 build.py)
├─ 准备 data.json(字段定义见第三章)
├─ 执行 python build.py --data data.json --out output.docx
└─ 检查构建后警告(政治规范、查重风险、字数)
阶段 4:交付与提交指引
├─ 提示用户手写誊抄要求(多数学校要求手写版)
├─ 提示用户培养联系人签字环节
└─ 提示用户季度提交时间窗口(季度末前 1 周内)
2.2 禁止行为
- 不得编造时政热点。若用户不确定某事件是否在本季度发生,先查证(人民日报、新华社官网)。
- 不得照抄上一季度思想汇报。党支部会比对历史汇报,连续雷同会退回重写。
- 不得使用入党申请书的"对党的认识"段落替代理论学习段。两者侧重不同。
- 不得遗漏"下一步努力方向"段。该段是季度汇报区别于入党申请书的关键。
- 不得使用"如下所示""现汇报如下"等公文指代词。思想汇报是书信体,应自然进入。
2.3 与培养联系人的协同
生成初稿后,建议用户先发给培养联系人征求意见,再誊抄定稿。培养联系人通常会就以下几点反馈:
- 时政热点是否准确(是否真在该季度发生);
- 个人不足是否真实(避免假缺点);
- 下一步计划是否可执行(避免空话)。
三、信息采集清单
3.1 P0 必采字段(缺一不可)
| 字段 | key | 说明 | 示例 |
|---|---|---|---|
| 汇报人姓名 | name |
真实姓名 | 张明 |
| 学院 | college |
学院全称 | 计算机科学与技术学院 |
| 专业 | major |
专业全称 | 计算机科学与技术 |
| 年级 | grade |
入学年份+年级 | 2022 级 大三 |
| 政治身份 | identity_status |
入党积极分子/预备党员 | 入党积极分子 |
| 季度 | quarter |
Q1/Q2/Q3/Q4 | Q2 |
| 汇报日期 | submit_date |
季度末日期 | 2025 年 6 月 25 日 |
| 培养联系人 | cultivation_contact |
至少 1 名正式党员姓名 | 李志强 |
| 党支部全称 | party_branch |
接收汇报的党支部 | 计算机科学与技术学院本科生第一党支部 |
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 10d ago First seen · 965 lines · 61 tokens per session scan A efd20e0ed74e
thought_report is a skill published in the GitHub repository cuic19053-hue/-skills- (10 stars, last pushed 1mo ago), licensed MIT. It adds 61 tokens to every session and 14,719 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-31.
Other skills, from other repositories
data-report
Turns CSV, Excel, or JSON data into a polished visual report page.
deck-ljg-present
A presentation template that converts an outline or Markdown document into large, poster-like slides while keeping the original wording, order, and content. It uses black, red, or yellow colour themes and assigns document elements to slide layouts.
data-report
A template for turning CSV, Excel, or JSON data into a visual report page. It includes summary metrics, charts, a data table, and written observations based on the supplied data.
finance-report
A template for a single-page quarterly finance report, with company results, charts, a profit-and-loss summary, key points, and an outlook.
invoice
A printable invoice layout containing seller and customer details, billed items, tax, totals, and payment instructions.
resume-modern
A modern, minimal one-page résumé laid out like an A4 sheet, with sections for contact details, experience, projects, education, skills, languages, and awards. It includes print styling for paper or PDF export.