← Back to Skills Marketplace
268
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install skill-image-gen
Description
免费AI图片生成工具,使用Gitee AI API生成图片,支持本地保存和腾讯云COS上传。适用于需要免费图片生成的场景。
Usage Guidance
This skill's code implements what it claims (Gitee AI image generation + optional Tencent COS upload). Before installing: 1) Be aware you will need to provide your Gitee API key (and optionally COS SecretId/SecretKey) — these are stored under ~/.openclaw/skills/config/skill-image-gen/config.json. 2) The registry metadata did not declare these required credentials — verify you trust the skill source before entering secrets. 3) If you plan to let an AI agent provide the API key via dialog, remember the agent will be able to save that secret to disk. 4) Consider running the code in an isolated environment or review the small Python modules (they are included) to confirm no unwanted network endpoints. 5) If you don't need COS, leave COS disabled to avoid uploading credentials. If you want higher assurance, ask the author to update registry metadata to declare GITEE_API_KEY (and optional COS vars) and to fix the minor naming inconsistencies in docs (free-image-gen vs skill-image-gen).
Capability Analysis
Type: OpenClaw Skill
Name: skill-image-gen
Version: 1.0.0
The skill bundle is a legitimate tool for generating images using the Gitee AI API with optional support for Tencent Cloud COS storage. The code in scripts/config.py and scripts/gitee_api.py follows standard practices for API integration and configuration management, storing keys in expected local directories (~/.openclaw/). There is no evidence of data exfiltration, malicious execution, or harmful prompt injection instructions.
Capability Assessment
Purpose & Capability
Code and SKILL.md implement an AI image generator using Gitee AI and optional Tencent COS upload — this matches the name/description. However, the registry metadata lists no required environment variables or primary credential even though the skill clearly requires a Gitee API key (and optional COS secrets). That omission is an incoherence between provided metadata and actual needs.
Instruction Scope
Runtime instructions and code stay within the expected scope: they call the Gitee AI endpoint, save images locally, and optionally upload to COS. The agent/CLI is instructed to collect and save API keys; no instructions attempt to read unrelated system data or contact unexpected endpoints.
Install Mechanism
This is an instruction+code skill with no install spec. Dependencies are installed via pip from requirements.txt (requests, Pillow, optional cos SDK) — standard and proportional for the task. No downloads from arbitrary URLs or archive extraction are present.
Credentials
The skill legitimately needs a Gitee API key and optionally COS secret_id/secret_key/region/bucket. Those secrets are requested and persisted to a config file in the user's home. The registry metadata, however, declares no required env vars or primary credential — a mismatch. Also note the skill will accept credentials via interactive input, environment variables, or agent-provided dialog and will write them to ~/.openclaw/skills/config/... which means secrets are stored on disk.
Persistence & Privilege
The skill is not always-enabled and doesn't request elevated system privileges. It does write configuration (including secrets) to the user's home (~/.openclaw/skills/config/skill-image-gen/config.json) — expected for this functionality but worth awareness. Autonomous invocation is allowed by default (platform default), which means an agent could call update_config() to save credentials if given them.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skill-image-gen - After installation, invoke the skill by name or use
/skill-image-gen - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of skill-image-gen:
- 免费 AI 图片生成工具,基于 Gitee AI API
- 支持多模型、图片本地保存和腾讯云 COS 上传
- 提供灵活的配置方式(交互式、对话、环境变量、手动)
- 命令行和模块两种用法
- 推荐独立配置文件存放,支持多种查找优先级
- 部署和依赖说明,以及常见问题解答
Metadata
Frequently Asked Questions
What is Skill Image Gen?
免费AI图片生成工具,使用Gitee AI API生成图片,支持本地保存和腾讯云COS上传。适用于需要免费图片生成的场景。 It is an AI Agent Skill for Claude Code / OpenClaw, with 268 downloads so far.
How do I install Skill Image Gen?
Run "/install skill-image-gen" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skill Image Gen free?
Yes, Skill Image Gen is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skill Image Gen support?
Skill Image Gen is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skill Image Gen?
It is built and maintained by wezn (@weznai); the current version is v1.0.0.
More Skills