Arnie936

Higgsfield Website Skill — AI skill for Claude Code

AI community

Claude Code Skill: cinematic AI-video websites (Higgsfield MCP, Seedance 2.0) - agents-first setup.

How to install Higgsfield Website Skill

This entry records only its repository, not the path inside it, so there is no exact command to give. Open Arnie936/higgsfield-website-skill and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Higgsfield Website Skill does

Claude Code Skill: cinematic AI-video websites (Higgsfield MCP, Seedance 2.0) - agents-first setup.

Alternatives in AI

  • Skill Seekers Roadmap — Transform Skill Seekers into the easiest way to create Claude AI skills from any knowledge source - documentat 11.1k ★
  • Bot On Anything — A large model-based chatbot builder that can quickly integrate AI models (including ChatGPT, Claude, Gemini) i 4.2k ★
  • Manifest — Real-time cost observability for OpenClaw agents — track tokens, costs, messages, and model usage 4.1k ★

README

Higgsfield Website Skill 🎬

Ein Claude-Code-Skill, der aus einer kurzen Beschreibung eine **cinematische Scroll-Website mit KI-generierten Videos** baut — Higgsfield MCP (Seedance 2.0, GPT Image 2, Nano Banana), Scroll-Scrub/Exploded-View-Animationen, automatischer Browser-QA-Test und Hosting in einem Flow. Für Produkte, Portfolios, Restaurants, Immobilien, E-Commerce, SaaS, Gyms und mehr.

🤖 Agents first: Setup in einem Prompt

Kopiere diesen Prompt in **Claude Code** (oder einen anderen Coding-Agent) — er installiert alles:

Installiere den Higgsfield-Website-Skill aus https://github.com/Arnie936/higgsfield-website-skill :

1. Hole den Skill und kopiere den Ordner "higgsfield-website" ins aktuelle Projekt.
   (Frage mich vorher, ob ich ihn projektbasiert oder global haben will)
   - Wenn git installiert ist: Repo in ein temporäres Verzeichnis klonen.
   - Wenn nicht: KEIN git installieren, sondern das ZIP ohne git laden und entpacken:
     https://github.com/Arnie936/higgsfield-website-skill/archive/refs/heads/main.zip
     (Windows: Invoke-WebRequest + Expand-Archive / macOS+Linux: curl -L + unzip)
   - Lege danach im Projekt-Root eine Datei "AGENTS.md" an (bzw. ergänze eine bestehende),
     damit jeder Agent den Skill findet. Inhalt:
     "Skills und Konfiguration liegen unter .claude/ — siehe
      .claude/skills/higgsfield-website/SKILL.md fuer den Higgsfield-Website-Workflow."
2. Registriere diese zwei MCP-Server projektbasiert (nicht global), auf die Art,
   die DEIN Agent vorsieht:
   - "higgsfield": HTTP-Transport, URL https://mcp.higgsfield.ai/mcp
   - "playwright": Befehl "npx @playwright/mcp@latest"
   In Claude Code z.B.:
   claude mcp add --scope project --transport http higgsfield https://mcp.higgsfield.ai/mcp
   claude mcp add --scope project playwright -- npx @playwright/mcp@latest
   In anderen Agents (Codex, Cursor …): trage beide in deren MCP-Konfiguration ein.
3. Prüfe, ob ffmpeg installiert ist (ffmpeg -version). Falls nicht, i