OpenClaw · Skill
Ub2 Markdown 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.
Install
Start with the primary install command. Alternate entrypoints are included below for ClawHub and OpenClaw CLI users.
Primary command
clawhub install underbench2-gif/ub2-markdown-report-generatorClawHub installer
npx clawhub@latest install underbench2-gif/ub2-markdown-report-generatorOpenClaw CLI
openclaw skills install underbench2-gif/ub2-markdown-report-generatorDirect OpenClaw install
openclaw install underbench2-gif/ub2-markdown-report-generatorWhat this skill does
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.
Why it matters
Handles both content organization and Markdown formatting in one pass, so you get a share-ready file instead of raw notes that still need manual structure.
Typical use cases
- Turning meeting notes into a formatted project status report
- Comparing multiple products side-by-side in a feature table
- Generating a weekly summary from scattered data points
- Producing technical documentation for a codebase
- Creating an executive briefing from research collected across sources
Source instructions
Markdown 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