Agent skill · Data & Analytics

content-asset-creator

Creates beautiful, branded HTML content assets — industry reports, landing pages, comparison sheets, one-pagers — from structured data. Uses Gamma API (preferred), v0.dev Platform API, or a self-hosted HTML template system with Tailwind CSS. Outputs self-contained HTML files that can be hosted as web pages or converted to PDF.

gooseworks-aigithub.com/gooseworks-aiGitHub ↗
claude-codecodexcursorMIT
Install
npx skills add gooseworks-ai/goose-skills --skill content-asset-creator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/content/capabilities/content-asset-creator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,091
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Content Asset Creator Generates beautiful, branded content assets (reports, landing pages, one-pagers) from structured data. Designed for producing lead magnets, industry reports, and marketing collateral programmatically. ## Quick Start ``` Create a 2-page industry report for Juicebox about "The State of AI Recruiting in 2026". Use these data points: [list stats]. Brand: Juicebox blue, clean modern design. ``` ## Inputs - **Asset type** (required) — `report`, `landing-page`, `comparison`, `one-pager` - **Content data** (required) — structured data for the asset (title, sections, stats, narrative) - **Brand config** (optional) — colors, fonts, logo URL. Defaults to Juicebox brand. - **Output** — HTML file path (default: `output/[asset-type]-[date].html`) ## Asset Types ### 1. Industry Report (2-3 pages) A data-forward document with stats, narrative sections, and visualizations. **Input structure:** ```yaml type: report title: "The State of AI Recruiting — 2026" subtitle: "Data-driven insights on how AI is transforming talent acquisition" brand: name: "Juicebox" primary_color: "#4F46E5" # Indigo/blue secondary_color: "#10B981" # Green accent font: "Inter" logo_url: "https://juiceb

What's inside
Steps it walks through
  1. Quick Start
  2. Inputs
  3. Asset Types
  4. 1. Industry Report (2-3 pages)
  5. 2. Landing Page (single page with CTA)
  6. 3. Comparison Page (side-by-side)
  7. 4. One-Pager (quick reference)
  8. Step-by-Step Process
  9. Step 1: Choose Generation Method
  10. Step 2A: Gamma API Generation (Preferred)
  11. Step 2B: v0.dev Platform API Generation
  12. Step 2C: Self-Hosted HTML Generation (Fallback)
  13. Step 3: Output
  14. Brand Configurations
Ships with 1 file
  • skill.meta.json
Commands it runs
curl -X POST https://api.gamma.app/v1/generate \
Create a project with a prompt
curl -X POST https://api.v0.dev/v1/projects \
Using playwright/puppeteer (if installed)
npx playwright screenshot output.html output.pdf --format=pdf
More from goose-skills
All skills →
About this skill
What does the content-asset-creator skill do?

Creates beautiful, branded HTML content assets — industry reports, landing pages, comparison sheets, one-pagers — from structured data. Uses Gamma API (preferred), v0.dev Platform API, or a self-hosted HTML template system with Tailwind CSS. Outputs self-contained HTML files that can be hosted as web pages or converted to PDF.

How do I install it?

Run `npx skills add gooseworks-ai/goose-skills --skill content-asset-creator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From gooseworks-ai/goose-skills, a repository with 1,091 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going