Skip to content

Commit 1594921

Browse files
Release z-image skill v0.2.2
Publish updated RunAPI skill metadata and installation docs.
1 parent f8a8e74 commit 1594921

5 files changed

Lines changed: 16 additions & 3 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "z-image",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "RunAPI Z-Image skill for Claude Code, Codex, Gemini CLI, Cursor, and 50+ agents",
55
"skills": [
66
{

.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "z-image",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "RunAPI Z-Image skill for Claude Code, Codex, Gemini CLI, Cursor, and 50+ agents",
55
"skills": [
66
{

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Z-Image API Skill for RunAPI
22

3+
[![skills.sh](https://skills.sh/b/runapi-ai/z-image)](https://skills.sh/runapi-ai/z-image)
4+
35
Generate images with Z-Image text-to-image. This skill helps Claude Code, Codex, Gemini CLI, Cursor, and 50+ agents integrate Z-Image through RunAPI.
46

57
The canonical agent file is `skills/z-image/SKILL.md`.

gemini-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "z-image",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "RunAPI Z-Image skill for Claude Code, Codex, Gemini CLI, Cursor, and 50+ agents",
55
"skills": [
66
{

skills/z-image/SKILL.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ description: Z-Image API skill for RunAPI. Use when the user asks for z image ap
44
documentation: https://runapi.ai/models/z-image
55
provider_page: https://runapi.ai/providers/alibaba
66
catalog: https://runapi.ai/models
7+
metadata:
8+
openclaw:
9+
homepage: https://runapi.ai/models/z-image
10+
primaryEnv: RUNAPI_API_KEY
11+
requires:
12+
env:
13+
- RUNAPI_API_KEY
14+
envVars:
15+
- name: RUNAPI_API_KEY
16+
required: true
17+
description: RunAPI API key from https://runapi.ai/api_keys.
718
---
819

920
# Z-Image API Skill for RunAPI

0 commit comments

Comments
 (0)