← 返回 Skills 市场
lirule007

pony-image

作者 lirule007 · GitHub ↗ · v1.2.0
cross-platform ✓ 安全检测通过
477
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install pony-image
功能描述
AI 商业图片生成工具,支持单图生成、风格复刻、套图生成三大能力
安全使用建议
这个技能本身在目的和要求上内部一致:它会把你写的 prompt 和你上传的参考/产品图片(URL 或 Base64)POST 到一个固定的 Supabase 函数端点,并返回 Base64 格式的生成图片。你在决定是否安装/使用前应考虑: - 该 BASE_URL(vecarpahagopuqbwxbjh.supabase.co)不是公共知名厂商域名,而是某个 Supabase 项目,意味着你将把数据发送到第三方后端;只在你信任该后端或已核实所有者时使用。 - 提供的 PONY_SUPABASE_ANON_KEY 为调用凭证:anon key 权限通常受限,但若该 Supabase 项目错误配置,key 仍可能用于读取/写入数据;避免将高敏感或受版权保护的图片/机密信息上传。 - 如果你管理自己的数据隐私,最好自行部署同类服务(创建自己的 Supabase 项目并替换 BASE_URL 和 anon key),或要求提供方出示来源/隐私声明和代码/托管仓库以便审查。 - 若担心滥用,可在使用时监控网络请求、为该 key 设置短期/可撤销凭证,并在不使用时撤销或更换它。 总体:功能上一致且实现方式透明,但风险来自后端信任和数据外发——在信任后端前不要上传敏感内容。
功能分析
Type: OpenClaw Skill Name: pony-image Version: 1.2.0 The skill bundle is designed for AI image generation, requiring a Supabase API key (`PONY_SUPABASE_ANON_KEY`) for authentication. All network requests are directed to a single, hardcoded Supabase endpoint (`https://vecarpahagopuqbwxbjh.supabase.co/functions/v1`) via standard `curl` commands. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the OpenClaw agent within the `SKILL.md` instructions. The instructions are purely functional, guiding the agent on how to interact with the image generation API.
能力评估
Purpose & Capability
技能名/描述是图片生成(单图/风格复刻/套图),所需的唯一环境变量是 PONY_SUPABASE_ANON_KEY,SKILL.md 的所有示例请求都调用同一 BASE_URL 的 Supabase 函数端点,所请求的权限与功能一致。
Instruction Scope
运行时说明只要求将 prompt 和参考/产品图(URL 或 Base64)POST 到技能内定的 Supabase 函数端点并返回 Base64 图像;没有指示读取本地敏感配置或其它环境变量。但说明隐含会把用户上传的图片/描述传到第三方后端(固定的 BASE_URL),这会导致数据外发——功能内可预见但值得用户注意。
Install Mechanism
无安装脚本、无代码文件,纯说明文档——不会在本地写入或执行下载代码,安装面向风险最低的“instruction-only”类型。
Credentials
仅请求一个环境变量 PONY_SUPABASE_ANON_KEY,并将其用作 Authorization header。就功能而言这是合理的(用于调用 Supabase edge functions)。注意:Supabase anon key 通常权限受限但若项目配置不当可能泄露更多能力;此密钥与技能固定的 BASE_URL 绑定,泄露会让能调用该项目函数的主体伪装请求。
Persistence & Privilege
技能不是 always:true,且无安装步骤或修改其他技能/系统配置的指示;默认的自主调用能力未和其它高权限设置结合出现,因此不存在额外持久特权。
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pony-image
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pony-image 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
pony-image v1.0.0 - Initial release of pony-image skill. - Provides AI-powered image generation with three main features: single image generation, style replication, and batch suite (themed set) generation. - API authentication via SUPABASE_ANON_KEY required. - Supports multiple styles and aspect ratio presets. - Includes error handling and common troubleshooting guidance.
v1.1.2
**Skill pony-image 1.0.1 Changelog** - Major documentation update: SKILL.md rewritten for clarity and easier onboarding. - Added a quickstart decision tree and scene-based user guides for every use case. - Introduced style and ratio presets tables for easier parameter selection. - Expanded troubleshooting and FAQ with common errors and solutions. - Highlighted authentication requirements and example flows for all features. - Model/resolution compatibility clarified; 2K/4K now indicated as Pro model only.
v1.1.1
**Skill pony-image 1.0.1 Changelog** - Major documentation update: SKILL.md rewritten for clarity and easier onboarding. - Added a quickstart decision tree and scene-based user guides for every use case. - Introduced style and ratio presets tables for easier parameter selection. - Expanded troubleshooting and FAQ with common errors and solutions. - Highlighted authentication requirements and example flows for all features. - Model/resolution compatibility clarified; 2K/4K now indicated as Pro model only.
v1.0.0
Initial release of pony-image skill, providing REST APIs for image generation, suite planning, and style replication. - Supports three main features: single image generation, suite image design with consistency, and image style replication. - Exposes standard REST endpoints via Supabase Edge Functions, compatible with Open Claw and similar platforms. - Offers customizable parameters for style, ratio, model selection, and advanced prompt enhancement. - Implements robust error handling, retry logic, and support for multiple AI models. - Results are saved to a dedicated Supabase table for persistence and later retrieval. - Includes sample API usage, limitations, and best practices for integration.
元数据
Slug pony-image
版本 1.2.0
许可证
累计安装 0
当前安装数 0
历史版本数 4
常见问题

pony-image 是什么?

AI 商业图片生成工具,支持单图生成、风格复刻、套图生成三大能力. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 477 次。

如何安装 pony-image?

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

pony-image 是免费的吗?

是的,pony-image 完全免费(开源免费),可自由下载、安装和使用。

pony-image 支持哪些平台?

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

谁开发了 pony-image?

由 lirule007(@lirule007)开发并维护,当前版本 v1.2.0。

💬 留言讨论