← 返回 Skills 市场
yige666s

shortart image generator 图片 生成

作者 Heather S Brooker · GitHub ↗ · v1.0.9 · MIT-0
cross-platform ✓ 安全检测通过
211
总下载
0
收藏
0
当前安装
10
版本数
在 OpenClaw 中安装
/install shortart-image-generator
功能描述
Generate images using ShortArt AI platform with three modes: (1) Text-to-image and image-to-image generation for general artwork creation, (2) E-commerce sui...
使用说明 (SKILL.md)

ShortArt Image Generator

Unified interface for generating images using ShortArt AI with three specialized modes.

Authentication Setup

SHORTART_API_KEY is required. Visit https://shortart.ai/home and click on your profile picture to get the key. Configure via:

Method 1: OpenClaw Config

{
  "skills": {
    "entries": {
      "shortart-image-generator": {
        "env": { "SHORTART_API_KEY": "your_api_key_here" }
      }
    }
  }
}

Method 2: Shell Environment

export SHORTART_API_KEY="your_api_key_here"

IMPORTANT: After setting the environment variable, restart your terminal or run source ~/.zshrc to apply the changes.

Mode Selection

Identify user intent and route to appropriate mode:

Mode 1: General Image Generation

When to use: User wants to create artwork from text descriptions or reference images Triggers: "画一张图", "生成图片", "create image", "draw", "以图生图" See: references/text-to-image.md

Mode 2: E-commerce Suit Images

When to use: User wants product photography or Amazon listing images Triggers: "套图", "生成套图", "组图", "suit image", "Image Set", "Photo Gallery", "A Set of Photos" See: references/suit-image.md

Mode 3: Template-based Generation

When to use: User wants to use templates for posters, social media graphics, or marketing materials Triggers: "模版生图", "用模版生成图片", "template image generation", "create from template", "推荐模版", "recommend template", "模版推荐" See: references/template-image.md

Quick Start

  1. Verify API key: echo $SHORTART_API_KEY
  2. Identify user intent from triggers above
  3. Read the corresponding reference file for detailed workflow
  4. Execute using scripts in the appropriate subdirectory
安全使用建议
This skill is coherent: it will send your SHORTART_API_KEY and any uploaded images to ShortArt's API (api.shortart.ai) to create and download images. Before installing: 1) Only provide an API key you trust ShortArt with and avoid uploading sensitive images (IDs, private documents, etc.). 2) Ensure you have the Python requests package available. 3) Review ShortArt's privacy/terms for how they store uploaded images. 4) Be aware the agent can call the skill autonomously by default; if you prefer control, restrict autonomous skill invocation in your agent settings.
功能分析
Type: OpenClaw Skill Name: shortart-image-generator Version: 1.0.9 The shortart-image-generator skill is a legitimate tool for interacting with the ShortArt AI platform to generate images via text-to-image, e-commerce product photography, and template-based workflows. The bundle contains a well-structured Python client (client.py) and specialized implementation scripts (scripts/suit-image/impl.py, scripts/template-image/impl.py, scripts/text-to-image/impl.py) that communicate exclusively with the official API at api.shortart.ai. The skill handles authentication via environment variables and includes standard functionality for uploading local images and downloading results to the user's Downloads folder. No evidence of malicious intent, data exfiltration, or harmful prompt injection was found.
能力评估
Purpose & Capability
Name/description match the code and SKILL.md: the package implements text-to-image, image-to-image, template and e‑commerce 'suit' flows against api.shortart.ai and only asks for SHORTART_API_KEY.
Instruction Scope
Runtime instructions are narrowly scoped to generating, polling, uploading, listing templates and downloading images. They reference only shipped assets (assets/keywords.json) and local image paths/BASE64 inputs which are expected for this functionality.
Install Mechanism
No install spec or external archive downloads. It's a Python-based skill that requires the requests library; code is included in the bundle (no remote code fetches), so install risk is low.
Credentials
Only SHORTART_API_KEY is required and declared as the primary credential. That is appropriate for a hosted image-generation API client. No unrelated secrets or system config paths are requested.
Persistence & Privilege
always is false and the skill does not request system-wide or other-skills configuration changes. It writes downloaded images to the user's Downloads directory (expected behavior).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install shortart-image-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /shortart-image-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.9
No changes detected in this version. - No file changes were made in version 1.0.9.
v1.0.8
- Added homepage, compatibility, and metadata fields for improved discoverability and integration. - No changes to code or functionality. - Skill documentation remains unchanged except for metadata enhancements at the top of SKILL.md.
v1.0.7
- Removed explicit dependency and compatibility metadata from SKILL.md for a simpler configuration. - No changes to features or functionality; update affects documentation only.
v1.0.6
- No code or documentation changes in this release. - Version bump only; no new features or bug fixes included. - Functionality and configuration remain unchanged.
v1.0.5
Version 1.0.4 of shortart-image-generator - No file changes detected in this version. - Documentation, configuration, and usage instructions remain unchanged. - Functionality and supported modes for image generation are consistent with previous version.
v1.0.4
- Added a detailed README.md with setup and usage instructions. - Updated SKILL.md to include an important note about applying environment variable changes (restart terminal or source your shell config). - No code changes; documentation improvements only.
v1.0.3
- No code or documentation changes detected in this version. - Functionality and documentation remain unchanged from previous release.
v1.0.2
- Skill metadata updated to clearly specify SHORTART_API_KEY as a required credential. - Added explicit dependency list for Python version (>=3.7) and requests library. - Brief usage requirement for the API key added to the skill description. - No code or logic changes; documentation and metadata improvements only.
v1.0.1
- Removed README.md file from the project. - Updated SKILL.md to clarify setup instructions and environment requirements. - Improved description and compatibility details in SKILL.md. - Minor refinements to usage triggers and documentation text.
v1.0.0
ShortArt Image Generator 1.0.0 – Initial Release - Unified interface for generating images using ShortArt AI with three specialized modes: general artwork, e-commerce suit images, and template-based image creation. - Supports text-to-image, image-to-image, and template image generation, with robust intent recognition based on user triggers in English and Chinese. - Simple authentication setup via API key in shell environment or OpenClaw config. - Includes workflow documentation for each mode and quick start instructions for setup and execution.
元数据
Slug shortart-image-generator
版本 1.0.9
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 10
常见问题

shortart image generator 图片 生成 是什么?

Generate images using ShortArt AI platform with three modes: (1) Text-to-image and image-to-image generation for general artwork creation, (2) E-commerce sui... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 211 次。

如何安装 shortart image generator 图片 生成?

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

shortart image generator 图片 生成 是免费的吗?

是的,shortart image generator 图片 生成 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

shortart image generator 图片 生成 支持哪些平台?

shortart image generator 图片 生成 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 shortart image generator 图片 生成?

由 Heather S Brooker(@yige666s)开发并维护,当前版本 v1.0.9。

💬 留言讨论