Work Log Generator

Convert Notion task outputs into formatted Word work logs with outline numbering.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/bibo1243/claw_memory --skill work-log-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Work Log Generator
Source: https://github.com/bibo1243/claw_memory/tree/main/skills/work_log_generator
Command: npx skills add https://github.com/bibo1243/claw_memory --skill work-log-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-docx, and includes scripts (resource) components.

## What problem does it solve?

從 Notion 任務資料庫彙整當日任務,產出符合機構格式的表格式 Word 工作日誌,採用三欄表格(項目、內容、進度)搭配分類標題列,內含自動大綱編號、標楷體排版與可點擊超連結。

## Core Features & Use Cases

  • 自動從 Notion 任務彙整當日完成或進行中的任務,輸出符合機構格式的 Word 工作日誌 (.docx)。
  • 以三欄表格搭配分類行呈現任務清單,支援自動大綱編號(六層結構)與可點擊超連結。
  • 草稿轉換與最終輸出工作流程:Markdown 草稿 → Word 文件,適用於日常任務報告、專案進度追蹤與跨部門溝通。

### Quick Start Run the generation script on today's Markdown draft to produce the Word work log.

Frequently Asked Questions about Work Log Generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert Notion tasks into a Word work log with a three-column table?

Generating Word work logs from Notion tasks requires Python and the python-docx library. You need to run the generation script on a Markdown draft of your Notion tasks to produce the final formatted docx file with automated outline numbering and hyperlinks.

Can I automate outline numbering and clickable hyperlinks in a docx work log?

Yes, automating outline numbering and clickable hyperlinks in a docx work log is fully supported. The Skill applies a six-layer automatic outline numbering structure and embeds clickable hyperlinks directly into the formal Word document during the Markdown conversion process.

Does python-docx support formatting Markdown drafts into institutional Word documents?

Yes, python-docx supports formatting Markdown drafts into institutional Word documents by rendering structured task data into formal tables. The Skill leverages this dependency to apply standard formatting, including three-column tables and specific font styling like standard Kaiti.

What is the best way to consolidate daily tasks and project updates into a formal Word report?

The best way to consolidate daily tasks and project updates into a formal Word report is using a Markdown-to-Word workflow. This approach automatically structures cross-department reporting into categorized three-column tables with automated numbering and hyperlinks.

Why does my Markdown to Word workflow require a draft step before final docx output?

A Markdown to Word workflow requires a draft step to accurately parse and structure task data before generating the final docx output. This intermediate step ensures the Notion task data is correctly mapped into the standardized three-column table format with proper outline numbering.