Well-crafted, single-purpose skills for Claude Code / agents.
为 Claude Code / Agent 打造的、专注而精炼的技能集。
A collection of Agent Skills — small, self-contained capabilities you drop into
Claude Code (~/.claude/skills/) to teach it one specific, repeatable job. Each skill
is a single repo: a SKILL.md plus the scripts it needs, no runtime lock-in.
一组 Agent Skills:每个都是可直接放进 Claude Code(~/.claude/skills/)、自包含的小能力,教会 Claude 干一件具体且可复用的事。一个 skill = 一个仓库,只有 SKILL.md + 所需脚本,不绑定任何运行时。
| Skill | What it does · 做什么 | Stack |
|---|---|---|
cyh-field-graphosint-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-skillbrowser-skill |
Drive your real logged-in browser — login-gated scraping, page interaction, multi-session isolation, humanized input, network interception, structured site adapters. 直连你已登录的真实浏览器:登录后抓取、页面交互、多会话隔离、拟人输入、网络拦截、结构化站点适配器。 |
Node · CDP / Extension |
🚧 More skills on the way. · 更多技能陆续加入。
# Clone a skill into Claude Code's skills dir — folder name = the SKILL.md `name`
git clone https://github.com/cyh-skill/osint-field-graph ~/.claude/skills/cyh-field-graphThen just ask Claude Code in natural language; it auto-loads the matching skill when your request fits.
之后用自然语言向 Claude Code 提问即可 —— 命中时会自动加载对应 skill。
Public data only · 仅使用公开数据 · MIT Licensed · github.com/cyh-skill