Creative Agent Skill
The Sogni Creative Agent Skill plugs the Sogni Supernet into the agent runtime you already use — Claude Code, OpenClaw, Hermes Agent, Manus AI, and others. It ships as a Node CLI (sogni-agent), a SKILL.md source any skill-aware agent can load, and a published OpenClaw plugin.
#npm: @sogni-ai/sogni-creative-agent-skill →

#What it does
- Image generation and editing. Quality presets (
-Q fast|hq|pro) pick the right model/steps/size;gpt-image-2, Flux 2 Dev, Z-Image Turbo, and Qwen Image Edit are first-class. - Video generation. Text-to-video, image-to-video, sound-to-video, audio-to-video, video-to-video, and animate workflows — auto-routed across LTX-2.3, WAN 2.2, and Seedance 2.0 with native dialogue and audio.
- Music. Direct instrumental or full-song generation with lyrics, BPM, key, and time-signature controls.
- Hosted creative workflows.
/v1/chat/completionswith Sogni creative-agent tools and/v1/creative-agent/workflowsdurable workflows including a storyboard-video preset. - Durable chat and replays.
--durable-chatmaps to/v1/chat/runsand streams de-duplicated per-job progress, ETA, and result lines from hosted run events.--list-replays,--get-replay, and--ingest-replayexpose redacted Sogni Intelligence RunRecords for debugging. - Personas, memory, personality. Saved reference photos and voice clips (
--persona), persistent preferences (--memory-set), and per-agent personality (--personality-set) survive across sessions at~/.config/sogni/. - Per-skill loading. Hosts can load the root
SKILL.mdor focusedskills/*.mdmanifests for image, video, music, media analysis, persona/memory, app settings, composition planning, session control, and asset-reference management. - Token auto-fallback.
--token-type autotries free Spark first and falls back to SOGNI when Spark runs out.
#Full reference
Install steps (Node CLI, Claude Code plugin, OpenClaw), credentials setup, the complete command catalog, hosted API modes, persona/memory schemas, sizing rules, and troubleshooting live on the canonical reference:
→ Sogni Creative Agent Skill (full reference)
#See also
- Sogni n8n Plugin — the same Sogni capabilities for n8n workflows.
- Sogni Voice — local TTS/STT that pairs naturally with agent runtimes.
- Sogni Intelligence — the LLM platform behind
--api-chat. - Sogni Client SDK — the underlying SDK.
- Source on GitHub