‹ 返回总目录
图像生成 最近更新04-22

gpt-image-2

| 2026-08-01 收录

☆ 收藏
🛒 📚 AI提效实战指南 · 图解Skill🛒 📱 大流量手机卡 · 低月租📣 加入推广 · 佣金80-300/张 ›

🛍️ 更多精选好物 ›

📊 公开数据一览

📦 榜单安装量16.8K
⭐ GitHub Stars4
🗓️ 最近推送2026-04-22
🌱 项目创建2026-04-22
💻 语言 / LicensePython · MIT
🐛 开放Issue1

📝 工具简介

面向Pilio开发者API工作流的agent skills。

📖 怎么用

先安装依赖,用 `pnpm dlx skills add GargantuaX/openskills` 添加整个集合,或者只装这个技能:`pnpm dlx skills add https://github.com/GargantuaX/openskills --skill gpt-image-2`。装好后,在支持技能感知的编码代理(如 Codex、Claude、Cursor)里,直接查看 `skills/gpt-image-2/SKILL.md` 文件了解用法。这个技能是自包含的,一个文件夹就是一个能力包,里面有脚本和参考文档,按 SKILL.md 里的指引调用就行。README未说明具体初始化步骤。

📋 迷你测评

面向Pilio开发者API工作流的图像生成技能。亮点是直接嵌入agent流程,省去手动调接口。简介未提具体参数,数据点略。

📄 README 要点

openskills是个精选的代理技能合集,每个技能都是自包含的,一个文件夹加一个SKILL.md入口,配上脚本和参考资料就能干活。支持Codex、Claude、Cursor这类技能感知的编程代理。仓库有两种用法:一是当合集整体安装,让代理自动发现所有技能;二是只装单个子技能,比如nanobanana或gpt-image-2。目录结构跟obra/superpowers那类仓库一致,一个仓库发布多个可独立安装的技能。适合想灵活挑选技能、按需安装的开发者。

查看英文原文
openskills A curated collection of agent skills — reusable capability packs that plug into skill aware coding agents like Codex, Claude, and Cursor. Each skill is self contained: one folder, one SKILL.md entry point, plus the scripts and references needed to do the job well. This repository is a multi skill collection . The discovery convention is: [安装/使用命令见下方] That is the same collection layout used by repositories such as obra/superpowers , where one repo publishes multiple independently installable skills. How This Collection Works You can treat this repository in two ways: 1. As a collection : install GargantuaX/openskills and let your agent discover any bundled skill. 2. As a package of individual skills : install only the one sub skill you want, such as nanobanana or gpt image 2 . In other words, the repository itself is the distribution unit, while each skills/ / directory is an installable skill unit. What is a skill? A skill is a small, versioned folder that teaches an agent how to perform a specific task reliably: SKILL.md — the agent facing manual: triggers, workflow, rules, examples. scripts/ — deterministic code the agent can execute instead of re deriving logic. references/ — deep docs loaded on demand. agents/ — optional runtime specific registration files (e.g. Codex YAML). Skills follow the skill creator conventions: concise frontmatter ( name + description ), imperative workflow, one source of truth per topic. Skills in this repo Skill Description gpt image 2 Full OpenAI compatible GPT Image 2 coverage: text to image, mask edits, multi image batches, streaming, partial images, and the Responses image generation tool. nanobanana Gemini native Nano Banana coverage for Nano Banana, Nano Banana 2, and Nano Banana Pro with custom endpoint support, dry runs, batch generation, and multi reference edits. Repository layout [安装/使用命令见下方] Using a skill Most skills are designed to be consumed two ways: 1. By an agent — install either the full collection or a si

💬 评论(0)

交流使用体验、避坑建议;违规内容将被删除

💬 意见反馈 / 联系客服

数据来源:skills.sh 榜单 + GitHub 公开数据,非人工实测,仅供参考