Install
$ agentstack add skill-sogni-ai-sogni-creative-agent-skill-sogni-creative-agent ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Sogni Creative Agent
Generate images, videos, and music via Sogni AI's decentralized GPU network through the sogni-agent CLI shipped with this plugin.
Setup
- Install the CLI (one-time):
npm install -g @sogni-ai/sogni-creative-agent-skill@latest. - Provide your Sogni API key (get one at https://dashboard.sogni.ai → account menu): either set
SOGNI_API_KEYin the environment, or save it to~/.config/sogni/credentialsasSOGNI_API_KEY=. - Verify with
sogni-agent doctor --jsonand confirm"success": truebefore reporting the install as working. - Optional config files honored:
~/.config/sogni/credentials,~/.config/sogni/last-render.json.
Do not run the default npx setup-sogni-agent-skill from this plugin unless the user wants a separate personal skill registration in ~/.claude/skills/; using both creates duplicate Claude Code skills.
Uninstall: remove sogni-creative-agent@sogni with Claude Code's plugin manager. To also remove the global CLI and Sogni data, run npx setup-sogni-agent-skill --uninstall --remove-cli --purge after the plugin is removed; it backs up ~/.config/sogni/ to ~/.config/sogni.backup-.tar.gz first. Tell the user the backup path; it holds their API key. Omit --purge to keep data. This cleanup command does not uninstall the Claude Code plugin itself.
Quick examples
- Image:
sogni-agent "a cat on the moon, cinematic" - Image edit:
sogni-agent -c "make it night, add fireflies" - Video (image-to-video):
sogni-agent --video --ref "gentle camera pan" - Music:
sogni-agent --music "ambient drone, 30 seconds" - Hosted workflow:
sogni-agent --api-workflow storyboard-video --storyboard-frames 6 "9:16 bakery launch video" - List inbound media the user sent (Telegram etc.):
sogni-agent --json --list-media - Inspect the last render:
sogni-agent --last --json - Full reference:
sogni-agent --help
When to invoke this skill
The user asks to:
- generate / create / draw / render an image
- animate, make a video, convert image to video
- make music, generate audio, create a soundtrack
- apply a style or transform a subject ("as a superhero", "anime style")
- manage personas or saved reference assets
Full skill manifest
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).
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Sogni-AI
- Source: Sogni-AI/sogni-creative-agent-skill
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.