BC sogni-gen
Generate images **and videos** using Sogni AI's decentralized network. Ask the agent to "draw", "generate", "create an image", or "make a video/animate" from a prompt or reference image.
Generate images and videos using Sogni AI's decentralized network.
As a process C 57/100 · Has gaps — weak spots: inputs and preconditions, consistency, running it twice
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
For the model run — optional
- Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 21
✓ No critical or high findings
Medium and low: 21
-
low Secrets in code
secret-high-entropy-tokenmcp-server.mjs:518High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)Uses SDXL Turbo (core…_ad) at 1024x1024 by default.
quoted -
low Secrets in code
secret-high-entropy-tokenmcp-server.mjs:533High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)description: 'Model ID (default: core…_ad)',
quoted -
low Secrets in code
secret-high-entropy-tokenmcp-server.mjs:745High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)core…_ad — Fast, face transfer (SDXL Turbo, default for --photobooth)
quoted -
low Secrets in code
secret-high-entropy-tokenmcp-server.mjs:752High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)Photobooth: core…_ad
quoted -
low Secrets in code
secret-high-entropy-tokenopenclaw.plugin.json:25High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"default": "core…_ad",
quoted -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:141High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…byA+l3XtsAj+Q8tf…oOo+X6HZ…Q8A==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:189High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…bSm+x6ETixtKZBh/qbRE…8Sr/Wcyx…yGA==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:237High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…UzJ+En8KcVm9Lk5+uGUQ…GXw==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:269High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…595+ujv0…pwV/GONa…zQo/1O6zRIkh0m/8+5Bjr…SZw==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:357High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…bUj+rBev…oyX+04WG…4jg==",
detector -
low Secrets in code
secret-high-entropy-tokenREADME.md:113High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"defaultPhotoboothModel": "core…_ad",
quoted -
low Secrets in code
secret-high-entropy-tokenREADME.md:264High-entropy token-like string (may be an id, hash or a credential)node sogni-gen.mjs --photobooth --ref face.jpg -m core…SDE "anime style"
-
low Secrets in code
secret-high-entropy-tokenREADME.md:267High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)Uses SDXL Turbo (`core…_ad`) at 1024x1024 by default. The face image is passed via `--ref` and styled according to the prompt. Cannot be combined with `--video` or `-c/--context`.
quoted -
low Secrets in code
secret-high-entropy-tokenREADME.md:354High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| `core…_ad` | Fast | Photobooth face transfer (SDXL Turbo) |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:169High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"defaultPhotoboothModel": "core…_ad",
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:217High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| `core…_ad` | Fast | Photobooth face transfer (SDXL Turbo) |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:273High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)Uses SDXL Turbo (`core…_ad`) at 1024x1024 by default. The face image is passed via `--ref` and styled according to the prompt. Cannot be combined with `--video` or `-c/--context`.
quoted -
low Secrets in code
secret-high-entropy-tokensogni-gen.mjs:524High-entropy token-like string (may be an id, hash or a credential)function pick…Box(refWidth, refHeight, desiredWidth, desiredHeight, { allowImperfect = false } = {}) { -
low Secrets in code
secret-high-entropy-tokensogni-gen.mjs:1505High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)options.model = options.model || openclawConfig?.defaultPhotoboothModel || 'core…_ad';
quoted -
low Secrets in code
secret-high-entropy-tokensogni-gen.mjs:1675High-entropy token-like string (may be an id, hash or a credential)const candidate = pick…Box(dims.width, dims.height, options.width, options.height, { allowImperfect: true }); -
low Secrets in code
secret-high-entropy-tokensogni-gen.mjs:2305High-entropy token-like string (may be an id, hash or a credential)const candidate = pick…Box(startDims.width, startDims.height, clipWidth, clipHeight);
Files scanned: 9. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
description-no-whendescription does not say WHEN to use the skill (no "use when") - warning
body-longSKILL.md body ≈ 5189 tokens (recommended < 5000); move details to references/ - note
frontmatter-keyunknown frontmatter key "homepage"
Process rating: all ten parameters 57/100
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Progress reporting. Says nothing while it works
- 30Running it twice. 3 mutating operations with no state check
- 40Consistency. Frontmatter name (sogni-gen) differs from the folder (openclaw-sogni-gen)
- 50When it triggers. No condition that starts the skill
- 60Tools and files. Uses tools (bash, git) that frontmatter does not declare
- 60Result and completion. Output format stated, no completion criterion
- 70Execution cost. Instruction body is 5189 tokens
- 85Steps. 38 steps, 1 vague phrases
- 100Failures and branches. 1 branches, has a failure section
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
- low 19 top-level sections: this looks like several domains in one skill
- low The response is described with custom markup (21 tags): a typed call is more reliable
Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.
Quality signals
- +4Description does not say when NOT to use the skill (false activations)
- +1No license
- +2Single-language instructions
- +5Description quotes 3 example trigger phrases
- +3Description length 186: enough signal without eating the budget
- +4Structure: 26 headings
- +3Step-by-step instructions: 38 items
- +3Output format is stated explicitly
- +4Has examples (22 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 69.