← Back to Skills Marketplace
275
Downloads
1
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install showmeai
Description
Generate images, videos, and 3D models via Showmeai API. Image gen uses OpenAI-compatible Images API (nano-banana and gpt-image models). Video gen uses Seeda...
Usage Guidance
This skill appears coherent for generating images, videos, and 3D models via the Showmeai API. Before installing, consider: (1) it requires a Showmeai API key and base URL—these credentials will be sent to an external service, so only use a key you trust; (2) any local images you pass (or URLs you reference) are uploaded or embedded (base64) in requests—don’t send sensitive images you don’t want transmitted; (3) saved files go under ~/.openclaw/media or ~/.openclaw/oss or any out-dir you specify—check filesystem permissions; (4) SKILL.md mentions ~/.openclaw/openclaw.json but the scripts read environment variables only, so ensure Showmeai_API_KEY and Showmeai_BASE_URL are actually exported in your environment; (5) network access is required. If you are comfortable with those tradeoffs and trust the Showmeai service, the bundle is consistent with its stated purpose.
Capability Analysis
Type: OpenClaw Skill
Name: showmeai
Version: 0.1.4
The Showmeai skill bundle provides a set of Python scripts (gen.py, video_gen.py, image_to_3d.py) designed to interact with the Showmeai API for generating images, videos, and 3D models. The code uses standard Python libraries like urllib for network requests and handles API keys via environment variables. The behavior is consistent with the documentation in SKILL.md and README.md, with no evidence of data exfiltration, malicious execution, or prompt injection attacks.
Capability Assessment
Purpose & Capability
Name/description match the actual behavior: scripts call Showmeai endpoints for images (/images/*), video (Seedance task endpoint), and image-to-3D tasks. Requested env vars (Showmeai_API_KEY, Showmeai_BASE_URL) and required binary (python3) are appropriate and proportional.
Instruction Scope
SKILL.md instructs running the included Python scripts which only read the declared env vars and media files. Scripts will upload local images (or embed them as base64) and may download remote images when a URL is supplied—this is expected for reference/edit/video workflows. Minor inconsistency: SKILL.md suggests config via ~/.openclaw/openclaw.json or .env, but the scripts only read environment variables (they do not parse openclaw.json), so the user/installer must ensure env vars are set.
Install Mechanism
No install spec; this is an instruction + script bundle that runs with the system python. There are no downloads from third-party URLs or package managers during install, so disk-write/remote-install risk is low.
Credentials
Only Showmeai_API_KEY and Showmeai_BASE_URL are required and declared; they are justified by the skill's operation. The primary credential is Showmeai_API_KEY. The scripts do not request other unrelated secrets or config paths.
Persistence & Privilege
The skill is not forced-always, does not modify other skills or system settings, and only writes media to user-level directories (~/.openclaw/media or ~/.openclaw/oss) when saving. Autonomous invocation is allowed (platform default) but not combined with other concerning flags.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install showmeai - After installation, invoke the skill by name or use
/showmeai - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.4
**Added support for 2D image to 3D model conversion.**
- New script: `scripts/image_to_3d.py` enables generation of 3D models from 2D images using Showmeai API.
- Updated documentation and skill description to include 3D capability and usage examples.
- Expanded video generation command-line options for more resolution, ratio, and generation control.
- README, SKILL.md, and documentation now cover new supported 3D models and configuration details.
v0.1.3
- Added a Chinese README file (README.zh-CN.md).
- Updated documentation in README.md and SKILL.md for clarity and completeness.
- Made minor improvements to scripts/video_gen.py.
- Removed the emoji from the SKILL metadata for consistency.
v0.1.2
Showmeai 0.1.2 adds video generation support.
- Added video generation via Seedance API using the new scripts/video_gen.py script.
- Expanded documentation and usage options to include video prompt parameters, draft mode, and saving behavior for videos.
- Updated SKILL.md and README.md to describe video capabilities and new command-line flags.
- Image generation remains as before; models and options are unchanged.
v0.1.1
Showmeai v0.1.1 brings a versatile image generation tool via the Showmeai API.
- Supports nano-banana and gpt-image model series, including high-resolution options.
- Default model is nano-banana-pro, returning image URLs (no local save by default).
- New save options: use --save, --oss, or --out-dir to control where images are stored.
- Easily set aspect ratio, image count, and custom prompts via command-line options.
- Configuration via environment variables or config files for API key and endpoint.
Metadata
Frequently Asked Questions
What is Showmeai?
Generate images, videos, and 3D models via Showmeai API. Image gen uses OpenAI-compatible Images API (nano-banana and gpt-image models). Video gen uses Seeda... It is an AI Agent Skill for Claude Code / OpenClaw, with 275 downloads so far.
How do I install Showmeai?
Run "/install showmeai" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Showmeai free?
Yes, Showmeai is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Showmeai support?
Showmeai is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Showmeai?
It is built and maintained by hulebaji (@hulebaji); the current version is v0.1.4.
More Skills