# Send Markdown Report Generator to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ub2-markdown-report-generator",
    "name": "Markdown Report Generator",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/underbench2-gif/ub2-markdown-report-generator",
    "canonicalUrl": "https://clawhub.ai/underbench2-gif/ub2-markdown-report-generator",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/ub2-markdown-report-generator",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ub2-markdown-report-generator",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "ub2-markdown-report-generator",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T03:35:55.549Z",
      "expiresAt": "2026-05-07T03:35:55.549Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ub2-markdown-report-generator",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ub2-markdown-report-generator",
        "contentDisposition": "attachment; filename=\"ub2-markdown-report-generator-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "ub2-markdown-report-generator"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/ub2-markdown-report-generator"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/ub2-markdown-report-generator",
    "downloadUrl": "https://openagent3.xyz/downloads/ub2-markdown-report-generator",
    "agentUrl": "https://openagent3.xyz/skills/ub2-markdown-report-generator/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ub2-markdown-report-generator/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ub2-markdown-report-generator/agent.md"
  }
}
```
## Documentation

### 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 .md file, 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 .md file saved to the specified location
Optional HTML or PDF conversion if requested
Clean, consistent formatting ready for sharing or publishing
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: underbench2-gif
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T03:35:55.549Z
- Expires at: 2026-05-07T03:35:55.549Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/ub2-markdown-report-generator)
- [Send to Agent page](https://openagent3.xyz/skills/ub2-markdown-report-generator/agent)
- [JSON manifest](https://openagent3.xyz/skills/ub2-markdown-report-generator/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/ub2-markdown-report-generator/agent.md)
- [Download page](https://openagent3.xyz/downloads/ub2-markdown-report-generator)