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.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Quick Start
- Inputs
- Asset Types
- 1. Industry Report (2-3 pages)
- 2. Landing Page (single page with CTA)
- 3. Comparison Page (side-by-side)
- 4. One-Pager (quick reference)
- Step-by-Step Process
- Step 1: Choose Generation Method
- Step 2A: Gamma API Generation (Preferred)
- Step 2B: v0.dev Platform API Generation
- Step 2C: Self-Hosted HTML Generation (Fallback)
- Step 3: Output
- Brand Configurations
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
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.
