by yaojingang
An open-source Skill collection for GEO content and workflows, continuously updated.
# Add to your Claude Code skills
git clone https://github.com/yaojingang/yao-geo-skillsGuides for using ai agents skills like yao-geo-skills.
Last scanned: 5/28/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-28T07:58:17.659Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}yao-geo-skills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by yaojingang. An open-source Skill collection for GEO content and workflows, continuously updated. It has 635 GitHub stars.
Yes. yao-geo-skills passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/yaojingang/yao-geo-skills" and add it to your Claude Code skills directory (see the Installation section above).
yao-geo-skills is primarily written in HTML. It is open-source under yaojingang 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 yao-geo-skills against similar tools.
No comments yet. Be the first to share your thoughts!
面向 GEO(Generative Engine Optimization)工作流的开源 Skill 仓库。
英文说明文档: 英文版 README
可视化导航页: index.html
说明:
本仓库里的 GEO 指生成式引擎优化,不是地理信息或地图相关工具。
当前仓库包含 21 个 GEO 相关 skill,覆盖战略诊断、页面技术、内容生产、知识资产、监测归因、研究拓词和 GEOFlow 运营。
| 分类 | 数量 | 代表场景 |
|---|---|---|
geo-operations |
3 | GEOFlow CLI 操作、模板映射、Laravel Blade 主题编辑 |
geo-strategy |
2 | GEO 全景诊断、30/60/90 天执行路线图 |
geo-page-technical |
2 | 页面 GEO 诊断、GEO 友好页面蓝图 |
geo-content-production |
6 | 标题、科普、对比、文章 AI 友好化、旧文改造、榜单评测 |
geo-knowledge-assets |
2 | 品牌知识图谱、品牌知识库和事实卡 |
geo-measurement |
5 | GEO 归因追踪、AI 答案监测月报、DeepSeek 重复采样、豆包 App/Web 重复采样、ChatGPT AI Search 采样概率报告 |
geo-research |
1 | AI 搜索问题集、意图簇和监测 Prompt |
每个正式 skill 至少包含:
SKILL.md:Agent 调用入口和执行边界manifest.json:公开元信息templates/brief-template.md:输入简报模板evals/trigger_cases.json 与 evals/expected_artifacts.json:触发和产物校验docs/skills/<skill-id>.md:适合 GitHub 用户阅读的说明页可运行仓库校验:
python3 scripts/validate_repository.py
yao-geo-skills 用来沉淀一批可复用、可验证、可开源分享的 GEO Skill。
这里关注的不是零散 prompt,而是完整的执行资产:
SKILL.mdagents/interface.yaml这个仓库适合沉淀以下类型的能力:
如果一句话概括,这个仓库的目标是: 把 GEO 相关的重复工作,整理成团队可以长期复用的 Skill 包。
references/、scripts/、evals/ 中,而不是堆在一个超长 prompt 里。适合:
不适合:
本仓库的组织逻辑很简单:
skills/ 存技能包本体。docs/skills/ 存更适合人读的说明页。registry/skills.json 记录仓库内 skill 清单。shared/ 存共享模板、schema、约定。scripts/validate_repository.py 负责做仓库级结构校验。对外展示时,这个仓库优先传达三件事:
git clonegit clone https://github.com/yaojingang/yao-geo-skills.git
cd yao-geo-skills
在 GitHub 仓库页面点击:
Code -> Download ZIP
git clone --filter=blob:none --no-checkout https://github.com/yaojingang/yao-geo-skills.git
cd yao-geo-skills
git sparse-checkout init --cone
git sparse-checkout set skills/yao-geo-tracking docs/skills/yao-geo-tracking.md
git checkout main
直接打开对应 skill 目录,在 GitHub 页面按需下载文件:
当前 catalog 按工作类型分成 operations / strategy / page-technical / content-production / knowledge-assets / measurement / research,方便快速判断一个 skill 是偏执行、偏战略诊断、偏页面技术、偏内容生产、偏知识资产、偏监测,还是偏研究。
operationsstrategypage-technical