ワンクリックで
elegant-reports
// Generate beautifully designed PDF reports with a Nordic/Scandinavian aesthetic. Use when creating polished executive briefings, analysis reports, or presentation-style PDF outputs from markdown and HTML via Nutrient DWS.
// Generate beautifully designed PDF reports with a Nordic/Scandinavian aesthetic. Use when creating polished executive briefings, analysis reports, or presentation-style PDF outputs from markdown and HTML via Nutrient DWS.
Daily wisdom review applying Charlie Munger's mental models to your work and thinking. Use when asked to review decisions, analyze thinking patterns, detect biases, apply mental models, do a "Munger review", or run the Munger Observer. Triggers on scheduled daily reviews or manual requests like "run munger observer", "review my thinking", "check for blind spots", or "apply mental models".
Automatically recover working context after session compaction or when continuation is implied but context is missing. Works across Discord, Slack, Telegram, Signal, and other supported channels.
Query, audit, and optimize Google Ads campaigns. Supports two modes: (1) API mode for bulk operations with the google-ads Python SDK, (2) attached-browser mode for users without API access. Use when asked to check ad performance, pause campaigns or keywords, find wasted spend, audit conversion tracking, or optimize Google Ads accounts.
Bulk download images from login-protected gallery websites using an attached browser session. Use when asked to scrape, download, or save images from authenticated gallery pages, extract full-size images from thumbnails, or batch download from multi-page galleries.
Three-Layer Memory System — automatic fact extraction, entity-based knowledge graph, and weekly synthesis. Manages life/areas/ entities with atomic facts and living summaries.
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Claude ('No, that's wrong...', 'Actually...'), (3) User requests a capability that doesn't exist, (4) An external API or tool fails, (5) Claude realizes its knowledge is outdated or incorrect, (6) A better approach is discovered for a recurring task. Also review learnings before major tasks.
| name | elegant-reports |
| description | Generate beautifully designed PDF reports with a Nordic/Scandinavian aesthetic. Use when creating polished executive briefings, analysis reports, or presentation-style PDF outputs from markdown and HTML via Nutrient DWS. |
| metadata | {"clawdbot":{"requires":{"bins":["node","npm"]}}} |
| permissions | [{"exec":"Runs the local Node generator to list templates, render preview HTML, and create PDF outputs when the user asks."},{"file_read":"Reads bundled templates, themes, examples, and design references inside the skill directory plus user-approved input markdown files."},{"file_write":"Writes generated HTML/PDF outputs and user-requested template or theme files inside approved working directories."},{"network":"Calls Nutrient DWS and any hosted font assets used by the bundled templates when the user requests report generation."}] |
Generate minimalist PDF reports inspired by Scandinavian editorial design.
Use this skill when the user wants:
Install the pinned dependencies from package-lock.json, then run:
cd /path/to/elegant-reports
node ./generate.js --list
node ./generate.js examples/sample-executive.md output.pdf --template executive --theme light
For HTML debugging, add --output-html so the generator saves the rendered HTML alongside the PDF.
| Template | Use Case |
|---|---|
executive | polished briefings and compact executive summaries |
report | denser narrative reports and analysis writeups |
presentation | bold slide-like outputs with one idea per page |
report-demo | legacy report variant for comparison/testing |
presentation-demo | legacy presentation variant for comparison/testing |
Each template supports light and dark themes where available.
Add YAML frontmatter to control the rendered output:
---
title: Q4 Competitive Analysis
subtitle: Market Intelligence Report
author: Report Author
template: report
theme: dark
---
Your content here...
--output-html and adjust the corresponding template/theme pair.When authoring a new visual variant:
The bundled Nordic design research note is the canonical reference for the visual system. Read it only when you need deeper design rationale.
package-lock.jsonNUTRIENT_DWS_API_KEY environment variable for PDF generationBefore calling the skill done:
node ./generate.js --listnpm test