← Back to Skills Marketplace
isdyh01

Al Image Generation

by ShortAPl · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ Security Clean
317
Downloads
3
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install shortapi-ai-image-generation
Description
Use this skill as an entry point to discover, select, and fetch specific integration parameters for all supported AI image generation models.
Usage Guidance
This skill appears to do what it says: it helps discover model-specific schemas on ShortAPI and submit image-generation jobs using your SHORTAPI_KEY. Before installing, consider the following: (1) confirm you trust shortapi.ai and that the key you provide has only the minimal permissions you need, because the key will be sent as a Bearer token to ShortAPI endpoints; (2) note the SKILL.md is truncated in the package — ask the publisher for the full instructions so you can verify there are no additional behaviors; (3) the documentation asks the agent to fetch Markdown schemas from a second hostname (shortapi.ai) even though the security section claims only api.shortapi.ai is contacted — ask the author to resolve this inconsistency; (4) remote Markdown parsing is required by the skill and could expose the agent to unexpected content, so ensure any agent behavior that executes or interprets fetched content is sandboxed or validated; and (5) consider treating the SHORTAPI_KEY as sensitive (store in a secret manager, scope the key) and test with a non-production key first.
Capability Analysis
Type: OpenClaw Skill Name: shortapi-ai-image-generation Version: 1.0.3 The skill bundle is a standard API integration for the ShortAPI image generation service. It provides structured instructions for the agent to discover model parameters via dynamic schema fetching from 'shortapi.ai', execute generation jobs, and poll for results. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the instructions are focused on ensuring API compatibility and improving user experience through background polling and inline media rendering.
Capability Assessment
Purpose & Capability
The skill claims to be a ShortAPI image-model integration helper and the declared requirement (SHORTAPI_KEY) and endpoints (shortapi.ai / api.shortapi.ai) align with that purpose. No unrelated binaries, installs, or extra credentials are requested.
Instruction Scope
Most runtime instructions stay within the stated purpose (fetch model schema, build payload, POST to api.shortapi.ai). However: (1) the SKILL.md's 'Endpoint Isolation' claim (only contact https://api.shortapi.ai) contradicts Step 1 which requires GET requests to https://shortapi.ai/api/skill/<model_id> (different hostname). (2) The SKILL.md provided to the evaluator is truncated (ends with 'DO NOT ask for or …[truncated]'), leaving the final required behavior unspecified. (3) The skill requires the agent to fetch and parse remote Markdown schema documents — this is expected for the feature but is a runtime source of untrusted input (a vector for malformed or hostile content) and should be handled carefully.
Install Mechanism
Instruction-only skill with no install spec and no code files, so nothing is written to disk or automatically installed by the skill package itself.
Credentials
Only SHORTAPI_KEY is required, which is proportionate to a service integrator. Minor metadata inconsistency: the registry metadata reported 'primary credential: none' even though SHORTAPI_KEY is the central credential for operation — the skill metadata should mark SHORTAPI_KEY as the primary credential to avoid confusion. The SKILL.md also states the key must never be leaked to callbacks; that's appropriate but not enforceable by metadata alone.
Persistence & Privilege
always:false, no installs, and no requests to modify other skills or system config. The skill does allow normal autonomous invocation (platform default) but does not request elevated persistent presence.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install shortapi-ai-image-generation
  3. After installation, invoke the skill by name or use /shortapi-ai-image-generation
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
- Added a mandatory check requiring users to provide a valid SHORTAPI_KEY before using the skill. - Updated CRITICAL BEHAVIOR section to clarify that only SHORTAPI_KEY from shortapi.ai is accepted; no other API keys are valid. - Instructed users to obtain their key from https://shortapi.ai if missing. - Enhanced authentication flow requirements and agent guidance for improved security and usability.
v1.0.2
- Added a new "Security & Privacy Compliance" section outlining endpoint usage, callback restrictions, and credential safety. - Clarified JSON payload formatting in code examples (indentation, consistency). - No changes to integration logic or model support. - All core usage instructions and available model lists remain unchanged.
v1.0.1
- Added Openclaw-style metadata to the skill, specifying required environment variable (SHORTAPI_KEY) and homepage. - No other functional or content changes made to the skill documentation or logic.
v1.0.0
Initial release of the ShortApi Image Models Aggregation Skill. - Enables discovery and selection of all supported AI image generation models on the ShortAPI platform. - Provides clear instructions for fetching model-specific integration parameters and schemas. - Lists and describes all available model IDs for text-to-image, image-to-image, and editing tasks. - Enforces strict step-by-step usage guidelines: always fetch the model schema before constructing requests; do not guess parameters. - Details mandatory background polling, user notification, and inline content rendering for generation results.
Metadata
Slug shortapi-ai-image-generation
Version 1.0.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Al Image Generation?

Use this skill as an entry point to discover, select, and fetch specific integration parameters for all supported AI image generation models. It is an AI Agent Skill for Claude Code / OpenClaw, with 317 downloads so far.

How do I install Al Image Generation?

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

Is Al Image Generation free?

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

Which platforms does Al Image Generation support?

Al Image Generation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Al Image Generation?

It is built and maintained by ShortAPl (@isdyh01); the current version is v1.0.3.

💬 Comments