An automated workflow utility that connects to Youdao Notes to extract work logs, classify professional activities, and render interactive planning dashboards.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install work-summary-plan
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install work-summary-plan using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Work Analysis and Time Planning Report is a structured workflow designed to help professionals systematically audit their time and align future work habits. Running seamlessly as one of the Openclaw Skills, this agent utilizes Model Context Protocol (MCP) integrations to securely access personal Youdao Note accounts. It extracts raw daily journals, meeting summaries, or weekly updates, converting unstructured text into structured, categorized logs.
Once the work entries are processed, the agent normalizes them against specialized organizational taxonomies. Recognizing that professional responsibilities vary, the system dynamically scales its classification logic to fit specialized roles such as software developers, product managers, or team leads. It outputs the compiled analysis as interactive HTML files containing rich graphical visualizations, providing clear clarity on temporal trends and potential operational bottlenecks.
Ensure you have your Youdao Note personal integration Key and have prepared the folder name, keyword filters, and date parameters for extraction.
Configure the Youdao Note MCP server within your agent setup:
{
"mcpServers": {
"youdao-note": {
"command": "npx",
"args": ["-y", "@openclaw/mcp-youdao-note"],
"env": {
"YOUDAO_NOTE_KEY": "your_personal_key_here"
}
}
}
}
Trigger the workflow in your conversation context with Openclaw Skills by mentioning keywords like "工作分析", "时间规划", or "工作总结分析".
The workflow relies on several local system templates, configuration files, and generates persistent workspace outputs:
| Path / File | Format | Purpose |
|---|---|---|
references/work_categories.md |
Markdown | Outlines standard categories for structural role-classification. |
references/report_spec.md |
Markdown | Outlines strict layout rules and guidelines for HTML reports. |
assets/analysis_report_template.html |
HTML / CSS | Boilerplate template with embedded Chart.js configurations for retrospective analysis. |
assets/planning_report_template.html |
HTML / CSS | Boilerplate template with radar maps and quarterly heatmaps for proactive forecasting. |
工作分析报告.html |
Generated HTML | The generated retrospective report, written locally to your directory. |
时间分配规划报告.html |
Generated HTML | The generated future planning report, written locally to your directory. |
.workbuddy/memory/ |
JSON Cache | Long-term tracking folder for localized metrics persistence. |
Loading
Weekend Pick One turns uncertain weekend requests into a single, evidence-backed plan with backups, risk checks, and no decision fatigue.

Openclaw Skills turns ZT Digital I18n into a Spring Boot localization layer for translated responses, exceptions, validation messages, and dynamic parameters.

Transforms transcripts, chat logs, and rough notes into structured, shareable meeting minutes with decisions, owners, deadlines, risks, and next steps.

Openclaw Skills turns Markdown files into editable Tencent Lexiang pages with deterministic image handling, formula support, preflight checks, and remote verification.

TickTape gives Openclaw Skills and Polymarket traders deterministic pre-flight verdicts for orders and copy-trading decisions before any money moves.

A send-readiness gate that decides whether a deliverable can go out now, needs quick fixes, should pause, or must be rebuilt.








































