← 返回 Skills 市场
🔌

I2I

作者 skills-video · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
150
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install i2i
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /i2i 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug i2i
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 150 次。

如何安装 I2I?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install i2i」即可一键安装,无需额外配置。

I2I 是免费的吗?

是的,I2I 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

I2I 支持哪些平台?

I2I 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 I2I?

由 skills-video(@skills-video)开发并维护,当前版本 v1.0.0。

💬 留言讨论