一个用于创建、改进和测试 Codex/OpenAI 风格技能的工作空间,目前包含一个本地的 SEO 审查技能及其支持文件。

Stars

12

7 天增长

暂无数据

Fork 数

0

开放 Issue

0

开源协议

MIT

最近更新

2026-07-10

AI 仓库情报摘要
FR-AI / ANALYSIS

为什么值得关注

它提供了一个实用且结构化的模板,用于为 Codex/OpenAI 构建专业化的技能,包含完整的 SEO 审计示例、评估框架和验证工具,且采用 MIT 许可证。

适合谁使用

  • 为 Codex/OpenAI 开发技能的开发者
  • 希望集成 AI 工作流的 SEO 专业人员
  • 构建可复用技能模块的 AI 工作流工程师
  • 管理代码库审计的技术内容团队

典型使用场景

  • 审计网站的技术 SEO 和元数据
  • 在发布前审查 Next.js 应用的 SEO 问题
  • 分析电子商务 HTML 的 SEO 和 AI 搜索准备情况
  • 从头创建和验证新的 Codex 技能

项目优势

  • 包含完整的 SEO 技能,配有检查清单、评估测试提示和辅助脚本
  • 清晰的仓库结构和添加新技能的指南
  • 提供验证和评估工具以确保技能质量
  • MIT 许可,允许自由使用和分发所含技能

使用前须知

  • 目前仅包含一个技能(SEO 审查)
  • 需要 Codex/OpenAI 环境才能执行技能
  • 本地 .agents/ 目录和已安装的缓存被 git 忽略,不可移植
  • 技能效果取决于底层 AI 模型的能力

README 快速开始

Skills Learning

This repository is a workspace for creating, improving, and testing Codex/OpenAI-style skills.

The repo currently includes a local seo-reviewer skill and supporting files. The .agents/ directory may contain installed or cached skills used during local development, but it is ignored by Git and should be treated as local machine state.

Repository Layout

.
├── skills/
│   └── seo-reviewer/
│       ├── LICENSE
│       ├── SKILL.md
│       ├── evals/
│       │   └── evals.json
│       ├── references/
│       │   └── audit-checklist.md
│       └── scripts/
│           └── seo_snapshot.py
├── LICENSE
├── skills-lock.json
└── README.md

What Is a Skill?

A skill is a folder that teaches Codex how to perform a specialized workflow. Each skill must include a SKILL.md file with YAML frontmatter:

---
name: seo-reviewer
description: Review websites, landing pages, web apps, and source code for SEO...
---

The description controls when the skill is triggered. The body of SKILL.md explains how Codex should perform the task.

Optional folders:

  • references/: deeper documentation loaded only when needed.
  • evals/: test prompts and expectations for validating skill behavior.
  • scripts/: reusable scripts for deterministic or repetitive work.
  • assets/: templates, images, or other files used by the skill.

Included Skill

seo-reviewer

Use this skill when you want Codex to audit websites, landing pages, web apps, or source code for SEO issues.

Example prompts:

Use the seo-reviewer skill to audit https://example.com for technical SEO and metadata issues.
Review this Next.js app for SEO before launch. Focus on metadata, sitemap, robots, structured data, and rendering issues.
Audit this product page HTML for ecommerce SEO and AI search readiness.

The skill is located at:

skills/seo-reviewer/SKILL.md

Its deeper checklist is in:

skills/seo-reviewer/references/audit-checklist.md

Its test prompts are in:

skills/seo-reviewer/evals/evals.json

It also includes a small standard-library helper script for extracting a basic SEO evidence snapshot from a URL or HTML file:

python3 skills/seo-reviewer/scripts/seo_snapshot.py https://example.com
python3 skills/seo-reviewer/scripts/seo_snapshot.py ./page.html

Using

相关仓库与替代方案

根据分类、Topic 和编程语言匹配的相似项目。

lopopolo
精选
lopopolo GitHub avatar

harness-engineering

Harness Engineering is a methodology for improving coding agent outputs by carefully crafting the environment around them—providing curated context, tools, and executable constraints that encode an organization’s nonfunctional requirements and cumulative lessons.

AI 与机器学习AI 智能体
2,390
slvDev
精选
slvDev GitHub avatar

esp32-ai

A 28.9 million parameter language model runs on an $8 ESP32-S3 microcontroller entirely on-device, generating simple stories at about 9.5 tokens per second.

AI 与机器学习大语言模型
1,960
littledivy
精选
littledivy GitHub avatar

mimic

mimic captures traffic from any iOS or web app and automatically generates a Python client library that lets you call the app's API like a regular library.

AI 与机器学习
1,482