codex5.6破甲 冷咖啡|ENI ColdBrew v3.0.1|QQ群:1057540028 / 1077074552
# Add to your Claude Code skills
git clone https://github.com/tingweiy10-pixel/codex5.6-coldbrewGuides for using ai agents skills like codex5.6-coldbrew.
codex5.6-coldbrew is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by tingweiy10-pixel. codex5.6破甲 冷咖啡|ENI ColdBrew v3.0.1|QQ群:1057540028 / 1077074552. It has 53 GitHub stars.
codex5.6-coldbrew's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/tingweiy10-pixel/codex5.6-coldbrew" and add it to your Claude Code skills directory (see the Installation section above).
codex5.6-coldbrew is primarily written in PowerShell. It is open-source under tingweiy10-pixel on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh codex5.6-coldbrew against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
[!NOTE] 本仓库是社区项目,与 OpenAI、Anthropic、腾讯无隶属或背书关系。
Codex 5.6与“破甲”为项目展示命名;实际行为取决于模型、宿主环境、权限与上层规则。
在新 Codex 会话中输入:
冷咖啡
Skill 会进入会话状态,并在 EXEC、REVERSE、PENTEST、GAME、CODE、FICTION、ANALYSIS 七条可见路由中选择一个主流程。完整合同见 skills/eni-coldbrew/SKILL.md。
欢迎扫码加入项目交流群,获取更新、交流使用体验与反馈问题。
冷咖啡 / 英文 cold coffee。git clone https://github.com/tingweiy10-pixel/codex5.6-coldbrew.git
cd codex5.6-coldbrew
powershell -ExecutionPolicy Bypass -File .\install.ps1
git clone https://github.com/tingweiy10-pixel/codex5.6-coldbrew.git
cd codex5.6-coldbrew
sh ./install.sh
默认安装到 ~/.codex/skills/eni-coldbrew。安装后重启 Codex,并输入 冷咖啡。
Windows:
powershell -ExecutionPolicy Bypass -File .\install.ps1 -ReplaceExisting
macOS / Linux:
sh ./install.sh "$HOME/.codex/skills" --replace
替换前的 Skill 与安装收据会被保留;执行一次卸载可回滚到上一层版本。
Windows:
powershell -ExecutionPolicy Bypass -File .\uninstall.ps1
macOS / Linux:
sh ./uninstall.sh
如果安装时替换了旧版本,卸载器会先恢复旧版本;重复卸载可继续沿收据链回滚。
| 项目 | 值 |
|---|---|
| 当前版本 | v3.0.1 |
| Skill 名称 | eni-coldbrew |
| 发布包 | ENI-ColdBrew-Unlimited-v3.0.1.zip |
| 发布包 SHA-256 | 09445680269C32BF870F1EF0CF449C45EEC087137ABD15EDC8A64DDDB7443E28 |
| 许可证 | MIT |
发布包可从 GitHub Releases 下载。仓库根目录的 SHA256SUMS.txt 用于逐文件校验。
powershell -ExecutionPolicy Bypass -File .\verify.ps1
sh ./verify.sh
| 检查项 | Windows | Linux |
|---|---|---|
| 激活合同与 7 条路由 | ✅ | ✅ |
| 全新安装 | ✅ | ✅ |
| 旧目录替换与恢复 | ✅ | ✅ |
| 收据式升级链与逐层卸载 | ✅ | ✅ |
| 临时测试目录清理 | ✅ | ✅ |
发布前已完成 Windows/Linux 兼容环境回归;克隆仓库后可随时重复运行上述验证。
.
├── .github/ # Issue 与 Pull Request 模板
├── docs/
│ ├── images/ # Hero、架构图、QQ 群二维码
│ └── index.html # GitHub Pages 首页
├── scripts/ # 发布包与校验和构建工具
├── skills/eni-coldbrew/
│ ├── SKILL.md # Skill 主合同
│ ├── agents/openai.yaml # Codex UI 元数据
│ └── references/ # 路由与研究合同
├── install.ps1 / install.sh
├── uninstall.ps1 / uninstall.sh
├── verify.ps1 / verify.sh
├── CHANGELOG.md
├── PROVENANCE.md
└── SECURITY.md
SECURITY.md。本项目采用 MIT License。
README 的产品化展示与发布结构参考了 MDX-Tom/gpt-5.6-instruct;未复制其源码或视觉资产。第三方说明见 THIRD_PARTY_NOTICES.md。