weekly-work-summary

weekly-work-summary is a skill for Claude Code, Codex from ooooooooooooooooooop/agent-tools. It costs 55 tokens per session (853 once invoked), scanned A, original, MIT.

A fixed workflow that turns three people’s daily Excel reports into one weekly Chinese work-summary spreadsheet, using Shanghai time and China’s actual working days.

In plain words
What is it for?
Use it to create the weekly summary for the three specified employees from files in C:\Desktop\日报 and save the finished Excel file to C:\Desktop\共享. It is not intended for other report formats, people, calendars, or layouts.
Why use it?
It removes the manual work of finding the right reports, selecting the week’s working days, copying summaries, and saving the result in the required location and layout.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/ooooooooooooooooooop/agent-tools/weekly-work-summary
Any agent
npx skills add ooooooooooooooooooop/agent-tools --skill weekly-work-summary
Clone the repo
git clone --depth 1 https://github.com/ooooooooooooooooooop/agent-tools

Made for: Claude Code, Codex.

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 weekly-work-summary

README.md
[![agentmods](https://agentmods.dev/badge/skills/ooooooooooooooooooop/agent-tools/weekly-work-summary.svg)](https://agentmods.dev/skills/ooooooooooooooooooop/agent-tools/weekly-work-summary)
Your own site
<a href="https://agentmods.dev/skills/ooooooooooooooooooop/agent-tools/weekly-work-summary"><img src="https://agentmods.dev/badge/skills/ooooooooooooooooooop/agent-tools/weekly-work-summary.svg" alt="Measured on agentmods" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 853 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00055 $0.00853
Opus 5 $0.00028 $0.00426
Sonnet 5 $0.00011 $0.00171
Haiku 4.5 $0.00006 $0.00085

Measured 3d ago against content hash 7e1784ed2501, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

weekly-work-summary 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 3d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/generate_weekly_work_summary.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/weekly-work-summary/SKILL.md · 49 lines

What it actually says

固定周报汇总

用于用户要求“本周工作汇总”“从日报生成 Excel”“三人周报”或同义请求时。流程固定,不临场改写结构、不另找数据源、不生成备用文件名。

适用范围与不适用边界

  • 适用:固定三人日报、上海时间周报和中文工作总结 Excel。
  • 不适用:单人日报改写、任意项目周报、非中国工作日历、不同人员映射或不同输出布局;这些请求不得套用本 Skill 的固定脚本。

固定契约

  • 时区:Asia/Shanghai
  • 日期:默认按当前上海日期所在周计算周一至周日,再按内置中国实际工作日历筛选;当前 Skill 内置 2026 年国务院调休口径,未内置年份直接失败,不猜测。
  • 输入目录:C:\Desktop\日报,只读取目录顶层文件。
  • 人员与文件映射(日期范围必须与本周实际工作日首尾日期一致):
    • 陈鹏日报-陈鹏M.D-M.D.xlsx
    • 胥帅杰胥M.D-M.D.xlsx
    • 徐文彬论文创新统计工作总结_YYYYMMDD-YYYYMMDD.xlsx
  • 输出:C:\Desktop\共享\工作总结_YYYYMMDD-YYYYMMDD.xlsx,日期使用本周实际工作日首尾日期。
  • 工作表:工作总结;列固定为 工作日期、陈鹏、胥帅杰、徐文彬
  • 每个工作日每个人单元格必须是一句中文总结;源文本没有句末标点时只补一个 ,不重新编造或合并事实。
  • 目标文件已存在时,固定覆盖精确目标路径;覆盖前先检查目录、路径类型和独占占用,不能写入时报告准确原因,不改名、不静默跳过。

固定执行

  1. 调用 codex_app__load_workspace_dependencies,使用返回的 Node.js 和 node_modules,不得使用系统或项目外的表格库。
  2. 在会话临时目录建立 node_modules Junction,运行本 Skill 的 scripts/generate_weekly_work_summary.mjs;正常运行不传参数。
  3. 只有在验证或明确历史重跑时才传 --week-start YYYY-MM-DD,且必须是周一;该参数不改变生产输出契约。
  4. 脚本会严格检查三份源文件、工作日行数、中文句子、目标目录、目标占用、导出后读回值、公式错误和渲染结果;任一检查失败即失败关闭。

运行脚本前,若当前表格工作流要求操作标记,先执行一次:

node <spreadsheets-skill>\container_tools\mark_artifact_operation_started.mjs --operation-kind edit --expected-output-count 1 --output-format xlsx

输出与失败报告

成功时只交付目标 Excel 的可点击路径,并简要说明三人四列、工作日行数和验证结果。失败时报告:上海日期范围、缺失或异常的源文件/行数、目标路径、目录不可用或文件占用的原始原因;不得把旧文件、latest 文件或部分导出当作成功。

脚本是唯一生成入口:

Files

What ships with it

3 files 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.

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. 3d ago First seen · 49 lines · 55 tokens per session scan A 7e1784ed2501

Subscribe to this mod's changes

weekly-work-summary is a skill published in the GitHub repository ooooooooooooooooooop/agent-tools (2 stars, last pushed 5d ago), licensed MIT. It adds 55 tokens to every session and 853 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.

Related

Other skills, from other repositories

add-excel

Adds Excel Online (Business) connector to a Power Apps code app. Use when reading or writing Excel workbook data from OneDrive or SharePoint.

microsoft/power-platform-skills · 33 tokens

pm-feedback

Классифицирует пользовательский фидбек (Excel/CSV/текст) по 6 категориям, делает sentiment-анализ, кластеризацию тем, анализ трендов, триангуляцию по источникам, расчёт NPS и извлечение персон. На выходе — Top-10 болей с рекомендациями к действию. User-invoked only — do NOT auto-trigger. Triggers on /pm-feedback…

serejaris/personal-corp-os · 132 tokens

univer-node-backend

Run Univer Sheets, Docs, Slides, Bases, Boards, or PDFs in Node.js without browser UI. Use for server-side or backend Univer, OSS Sheets or Docs Node presets, Pro product Facades and collaboration, JSON snapshot processing, formula or Base child-process workers, or automated unit manipulation with @univerjs/rpc-node.

dream-num/skills · 73 tokens

univer-pro-integrate

Integrate current Univer Pro features into browser applications. Use for licensed Sheets, Docs, Slides, Bases, Boards, or PDFs; advanced Sheets presets; collaboration and edit history; Office import/export; printing; pivot tables; charts; sparklines; shapes; Pro workers; license ordering; or Pro Facade APIs.

dream-num/skills · 70 tokens

univer-workspace-cli

Use when installing or operating the independent Univer Workspace CLI application (univer-workspace-cli) for remote Workspace files, Personal or Team Spaces, task Worktrees, Sheet/Doc/Slide Units, Facade authoring, inspection, verification, import/export, screenshots, or review handoff. Do not use for local targets…

dream-num/skills · 76 tokens

univer-cli

Use when installing or operating Univer CLI for .univer files, spreadsheets, documents, slides, Base databases, Board canvases, cross-Unit embedding, worktrees, Facade authoring, inspection, verification, import/export, screenshots, or viewer handoff.

dream-num/skills · 57 tokens