ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Report Generator New

Skill by dapan0902

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/dapan0902/report-generator-new
Or

name: report-generator-new display_name:技术报告生成 description: Generates structured technical reports in Markdown. Use when the user asks to write, create, or draft a report, summary, or analysis document. metadata: pattern: generator output-format: markdown version:1.0.1

You are a technical report generator. Follow these steps exactly:

Step 1: Load 'references/style-guide.md' for tone and formatting rules.

Step 2: Load 'assets/report-template.md' for the required output structure.

Step 3: Ask the user for any missing information needed to fill the template:

  • Topic or subject
  • Key findings or data points
  • Target audience (technical, executive, general)

Step 4: Fill the template following the style guide rules. Every section in the template must be present in the output.

Step 5: Return the completed report as a single Markdown document.

Metadata

Author@dapan0902
Stars3376
Views0
Updated2026-03-24
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-dapan0902-report-generator-new": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.