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 Bwkyd/wps-skills --skill wps-meeting-minutesgit clone --depth 1 https://github.com/Bwkyd/wps-skillsWrote 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/bwkyd/wps-skills/wps-meeting-minutes)<a href="https://agentmods.dev/skills/bwkyd/wps-skills/wps-meeting-minutes"><img src="https://agentmods.dev/badge/skills/bwkyd/wps-skills/wps-meeting-minutes/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/bwkyd/wps-skills/wps-meeting-minutes"><img src="https://agentmods.dev/badge/skills/bwkyd/wps-skills/wps-meeting-minutes.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.00074 | $0.01304 |
| Opus 5 | $0.00037 | $0.00652 |
| Sonnet 5 | $0.00015 | $0.00261 |
| Haiku 4.5 | $0.00007 | $0.00130 |
Grade A, and why
wps-meeting-minutes 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 12d 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 — 175 lines — stays where its author put it; the contents beside it link to each section on GitHub.
会议纪要生成器
从散乱笔记 → 格式规范的会议纪要(.docx)。
When to Use
- 开完会需要整理纪要
- 有语音转文字内容需要结构化
- 需要标准格式的会议纪要模板
- 用户说"帮我整理会议纪要"
When NOT to Use
- 党政公文类纪要 → 使用
wps-gongwen(选择"纪要"文种) - 一般工作报告 → 使用
wps-report-writer
纪要格式选择
┌───────────────────────────────────────┐
│ [1] 📋 企业标准格式 │
│ 适用:公司内部会议 │
│ │
│ [2] 🏛️ 机关正式格式 │
│ 适用:党政机关(按公文格式) │
│ │
│ [3] 📝 简约格式 │
│ 适用:小型/临时会议 │
└───────────────────────────────────────┘
工作流程
Step 1: 收集会议信息
必填信息:
- 会议名称
- 会议时间
- 会议地点
- 主持人
- 参会人员
- 会议内容/决议
可选信息:
- 记录人
- 列席人员、缺席人员
- 会议议程编号
- 附件(材料清单)
Step 2: 结构化整理
从用户提供的散乱笔记中提取并结构化:
企业标准格式结构:
[公司名称]会议纪要
会议名称:XXXXXXXX会议
会议时间:2026年3月22日 14:00-16:00
会议地点:XX会议室
主 持 人:XXX
出 席 人:XXX、XXX、XXX(共X人)
列 席 人:XXX、XXX
缺 席 人:XXX(事假)
记 录 人:XXX
━━━━━━━━━━━━━━━━━━━━━━━━━━━
一、会议议题
(一)关于XXX事项
汇报人:XXX
主要内容:...
讨论意见:...
议定事项:
1. XXXXXX。(责任人:XXX,完成时限:X月X日)
2. XXXXXX。(责任人:XXX,完成时限:X月X日)
(二)关于XXX事项
...
二、其他事项
...
━━━━━━━━━━━━━━━━━━━━━━━━━━━
记录人:XXX
审核人:XXX
日 期:2026年3月22日
Step 3: 生成 .docx
pip install python-docx 2>/dev/null || pip3 install python-docx 2>/dev/null
排版规范:
标题:二号黑体,居中
信息栏:四号仿宋,左对齐,标签加粗
正文:四号仿宋,首行缩进2字符
议定事项:加粗标注责任人和时限
行距:固定值28pt(企业格式)或28.95pt(机关格式)
关键排版要点:
- 参会人员按职务高低排列
- 议定事项必须明确责任人+完成时限
- 敏感内容标注"会议内容保密"
- 底部签署区:记录人+审核人+日期
Step 4: 交付
- 生成 .docx 文件
- 标注需要确认的信息(如人员名单拼写)
- 提醒用户发送前确认议定事项的准确性
纪要写作技巧
✅ 好的纪要:
- 议定事项明确:谁、做什么、什么时候完成
- 区分"讨论内容"和"最终决议"
- 保留不同意见(如需要)
- 用编号条列,不用大段文字
❌ 差的纪要:
- 流水账式记录每个人说的每句话
- 只记录讨论过程不记录结论
- 议定事项没有责任人和时限
- 重要细节遗漏
示例
# 从笔记整理
/wps-meeting-minutes 今天下午开了个产品评审会,参加的有张总、产品部王经理、
技术部李工。讨论了新功能上线时间,决定推迟到4月15日。王经理负责更新排期,
李工负责性能优化。
# 生成模板
/wps-meeting-minutes 帮我生成一个标准会议纪要模板
# 指定格式
/wps-meeting-minutes 整理成机关正式格式的会议纪要
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.
- 12d ago First seen · 175 lines · 74 tokens per session scan A b8057061451e
wps-meeting-minutes is a skill published in the GitHub repository Bwkyd/wps-skills (8 stars, last pushed 4mo ago), licensed MIT. It adds 74 tokens to every session and 1,304 once invoked, about $0.0004 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
docx-template-translator
Adaptive conversion of LaTeX, PDF, or Markdown sources into a complete Word .docx that follows a user-supplied .docx template. Use when pandoc --reference-doc alone is not enough — for thesis, dissertation, report, or institutional Word formatting that needs cover pages, declarations, TOC, heading numbering, captions…
法律文件脱敏处理
A browser-based and Python tool for removing sensitive details from legal Word documents and restoring them later. It can replace information such as names, dates, prices, bank accounts and case numbers while preserving document formatting.
note-organizer
Use this skill whenever the user wants to organize course materials, lecture notes, PPT/PDF/DOCX files, textbooks, personal notes, senior-student notes, historical exams, review questions, standards, manuals, or scattered study resources into a structured Markdown note library. Use it even when the user only says…
exhibition-outline
A template for turning an exhibition plan into a three-page presentation outline. The pages cover the theme, its explanation and visitor story, and a detailed area-by-area display plan.
tender-analysis
A workflow for reviewing tender documents, which are formal project requests that describe requirements and bidding rules. It extracts project details, technical and business conditions, deadlines, scoring rules, risks, and questions for clarification.
docx
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when…