← 返回 Skills 市场
hulebaji

Showmeai

作者 hulebaji · GitHub ↗ · v0.1.4 · MIT-0
cross-platform ✓ 安全检测通过
275
总下载
1
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install showmeai
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /showmeai 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug showmeai
版本 0.1.4
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 4
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 275 次。

如何安装 Showmeai?

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

Showmeai 是免费的吗?

是的,Showmeai 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Showmeai 支持哪些平台?

Showmeai 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Showmeai?

由 hulebaji(@hulebaji)开发并维护,当前版本 v0.1.4。

💬 留言讨论