Sogni: Learn logo

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 →

Creative Agent Skill rendering an image in a chat

#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/completions with Sogni creative-agent tools and /v1/creative-agent/workflows durable workflows including a storyboard-video preset.
  • Durable chat and replays. --durable-chat maps to /v1/chat/runs and streams de-duplicated per-job progress, ETA, and result lines from hosted run events. --list-replays, --get-replay, and --ingest-replay expose 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.md or focused skills/*.md manifests for image, video, music, media analysis, persona/memory, app settings, composition planning, session control, and asset-reference management.
  • Token auto-fallback. --token-type auto tries 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