← Back to Skills Marketplace
yige666s

shortart image generator 图片 生成

by Heather S Brooker · GitHub ↗ · v1.0.9 · MIT-0
cross-platform ✓ Security Clean
211
Downloads
0
Stars
0
Active Installs
10
Versions
Install in OpenClaw
/install shortart-image-generator
Description
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...
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install shortart-image-generator
  3. After installation, invoke the skill by name or use /shortart-image-generator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug shortart-image-generator
Version 1.0.9
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 10
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 211 downloads so far.

How do I install shortart image generator 图片 生成?

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

Is shortart image generator 图片 生成 free?

Yes, shortart image generator 图片 生成 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does shortart image generator 图片 生成 support?

shortart image generator 图片 生成 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created shortart image generator 图片 生成?

It is built and maintained by Heather S Brooker (@yige666s); the current version is v1.0.9.

💬 Comments