← Back to Skills Marketplace
GlucoDNA 广告图生成器
by
jiangyisheng9-bot
· GitHub ↗
· v1.1.0
· MIT-0
45
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install glucodna-ad-generator
Description
Generate 1024x1024 Chinese GlucoDNA kidney protection ads with product images using Gemini API and product info.
README (SKILL.md)
GlucoDNA 广告图生成器
生成 GlucoDNA 基因护肾的中文广告图片,包含产品图。
触发词
- "生成GlucoDNA广告"
- "GlucoDNA 广告图"
- "glucodna ad"
前置依赖
- Gemini API Key(配置于 TOOLS.md 或环境变量)
- Python 包:
pip install google-genai requests
工作流
- 读取
knowledge/products/GlucoDNA.md获取产品信息 - 用 Gemini 3 Pro 生成 1024×1024 广告图
- 保存到桌面
关键代码
python3 workspace/skills/glucodna-ad-skill/generate.py
Usage Guidance
Before installing, use a dedicated Gemini API key with limits, install dependencies in a virtual environment, and avoid adding private customer or business data to prompts. The script itself is small and purpose-aligned, but verify the health claims and testimonial permissions before publishing any generated ad.
Capability Analysis
Type: OpenClaw Skill
Name: glucodna-ad-generator
Version: 1.1.0
The skill is designed to generate marketing images for a kidney health supplement using the Gemini API. The Python script `generate.py` retrieves a product image from a legitimate domain (hk3.com.my) and uses a hardcoded prompt to generate an advertisement. While the script attempts to extract an API key from a local `TOOLS.md` file, this behavior is explicitly documented in `SKILL.md` and aligns with standard configuration patterns for this agent framework. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
Capability Tags
Capability Assessment
Purpose & Capability
The artifacts are coherent with an ad-image generator: the script downloads a product image, calls Gemini, and writes an image file. One minor mismatch is that SKILL.md says it reads knowledge/products/GlucoDNA.md, while generate.py uses a hard-coded prompt instead.
Instruction Scope
Instructions are trigger-based and task-scoped; no prompt overrides, autonomous persistence, hidden stopping-condition changes, or destructive workflows are shown.
Install Mechanism
There is no install spec, but SKILL.md asks the user to install unpinned Python packages with pip, which is expected for this kind of script but should be done in a controlled environment.
Credentials
Network use is proportionate to the stated purpose: it downloads a public product image and calls the Gemini API. The default output is a Desktop PNG, and there is no broad local file scanning.
Persistence & Privilege
The script uses a Gemini API key from TOOLS.md or GEMINI_API_KEY and saves an output file, but it does not create background services, scheduled jobs, or persistent autonomous behavior.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install glucodna-ad-generator - After installation, invoke the skill by name or use
/glucodna-ad-generator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
修复:产品图URL更新为高清原图版
v1.0.0
初始版本:生成 GlucoDNA 基因护肾广告图,含产品图嵌入 + 知识库
Metadata
Frequently Asked Questions
What is GlucoDNA 广告图生成器?
Generate 1024x1024 Chinese GlucoDNA kidney protection ads with product images using Gemini API and product info. It is an AI Agent Skill for Claude Code / OpenClaw, with 45 downloads so far.
How do I install GlucoDNA 广告图生成器?
Run "/install glucodna-ad-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is GlucoDNA 广告图生成器 free?
Yes, GlucoDNA 广告图生成器 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does GlucoDNA 广告图生成器 support?
GlucoDNA 广告图生成器 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created GlucoDNA 广告图生成器?
It is built and maintained by jiangyisheng9-bot (@jiangyisheng9-bot); the current version is v1.1.0.
More Skills