Personal Secretary
Paste the following prompt into your AI chat to install this skill:
Follow https://skillhub.cn/install/skillhub.md to install @user_fd42dc1e/aiweko-memory-reports.
About this skill
Problem It Solves
Long-term agent collaboration often lacks durable context. After a task is finished, user preferences, project conventions, and completed work may remain buried in chat history. Weekly or monthly reviews then become manual reconstruction, while scheduled reports can miss runs caused by shutdown, sleep, or untriggered automations.
How It Works
The skill builds a local memory and reporting loop. User-level long-term memory is stored in ~/.workbuddy/MEMORY.md for preferences and collaboration habits. Project long-term memory lives in /.workbuddy/memory/MEMORY.md for workspace conventions. Daily work logs are appended to /.workbuddy/memory/YYYY-MM-DD.md under an append-only rule. Initialization creates directories such as inbox, processing, and outputs/汇报, plus state files like reports-state.md. After each substantive task, the agent appends a log entry. If the user explicitly creates daily, weekly, or monthly report automations, the system aggregates the logs and writes report files. When scheduled runs are missed, the session-level compensation rule reads reports-state.md, backfills missing reports at session start, and deduplicates entries.
Boundaries And Notes
The default mode is intended for a single workspace, with reports stored under that workspace's outputs/汇报. Multi-workspace aggregation requires creating and registering a separate reporting hub, so it is an optional advanced setup. The design avoids credentials, network access, and unauthorized automations; daily logs are append-only, and memory files are modified conservatively.
Use Cases
- Make the agent remember project conventions and append each substantive task to the daily log.
- Initialize workspace memory files so new sessions do not repeat the same preferences and context.
- Create daily, weekly, or monthly report automations that aggregate logs into report files.
- Recover missed reports after shutdown by reading reports-state.md and backfilling missing entries.
Best For
- Engineers who use agents for docs, code, or research and want durable preferences plus project context.
- Project leads who need daily task logging and weekly progress rollups without manual copying.
- WorkBuddy users who want logs from multiple workspaces centralized into one reporting hub.
- Automation users who need missed scheduled reports recovered at session start with deduplication.
Related Skills
Local workflow memory with matching and SOP updates.
An OpenClaw live streaming executor that initializes TRTC streaming, starts a real-time dashboard, generates viewer URLs, and continuously reports live events.
Breaks down physical supply chains for super-trends to identify second- and third-layer bottlenecks, runs valuation and reverse checks, and maintains trackable reports.
A token-saving compression mode for Chinese LLMs with lite, full, ultra, and classical tiers, preserving code and technical terms while handling edge cases.