SKILLEMALL.ai

CF IMA Studio

Use for any IMA AI content generation: images, videos, and music via IMA Open API. IMPORTANT — Default model selection rule: always recommend the NEWEST and most POPULAR model, NOT the cheapest. Defaults: image → SeeDream 4.5 (doubao-seedream-4.5, 5pts); image budget → Nano Banana2 (gemini-3.1-flash-image, 4pts for 512px); video text_to_video → Wan 2.6 (wan2.6-t2v, 25pts) — most popular, balanced cost; video image_to_video → Wan 2.6 (wan2.6-i2v, 25pts); music → Suno sonic (25pts). Production models (2026-02-27) — Image text_to_image (3): SeeDream 4.5, Nano Banana2, Nano Banana Pro. Image image_to_image (3): SeeDream 4.5, Nano Banana2, Nano Banana Pro. Video text_to_video (14): Wan 2.6, Hailuo 2.0/2.3, Vidu Q2, SeeDance 1.5 Pro, Sora 2 Pro, Kling O1/2.6, Google Veo 3.1, Pixverse V3.5-V5.5. Video image_to_video (14): Wan 2.6, Hailuo 2.0/2.3, Vidu Q2 Pro, SeeDance 1.5 Pro, Sora 2 Pro, Kling O1/2.6, Google Veo 3.1, Pixverse V3.5-V5.5. Video first_last_frame_to_video (10): Hailuo 2.0, Vidu Q2 Pro, Kling O1/2.6, Google Veo 3.1, Pixverse V3.5-V5.5. Video reference_image_to_video (9): Vidu Q2, Kling O1, Google Veo 3.1, Pixverse (all versions). Music text_to_music (3): Suno sonic/sonic-v5, DouBao BGM, DouBao Song. Use this all-in-one skill when a task spans multiple media types; use the focused ima-image-ai / ima-video-ai / ima-voice-ai skills for single-media workflows. Requires an ima_* API key.

Not recommendedcritical or high security findings
modbender/skill-library-mcp Claude Code author: modbender MIT 11 files body ≈ 14 913 tokens Open the sourcegithub.com analyzed 2 d ago

Use for any IMA AI content generation: images, videos, and music via IMA Open API.

As a process F 31/100 · Will not run — weak spots: result and completion, when it triggers, inputs and preconditions

GeneratorMedia and videotype and topics are labelled automatically from the skill text
JSON
Technical rating
C
60/100
safety, quality, tests
Safety 60%
72
Quality 40%
41
Run on models
none yet
Process rating
F
31/100
Will not run
Result and completion w 14
0
Inputs and preconditions w 11
0
Failures and branches w 10
0
the three weakest of ten parameters · all ten

What is at stake

The skill contains fragments that, in the wrong hands, cost money or data. Below: what the installer risks and what the author should do.

Exfiltration
If you install

The instructions or scripts send data out: environment variables, keys, file contents, chat history. You may never notice, because the agent performs the upload as "part of the task".

For the author

If the upload is not needed for the task, remove it: catalogs flag such skills and delist them. If it is needed, name the destination explicitly, say what leaves the machine, and give the user a switch.

Dangerous commands medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

If you install

The skill contains commands that delete files, rewrite disks or execute code fetched from the network. The agent may run them without asking if it believes the instructions require it.

For the author

Replace destructive commands with safe equivalents that ask for confirmation, scope them to one folder, and stop piping curl into a shell: pin a version and a checksum.

How to improve

  1. Address the high-severity findings: each costs 18 safety points. If one is a false positive, add the rule id to guard.allow in spec.yaml.
  2. Shorten the description to 1024 characters.
  3. 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 · 3

  • high Exfiltration exfil-send-secrets-to-url SECURITY.md:148
    Instruction to send secrets/history to an external endpoint (documentation of a security skill)
    │   ├── 1️⃣ Get Upload Token: https://imapi.liveme.com/api/rest/oss/getuploadtoken
    security skill
Medium and low: 2
  • medium Dangerous commands cmd-shell-rc INSTALL.md:42
    Writes to a shell startup file
    echo 'export IMA_API_KEY=ima_your_key_here' >> ~/.bashrc
  • medium Dangerous commands cmd-shell-rc INSTALL.md:311
    Writes to a shell startup file
    echo 'export IMA_API_KEY=ima_your_key_here' >> ~/.bashrc

Files scanned: 11. Evidence is masked. Grey chips explain why severity was lowered.

Against the Agent Skills spec

  • error description-long description is 1412 chars, limit 1024
  • warning name-format name should be kebab-case (lowercase letters, digits, hyphens)
  • warning body-long SKILL.md body ≈ 14913 tokens (recommended < 5000); move details to references/
  • note frontmatter-key unknown frontmatter key "keywords"

Process rating: all ten parameters 31/100

  • 0Result and completion. Does not say what the result is
  • 0Inputs and preconditions. Does not say what the process needs to start
  • 0Failures and branches. Linear process with no failure handling
  • 20When it triggers. No condition that starts the skill
  • 30Running it twice. 16 mutating operations with no state check
  • 40Consistency. Frontmatter name (IMA Studio) differs from the folder (ima-all-ai)
  • 40Execution cost. Instruction body is 14913 tokens: crowds the task out of the window
  • 60Tools and files. Uses tools (bash, web, python) that frontmatter does not declare
  • 60Steps. 68 steps, 4 vague phrases
  • 100Progress reporting. Reports progress
  • low The response is described with custom markup (5 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

  • +5Description has no quoted example phrases that should trigger the skill
  • +4Description does not say when NOT to use the skill (false activations)
  • +3Description length 1411: 120–800 characters recommended
  • +3Output format is not stated: the model decides each time
  • -262 emoji in the instructions: noise for the model
  • +1No license
  • +2Single-language instructions
  • +4Structure: 34 headings
  • +3Step-by-step instructions: 68 items
  • +4Has examples (33 code blocks)
  • +3All 2 scripts are documented

Quality base 70; lint remarks subtract, signals add up to 100. Result: 41.