claudeers.

🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?

Claim this page →
// Claude Skills

image-to-campaign

One image -> a consistent German marketing funnel: landing page, 3 Instagram Reels, and a blog, from a single approved Brand Brief. Claude Code skill orchest…

// Claude Skills[ cli ][ api ][ web ][ claude ]#claude#skillsMIT$open-sourceupdated 7 days ago
Actively maintained
98/100
last commit 9 days ago
last release none
releases 0
open issues 0
// install
git clone https://github.com/Arnie936/image-to-campaign

image-to-campaign

image-to-campaign — Schnellstart in 3 Schritten

📄 The image above is the one-page quickstart — click it for the printable PDF.

A Claude Code / Claude skill that turns one product image into a complete, identity-consistent marketing funnel:

  • a scroll-driven landing page,
  • 3 Instagram Reels (9:16) with ready-to-paste captions, and
  • a styled blog article

— all derived from a single approved Brand Brief, so every asset shares one visual and verbal identity instead of looking like three unrelated AI artifacts.

Note: the generated copy is German by default and the call-to-action is a demo placeholder (no real shop). Both are intentional defaults; change them in SKILL.md (the "Locked defaults" section) if you want a different language or a real conversion goal.

How it works

image  →  short interview  →  Brand Brief  →  🛑 you approve  →  builds everything

The skill is brief-first: it writes one Brand Brief (product identity, thesis line, OKLCH palette, fonts, tone, CTA, Reel angles) and shows it to you together with every asset prompt before spending any credits. You approve once, then it builds the landing page, the Reels, and the blog autonomously. The landing page is built first so its hero video can be reused (reframed to 9:16) for one of the Reels, saving generation cost.

Requirements

RequirementNeeded forNotes
Higgsfield account + creditsAll image/video generationSign up here: https://higgsfield.ai/s/mcp-arnold-oberleiter-ecZvus — an account with credits is required for any asset.
Higgsfield CLIThe generation engineInstalled automatically by the skill (curl … install.sh | sh). On Windows the installer needs a Bash shell (e.g. Git Bash). Then run higgsfield auth login once.
A browser + a static serverLanding-page QA & previewThe skill runs the page locally (e.g. python -m http.server) and verifies it. Any static server works; Python is just the default.
Internet accessCDNs / Google Fonts / HiggsfieldThe generated pages load fonts and motion libs from CDNs.

Everything else (the orchestration logic, the landing-page spec, the Reel/blog specs, and all templates) ships inside this skill. No extra files needed in your project.

This skill drives the Higgsfield CLI directly, so it works on its own. For the best asset quality it's recommended to also install the official Higgsfield skills — they add smarter model selection and the product-photoshoot prompt enhancer guidance:

  • higgsfield-generate
  • higgsfield-product-photoshoot
  • higgsfield-soul-id (only if you want the same presenter face across all Reels)

Get them from the Higgsfield skills repo and drop them next to this skill.

Install

Clone this repo straight into your skills directory as the skill folder:

# project-level
git clone https://github.com/Arnie936/image-to-campaign .agents/skills/image-to-campaign
# or user-level
git clone https://github.com/Arnie936/image-to-campaign ~/.claude/skills/image-to-campaign

Then run higgsfield auth login once, and you're set.

Usage

Point the skill at an image and (optionally) a one-line idea:

"Mach mir aus diesem Bild eine komplette Kampagne: ./produkt.jpg"

It will ask at most two questions, write the Brand Brief, stop at the checkpoint for your approval, then build everything into a campaign folder:

kampagne-<slug>/
  brief.md                  # the approved single source of truth
  website/
    index.html
    assets/                 # hero.mp4, middle.mp4, g1.jpg, g2.jpg, g3.jpg
  reels/
    reel-1-hook.mp4
    reel-2-showcase.mp4
    reel-3-lifestyle.mp4
    captions.md             # per reel: hook text, caption, hashtags, CTA
  blog/
    blog.html
    assets/
  README.md

What's inside the skill

image-to-campaign/
  SKILL.md                  # orchestrator: bootstrap → interview → brief → checkpoint → build → QA → deliver
  references/
    brand-brief.md          # how the brief is derived + the full asset-prompt list
    landing-page.md         # self-contained brief-aware landing-page build + browser QA
    reels.md                # 3 Reel angles, cinematic vs UGC, reframe reuse, captions format
    blog.md                 # German SEO article spec + HTML templating
  assets/
    brief-template.md
    blog-template.html
    campaign-readme-template.md
  README.md

License

Add your license of choice here before publishing (MIT is a common pick for skills).

// compatibility

Platformscli, api, web
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
LanguageHTML

// faq

What is image-to-campaign?

One image -> a consistent German marketing funnel: landing page, 3 Instagram Reels, and a blog, from a single approved Brand Brief. Claude Code skill orchestrating the Higgsfield CLI.. It is open-source on GitHub.

Is image-to-campaign free to use?

image-to-campaign is open-source under the MIT license, so it is free to use.

What category does image-to-campaign belong to?

image-to-campaign is listed under skills in the Claudeers registry of Claude-compatible tools.

0 views
19 stars
unclaimed
updated 7 days ago

// embed badge

image-to-campaign on Claudeers
[![Claudeers](https://claudeers.com/api/badge/image-to-campaign.svg)](https://claudeers.com/image-to-campaign)

// retro hit counter

image-to-campaign hit counter
[![Hits](https://claudeers.com/api/counter/image-to-campaign.svg)](https://claudeers.com/image-to-campaign)

// reviews

// guestbook

0/500

// related in Claude Skills

🔓

An agentic skills framework & software development methodology that works.

// skillsobra/Shell249,840MIT[ claude ]
🔓

💫 Toolkit to help you get started with Spec-Driven Development

// skillsgithub/Python117,790MIT[ claude ]
🔓

Public repository for Agent Skills

// skillsanthropics/Python159,495[ claude ]
🔓

AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs,…

// skillsGraphify-Labs/Python77,228MIT[ claude ]
→ see how image-to-campaign connects across the ecosystem