Codex-first, single-purpose skills and tools compatible with Claude Code.
以 OpenAI Codex 为当前主平台,同时兼容 Claude Code 的专注技能与工具集。
A collection of Agent Skills — small, self-contained capabilities installed in
Codex's ~/.agents/skills/ directory or Claude Code's ~/.claude/skills/ directory.
Each skill is a single repo with SKILL.md, Codex metadata in agents/openai.yaml,
optional Claude plugin metadata, and the scripts it needs.
一组 Agent Skills:每个都是可安装到 Codex(~/.agents/skills/)或 Claude Code(~/.claude/skills/)的自包含小能力。一个 Skill = 一个仓库,包含共享的 SKILL.md、Codex 的 agents/openai.yaml、可选的 Claude 插件元数据与所需脚本。
| Skill | What it does · 做什么 | Stack |
|---|---|---|
cyh-field-graphcyh-field-graph |
Find the real core people of any field by mapping its endorsement graph (following-BFS + cross-source ranking) — not by follower count. 用背书图谱(关注 BFS + 跨源排名)找出某领域真正的核心人物,而非按粉丝数排名。 |
Shell · GitHub / OpenAlex |
cyh-browser-skillcyh-browser-skill |
Drive your real logged-in browser through an Agent Window, safe tab borrowing, semantic observation, and an Extension/CDP sidecar. 通过 Agent Window、安全标签借还、语义观察与 Extension/CDP 侧车,操作你已登录的真实浏览器。 |
Rust · CDP / Extension |
cyh-artifact-sharecyh-artifact-share |
Deploy an agent-created HTML artifact to your own Cloudflare Pages and get a reusable shareable link — one project, one slug per page, redeploy to update in place. 把 Agent 生成的 HTML 页面 / artifact 部署到你自己的 Cloudflare Pages,拿到可复用的分享链接:一个项目、每页一个 slug,重发同 slug 原地更新。 |
Shell · Cloudflare Pages / Wrangler |
cyh-flowcyh-flow |
Run Codex-first, Claude Code-compatible software-delivery workflows for planning, building, unattended convergence, read-only review, repairs, and persistent task pools — with strict authorization boundaries and host-aware orchestration. 以 Codex 为优先宿主,同时为 Claude Code 提供兼容入口,统一规划、实现、无人值守收敛、只读审查、修复与持久任务池;各宿主按自身可用的任务与 Agent 能力编排,并严格保留提交、推送、PR 和部署的授权边界。 |
Markdown · Codex / Claude Code · Multi-Agent |
🚧 More skills on the way. · 更多技能陆续加入。
| Tool | What it does · 做什么 | Stack |
|---|---|---|
Skill Managerskill-manager |
Native macOS manager for GitHub-backed Codex and Claude Code skills. Keep one central checkout, switch each skill between managed-direct and Lazy cold-library modes, migrate existing installs, and update repositories in the background. 原生 macOS Skill 管理器:以 GitHub 中央工作副本为唯一来源,同时管理 Codex 与 Claude Code,在托管直装与 Lazy 冷库之间切换、迁移现有安装并在后台更新仓库。 |
SwiftUI · SwiftPM · GitHub CLI |
# Codex — folder name = the SKILL.md `name`
git clone https://github.com/cyh-skill/field-graph ~/.agents/skills/cyh-field-graph
# Claude Code — compatible alternative
git clone https://github.com/cyh-skill/field-graph ~/.claude/skills/cyh-field-graphThen follow each skill's invocation policy. CYH Flow is explicit-only: use $cyh-flow <mode> ... in Codex, /cyh-flow <mode> ... as a standalone Claude Code Skill, or /cyh-flow:cyh-flow <mode> ... through its Claude Code plugin. Host-specific goal, task, and Agent facilities can support the workflow where available, while the repository ledger preserves durable state; similarly named host features are not claimed to have equivalent APIs or state models.
之后按各 Skill 的调用策略使用;CYH Flow 仅显式加载:Codex 使用 $cyh-flow <mode> ...,Claude Code 独立 Skill 使用 /cyh-flow <mode> ...,插件入口使用 /cyh-flow:cyh-flow <mode> ...。各宿主自身的 goal、任务与 Agent 能力可在可用时辅助流程,仓库台账负责保留持久状态;同名宿主能力不被宣称具有等价 API 或状态模型。
Scoped agent tooling · 按任务边界使用 · MIT License · github.com/cyh-skill