結案報告自動化產出 (Auto Report Generation)

Generate standardized project closure reports in Markdown, HTML, and PDF from Google Drive and local records.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/elliot200852-lab/waldorf-teacher-os --skill auto-report-generation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 結案報告自動化產出 (Auto Report Generation)
Source: https://github.com/elliot200852-lab/waldorf-teacher-os/tree/main/.agents/skills/auto-report
Command: npx skills add https://github.com/elliot200852-lab/waldorf-teacher-os --skill auto-report-generation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires marked, and includes scripts (resource) components.

What problem does it solve?

本技能自動化整合 Google Drive 與本地紀錄,經由模版引導產出符合華德福美學的結案報告,並以 Markdown、HTML 與 PDF 三種格式呈現,最後可直接上傳至雲端,顯著減少人工整理與排版的耗時。

Core Features & Use Cases

  • Data collection & drafting: 透過雲端與本地資料的整合,依據模板擴寫成專業的結案報告草稿。
  • Beautification & format: 使用專用腳本將 Markdown 轉換為帶有 TailwindCSS 與華德福風格的 HTML,並產出高品質的 PDF。
  • Cloud archiving: 完成後自動上傳至指定 Google Drive 資料夾,實現全流程自動化的檔案歸檔。

Quick Start

請以本技能啟動專案結案報告自動化流程,並指定專案名稱與上傳目的地的雲端資料夾。

Frequently Asked Questions about 結案報告自動化產出 (Auto Report Generation)

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

FAQPage Schema
How do I automate project closure report generation from Google Drive and local records?

You can automate project closure report generation by aggregating Google Drive and local records into a templated workflow. This process drafts the content and outputs Markdown, HTML, and PDF formats with cloud archiving.

Can I convert Markdown to PDF using TailwindCSS and a headless browser for educational reporting?

Yes, converting Markdown to PDF using TailwindCSS involves applying deterministic HTML and CSS beautification within a headless browser. This rendering method produces high-quality, aesthetically formatted PDF documents for educational experiment projects.

Does this auto-report generation workflow support cloud archiving to a specific Google Drive folder?

Yes, the auto-report generation workflow supports optional cloud archiving to a specified Google Drive folder. After rendering the PDF, HTML, and Markdown outputs, the automation uploads the finalized reports directly to your designated cloud storage location.

What is the best way to format educational experiment project reports in multiple file formats?

The best way to format educational experiment project reports is using a templated workflow that generates Markdown, HTML, and PDF outputs simultaneously. This approach applies deterministic TailwindCSS styling to ensure consistent, standardized formatting across all distributed files.

Do I need the marked dependency to convert Markdown to HTML for automated report generation?

Yes, you need the marked dependency to parse Markdown into HTML for automated report generation. The scripts use this library to transform drafted content into structured HTML, which is then styled with TailwindCSS for final PDF rendering.