← Back to Skills Marketplace
125
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install oatda-generate-image
Description
Generate images from text descriptions using AI models through OATDA's unified API. Triggers when the user wants to generate, create, or produce AI images, a...
Usage Guidance
This skill appears coherent for calling OATDA's image API, but before installing: (1) verify you trust https://oatda.com and its published docs because your API key will be used there; (2) ensure your ~/.oatda/credentials.json is stored with appropriate filesystem permissions (it contains your API key); (3) prefer setting OATDA_API_KEY in the environment rather than leaving a long-lived key file if you have security concerns; (4) be aware that providing public URLs for file-type params exposes those files to the provider; and (5) confirm the endpoint domain matches official docs and that you’re comfortable with the service’s content and privacy policies.
Capability Analysis
Type: OpenClaw Skill
Name: oatda-generate-image
Version: 1.0.6
The skill is a standard implementation for interacting with the OATDA API to generate images. It correctly identifies its requirements (curl, jq, and an API key) and provides clear instructions for the agent to resolve the API key from environment variables or a local configuration file (~/.oatda/credentials.json). The behavior is consistent with the stated purpose, and it includes explicit security instructions for the agent to avoid leaking the full API key in logs or chat outputs.
Capability Assessment
Purpose & Capability
Name/description (image generation via OATDA) match the actual requirements: curl + jq for HTTP and JSON handling, an OATDA API key, and a credentials file for fallback. The listed model providers are plausible for a unified API proxy.
Instruction Scope
SKILL.md only instructs the agent to read the declared credentials file or env var, call OATDA endpoints to list models or generate images, and handle common HTTP errors. It does not direct reading unrelated paths or exfiltrating unrelated secrets.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest-risk install surface. It relies on standard system tools (curl, jq) already declared.
Credentials
Only one credential (OATDA_API_KEY) is required and declared as primary; the credentials file (~/.oatda/credentials.json) is explicitly listed and used as a fallback. No unrelated secrets or multiple service credentials are requested.
Persistence & Privilege
Skill is user-invocable, not always-enabled, and does not request persistent or elevated platform privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install oatda-generate-image - After installation, invoke the skill by name or use
/oatda-generate-image - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.6
Re-publish with config path declaration for trust scan refresh
v1.0.3
Declare credentials.json file access in manifest
v1.0.2
Declare OATDA_API_KEY credential in metadata for trust scan
v1.0.1
Restore concrete model IDs with fallback note
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is OATDA Generate Image?
Generate images from text descriptions using AI models through OATDA's unified API. Triggers when the user wants to generate, create, or produce AI images, a... It is an AI Agent Skill for Claude Code / OpenClaw, with 125 downloads so far.
How do I install OATDA Generate Image?
Run "/install oatda-generate-image" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OATDA Generate Image free?
Yes, OATDA Generate Image is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OATDA Generate Image support?
OATDA Generate Image is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OATDA Generate Image?
It is built and maintained by devcsde (@devcsde); the current version is v1.0.6.
More Skills