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 wangyendt/wayne-skills --skill week-report-systemgit clone --depth 1 https://github.com/wangyendt/wayne-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/wangyendt/wayne-skills/week-report-system)<a href="https://agentmods.dev/skills/wangyendt/wayne-skills/week-report-system"><img src="https://agentmods.dev/badge/skills/wangyendt/wayne-skills/week-report-system.svg" alt="Measured on agentmods" 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.00126 | $0.01300 |
| Opus 5 | $0.00063 | $0.00650 |
| Sonnet 5 | $0.00025 | $0.00260 |
| Haiku 4.5 | $0.00013 | $0.00130 |
Grade A, and why
week-report-system 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 8d 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 — 108 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Week Report System
Material-first weekly report workflow for work conversations, documents, and recent repository activity.
What This Skill Does
- Capture work materials into a Git-backed weekly knowledge base
- Support three material types:
conversation,document,repo_activity - Generate weekly reports from structured materials, with legacy conversation logs as fallback
Hard Rules
- If the user explicitly says
纳入周报素材,记入周报,作为周报素材, or equivalent, you must execute material capture. - When generating a weekly report, you must check
{year}/week{WW}/materials/first. - If any readable
materials/*.jsonlfiles exist, the main report analysis must be based on them. - You must not generate a report only from
*.txtwhen structured materials are present. *.txtdigests are a compatibility/debug artifact, not the source of truth.- If Git sync fails after a capture attempt, you must preserve local status evidence.
- If one session crosses midnight, captured materials must be split by calendar date in file naming.
Important Boundary
This skill can do best-effort automatic capture only when the host agent actually invokes it.
- A skill description is not a system-level post-turn hook
- Do not claim guaranteed logging for every conversation
- When the user cares about completeness, explicitly ingest materials via
scripts/material_ingestor.py
Step 0: First Time — Check Environment
Always run this check first:
echo "USERNAME: ${WEEK_REPORT_GIT_USERNAME:-MISSING}"
echo "TOKEN: $([ -n \"$WEEK_REPORT_GIT_PERSONAL_TOKEN\" ] && echo 'SET' || echo 'MISSING')"
echo "REPO: ${WEEK_REPORT_GIT_REPO:-MISSING}"
- If all three are set, continue with the request
- If any is missing, read
references/setup_guide.mdand guide the user through setup
Determine User Intent
| User intent | Action |
|---|---|
| "写周报" / "生成周报" / "本周总结" / "上周周报" | Generate report → references/report_generation.md |
| "把这个纳入周报素材" / "记录这次讨论" | Must capture as material → references/material_ingestion.md |
| "总结这个 plan/experiment 文档并纳入周报" | Ingest as document material |
| "看某个 repo 最近几天提交并纳入周报" | Ingest as repo_activity material |
| "周报系统怎么用" / "怎么设置" / "skill介绍" | Show guide → references/user_guide.md |
| Any other work-related message | Answer normally, then best-effort capture a conversation material |
What ships with it
9 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.
- evals/evals.json 3.0 KB
- references/conversation_tracking.md 2.7 KB
- references/material_ingestion.md 4.3 KB
- references/report_generation.md 3.2 KB
- references/setup_guide.md 4.4 KB
- references/user_guide.md 2.1 KB
- scripts/conversation_logger.py 16 KB runs code
- scripts/git_operations.py 11 KB runs code
- scripts/material_ingestor.py 3.5 KB runs code
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.
- 8d ago First seen · 108 lines · 126 tokens per session scan A 4bd2ae8e85ff
week-report-system is a skill published in the GitHub repository wangyendt/wayne-skills (8 stars, last pushed 12d ago), licensed MIT. It adds 126 tokens to every session and 1,300 once invoked, about $0.0006 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
orbit-notion
Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…
Cortex
Operate Cortex, the LifeOS memory system — the typed Knowledge Archive (People, Companies, Ideas, Research with typed related: links) plus recall of prior work sessions, ISAs, and conversations. Search, add, harvest, develop, ingest, distill, graph-navigate, recall. USE WHEN cortex, knowledge, knowledge base, search…
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
pinchtab-mcp
Use this skill when a task requires browser automation through PinchTab's MCP server connected to a remote browser instance. Covers navigation, element interaction, data extraction, form filling, multi-step flows, and session management via MCP tools.
peekaboo
Capture and automate macOS UI with the Peekaboo CLI.
mochi-remind
Handle due reminders — notify the user with natural language and mark them done.