Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Generate Ai Images

ASecurity

Use when the user needs image generation or image transformation through the IMA Open API, including text-to-image, image-to-image, style transfer, or reference-image continuity, and the agent should use the setup, doctor, and live-catalog-aware runtime in this repo.

19 stars
0 votes
0 copies
1 views
Added 9/19/2026
ai-agentspythongoapisecurity

Works with

cliapi

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add rondoflow/rondoflow --skill generate-ai-images --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Generate Ai Images?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Generate Ai Images
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/rondoflow-generate-ai-images/badge)](https://www.skillsdirectory.com/skills/rondoflow-generate-ai-images)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: generate-ai-images
description: "Use when the user needs image generation or image transformation through the IMA Open API, including text-to-image, image-to-image, style transfer, or reference-image continuity, and the agent should use the setup, doctor, and live-catalog-aware runtime in this repo."
category: "AI & Agents"
author: community
version: "1.0.8"
icon: bot
---

# IMA Image AI

## When To Use

Use this repository when the user wants an image output:

- text-to-image
- image-to-image
- style transfer
- continuity via reference image

This repo is image-only. Do not route video generation, audio generation, or non-image tasks here.

## Gateway Contract

- New-machine bootstrap entrypoint: `python3 scripts/ima_runtime_setup.py`
- Environment/self-check entrypoint: `python3 scripts/ima_runtime_doctor.py`
- The official CLI entrypoint is `python3 scripts/ima_runtime_cli.py ...`.
- Always query the live product list before task creation so `attribute_id`, `credit`, `model_version`, and defaults come from the current catalog.
- Return remote HTTPS image URLs; do not download results into local attachments for the user.
- Route requests through the image capability so `text_to_image` and `image_to_image` are classified before execution.
- If `--model-id` is omitted, the runtime uses the recommended default model for that task type.
- Auto-selected defaults are operational fallbacks, not persisted user preferences.

## Quick Start

- Minimal path:
  1. `python3 scripts/ima_runtime_setup.py --install`
  2. `export IMA_API_KEY="ima_your_key_here"`
  3. `python3 scripts/ima_runtime_cli.py --task-type text_to_image --prompt "a cinematic mountain sunset" --output-json`
- Use `python3 scripts/ima_runtime_doctor.py --output-json` when setup passes but runtime or catalog access still fails.

## Operator References

- `README.md` covers first-use paths and canonical entry commands.
- `references/shared/catalog-aware-selection.md` defines the formal live-catalog-aware model-selection contract.
- `references/operations/troubleshooting.md` covers common failure recovery.
- `capabilities/image/references/parameter-tuning.md` covers `size`, `aspect_ratio`, and `n` usage.
- `capabilities/image/references/scenarios.md` covers prompt-only and reference-image examples.

## Read Order

1. `references/README.md`
2. `references/gateway/entry-and-routing.md`
3. `references/gateway/workflow-confirmation.md`
4. `references/shared/model-selection-policy.md`
5. `references/shared/catalog-aware-selection.md`
6. `references/shared/error-policy.md`
7. `references/shared/security-and-network.md`
8. `references/operations/troubleshooting.md`
9. `capabilities/image/CAPABILITY.md`
10. `capabilities/image/references/parameter-tuning.md`
11. `capabilities/image/references/scenarios.md`

## Boundary

- `references/gateway/*` covers entry, routing, and clarification seams.
- `references/shared/*` covers rules reused across the runtime.
- `capabilities/image/*` owns image-specific behavior.
- `_meta.json` and `clawhub.json` are metadata inputs, not the primary narrative docs.

Attribution

rondoflowrondoflow
View sourceMore from rondoflow →
SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1066601 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

693161 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →