← Back to Skills Marketplace
🔌

I2I

by skills-video · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
150
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install i2i
Description
Placeholder skill for image-to-image workflows on skills.video. Use when the user is asking about i2i generation and the concrete API contract has not been i...
README (SKILL.md)

i2i

Overview

Use this as a placeholder skill for image-to-image generation on skills.video. This file is intentionally incomplete and should not be treated as a production workflow.

Current status

  • No verified i2i OpenAPI contract has been wired into this skill yet.
  • No default endpoint, payload template, or helper command is defined yet.
  • The skill should surface this limitation clearly instead of guessing request fields.

Temporary behavior

When this skill is invoked before implementation is completed:

  1. Tell the user that i2i is currently a placeholder.
  2. Check whether a model-specific openapi.json or docs page exists for the requested provider/model.
  3. Avoid inventing undocumented image input fields or upload semantics.
  4. Ask for the exact model or endpoint only if it is necessary to continue.
  5. Once the API contract is confirmed, promote this placeholder into a real workflow similar to image-generation or video-generation.

Implementation checklist

  • Confirm which providers/models support i2i on skills.video
  • Identify the create endpoint and terminal status flow
  • Document image input format such as URL, file upload, or asset ID
  • Add request-template extraction steps from OpenAPI
  • Add execution examples and fallback polling behavior if applicable
  • Add runtime error handling guidance

Related skills

  • image-generation: text-to-image generation flow
  • video-generation: text-to-video generation flow
Usage Guidance
This skill is a safe, non-functional placeholder: it won't install code or ask for secrets, but it also won't perform i2i generation until a concrete API contract (OpenAPI or provider docs) is added. If you install it, expect the agent to inform users that the skill is incomplete and to ask for the exact model/endpoint when needed. Be aware the agent may attempt to look up provider OpenAPI/docs (network access) to continue—do not provide credentials or private endpoints to this placeholder. For production i2i workflows, prefer a fully implemented skill that documents endpoints, payloads, and error handling; monitor this skill for future updates before relying on it.
Capability Analysis
Type: OpenClaw Skill Name: i2i Version: 1.0.0 The 'i2i' skill is a non-functional placeholder intended for future image-to-image workflows. The SKILL.md file contains only documentation and safe instructions for the AI agent to inform users about the current implementation status, with no executable code, network calls, or malicious patterns.
Capability Assessment
Purpose & Capability
Name and description match the SKILL.md: it's explicitly a placeholder for i2i on skills.video and does not claim functionality it doesn't provide.
Instruction Scope
Instructions are conservative (tell the user it's a placeholder, check for provider-specific OpenAPI/docs, avoid inventing fields). They are intentionally incomplete — this is appropriate, but the guidance to 'check whether an openapi.json or docs page exists' implies network or docs access which is expected but should be understood by the user.
Install Mechanism
No install spec and no code files; nothing is written to disk or fetched at install time.
Credentials
No environment variables, primary credential, or config paths are requested — proportional to its placeholder nature.
Persistence & Privilege
Default invocation and persistence flags (not always:true, model invocation permitted) are normal and there is no evidence the skill tries to modify other skills or system settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install i2i
  3. After installation, invoke the skill by name or use /i2i
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial placeholder skill for image-to-image (i2i) workflows on skills.video. - Clearly informs users that i2i functionality is not yet implemented. - Avoids guessing API details or image input fields. - Guides users to provide specific model or endpoint information if needed. - Lists implementation steps and references related skills for text-to-image and text-to-video workflows.
Metadata
Slug i2i
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is I2I?

Placeholder skill for image-to-image workflows on skills.video. Use when the user is asking about i2i generation and the concrete API contract has not been i... It is an AI Agent Skill for Claude Code / OpenClaw, with 150 downloads so far.

How do I install I2I?

Run "/install i2i" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is I2I free?

Yes, I2I is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does I2I support?

I2I is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created I2I?

It is built and maintained by skills-video (@skills-video); the current version is v1.0.0.

💬 Comments