setup

Solid

One-time setup for image and video generation APIs — Vertex AI, WaveSpeed, and Higgsfield credentials stored persistently and verified before use. Triggers on "/setup", "set up socialforge", "configure the APIs", "add credentials", "connect vertex", "credential status", or before any creative production on a new machine. Keys live outside the repo; nothing is committed to git.

AI & Automation 38 stars 6 forks Updated 3 weeks ago MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
53
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# /socialforge:setup — API Credential Configuration One-time setup that stores credentials persistently. Run once, works forever across all sessions. ## Context efficiency Asset-heavy skill. **Grep before Read** the asset catalog (`${CLAUDE_PLUGIN_DATA}/socialforge/brands/<brand>/asset-index.json`) — never list the asset directory. Reference generated images / videos by path, not by loading metadata. Brand profile loads once per session. ## What This Does Configures two services that SocialForge needs for creative production: 1. **Google Cloud Vertex AI** (required for images) — Nano Banana 2 (Gemini 3.1 Flash Image) + Nano Banana Pro (Gemini 3 Pro Image) 2. **WaveSpeed** (required for video) — Kling v3.0 Pro for image-to-video ## Prerequisites Your admin provides you with: - A **Google Cloud service account JSON file** (for image generation) - A **WaveSpeed API key** (for video generation) If you are the admin, see the Admin Setup section below. ## How to Run ``` /socialforge:setup ``` ## Interactive Flow ### Step 0: Install Dependencies (Automatic) Run this first — installs all required Python packages: ```bash python3 "${CLAUDE_PLUGIN_ROOT}/scripts/install_deps.py" ``` This auto-installs: google-genai (Vertex AI), wavespeed (Kling video), Pillow (compositing), imageio-ffmpeg (video post-processing), playwright (carousels). If any package fails, show the manual install command and continue. ### Step 1: Image Generation (Vertex AI) Check if already configur...

Details

Author
indranilbanerjee
Repository
indranilbanerjee/socialforge
Created
5 months ago
Last Updated
3 weeks ago
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category