Markdown Report Generator
Verified@underbench2-gif
npx machina-cli add skill @underbench2-gif/ub2-markdown-report-generator --openclawMarkdown Report Generator
A skill that enables Claw to compile information from multiple sources into a polished, well-structured Markdown report with tables, sections, and optional PDF export.
What This Skill Does
This skill provides a complete report generation workflow:
- Content Collection — Gather information from provided text, files, URLs, or prior conversation context
- Structure Planning — Organize content into logical sections with a table of contents
- Formatting — Apply consistent Markdown formatting with headers, lists, tables, code blocks, and emphasis
- Table Generation — Convert raw data into well-formatted Markdown tables
- Export — Save as
.mdfile, and optionally convert to PDF or HTML
How to Use
Ask Claw to generate a report on any topic or from any data:
- "Create a project status report from these meeting notes"
- "Generate a comparison report of these three products with a feature table"
- "Write a technical documentation report for this codebase"
- "Compile a weekly summary report from these data points"
Report Structure
Generated reports follow this template:
# Report Title
## Table of Contents
## Executive Summary
## Section 1: [Topic]
### Subsection with details
## Section 2: [Topic]
## Data Tables
## Conclusions & Recommendations
## Appendix (if applicable)
Customization Options
- Tone — Formal, technical, executive summary, or casual
- Length — Brief (1-2 pages), standard (3-5 pages), or comprehensive (5+ pages)
- Sections — Specify which sections to include or exclude
- Branding — Add a custom header or footer text
Output
- A
.mdfile saved to the specified location - Optional HTML or PDF conversion if requested
- Clean, consistent formatting ready for sharing or publishing
Overview
Markdown Report Generator collects information from text, files, URLs, or prior conversation context and compiles it into a polished Markdown report. It plans structure with a table of contents, applies consistent Markdown formatting, and can generate data tables. Reports can be saved as a .md file and optionally exported to PDF or HTML.
How This Skill Works
It gathers content from provided text, files, URLs, or context, then plans a logical structure with sections and a table of contents. It applies consistent formatting, converts raw data into Markdown tables, and supports optional export to PDF or HTML along with the base .md file.
When to Use It
- Create a project status report from meeting notes
- Generate a comparison report of three products with a feature table
- Write a technical documentation report for a codebase
- Compile a weekly summary report from data points
- Produce a stakeholder briefing from dispersed sources
Quick Start
- Step 1: Collect content from text files, URLs, or prior context
- Step 2: Define the desired structure and sections, including a table of contents
- Step 3: Generate the Markdown report and export as MD, PDF, or HTML
Best Practices
- Define the report scope and sections before generating
- Provide clean source data and normalize fields for tables
- Specify Tone and Length in the Customization Options
- Include a clear Table of Contents and well-formatted tables
- Validate the MD export and test PDF/HTML rendering
Example Use Cases
- Project status report from meeting notes
- Product comparison with a feature table
- Technical documentation for a codebase
- Weekly data-point summary
- Research findings report for a client