setup
SolidOne-time setup for image and video generation APIs. Run this before any creative production.
AI & Automation 22 stars
6 forks Updated today MIT
Install
Quality Score: 87/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
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}/<brand>/assets/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) — Gemini Nano Banana 2 + Pro
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 configured:
```bash
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/credential_manager...
Details
- Author
- indranilbanerjee
- Repository
- indranilbanerjee/socialforge
- Created
- 3 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
brand-manager
Set up and manage brand profiles. Use when: configuring a new brand, updating brand config, or switching brands.
22 Updated today
indranilbanerjee AI & Automation Solid
generate-video
Generate short-form video clips via a 5-stage human-in-the-loop pipeline: concept, keyframes, video generation, and delivery.
22 Updated today
indranilbanerjee Data & Documents Solid
full-pipeline
Run the complete end-to-end production pipeline — parse, match, compose, copy, preview, review, finalize.
22 Updated today
indranilbanerjee