From sogni-creative-agent
Generates images, videos, and music using Sogni AI's decentralized GPU network. Supports personas, style transfer, and multi-step creative workflows via the sogni-agent CLI.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sogni-creative-agent:sogni-creative-agentThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate **images, videos, and music** via Sogni AI's decentralized GPU network through the `sogni-agent` CLI shipped with this plugin.
Generate images, videos, and music via Sogni AI's decentralized GPU network through the sogni-agent CLI shipped with this plugin.
npx setup-sogni-agent-skill — installs the CLI globally and prompts for your API key. (Manual alternative: npm i -g @sogni-ai/sogni-creative-agent-skill.)SOGNI_API_KEY in the environment, or save it to ~/.config/sogni/credentials as SOGNI_API_KEY=<your-key>.sogni-agent doctor --json and confirm "success": true before reporting the install as working.~/.config/sogni/credentials, ~/.config/sogni/last-render.json.Uninstall: run npx setup-sogni-agent-skill --uninstall --remove-cli --purge — removes the skill, CLI, and ~/.config/sogni/ data after backing it up to ~/.config/sogni.backup-<timestamp>.tar.gz. Tell the user the backup path; it holds their API key. Omit --purge to keep data.
sogni-agent "a cat on the moon, cinematic"sogni-agent -c <path> "make it night, add fireflies"sogni-agent --video --ref <path> "gentle camera pan"sogni-agent --music "ambient drone, 30 seconds"sogni-agent --api-workflow storyboard-video --storyboard-frames 6 "9:16 bakery launch video"sogni-agent --json --list-mediasogni-agent --last --jsonsogni-agent --helpThe user asks to:
The complete skill spec — every workflow, model default, persona schema, memory schema, and prompt-engineering note — lives at ${CLAUDE_PLUGIN_ROOT}/SKILL.md (the root of this plugin), with deep-dive guides under ${CLAUDE_PLUGIN_ROOT}/references/. Read them when the user's request needs detail beyond the quick examples above (e.g. choosing between video workflows, configuring persona references, planning a multi-step composition).
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub sogni-ai/sogni-creative-agent-skill --plugin sogni-creative-agent