AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Sogni Creative Agent

skill-sogni-ai-sogni-creative-agent-skill-sogni-creative-agent · by Sogni-AI

Sogni Creative Agent: image, video, and music generation using Sogni AI's decentralized GPU network. Supports personas, persistent memories, custom personality, style transfer, angle synthesis, Seedance/HappyHorse/LTX/WAN video, music/lyrics, hosted chat, durable workflows, replay records, and multi-step creative workflows. Invoke when the user asks to \"draw\", \"generate\", \"create an image\",…

No reviews yet
0 installs
21 views
0.0% view→install

Install

$ agentstack add skill-sogni-ai-sogni-creative-agent-skill-sogni-creative-agent

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-sogni-ai-sogni-creative-agent-skill-sogni-creative-agent)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Sogni Creative Agent? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

  1. Install the CLI (one-time): npm install -g @sogni-ai/sogni-creative-agent-skill@latest.
  2. Provide your Sogni API key (get one at https://dashboard.sogni.ai → account menu): either set SOGNI_API_KEY in the environment, or save it to ~/.config/sogni/credentials as SOGNI_API_KEY=.
  3. Verify with sogni-agent doctor --json and confirm "success": true before reporting the install as working.
  4. 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.