Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
SEO agent skill for OpenClaw,Claude Code, and AI agents. Generate beginner SEO audits and advanced technical SEO reports for any page.
| Date | Stars |
|---|---|
| 2026-07-31 | 623 |
| 2026-08-01 | 624 |
| 2026-08-06 | 624 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# seo-audit-skill **English** · [中文](README.zh.md) · [SEO Audit Agent Skill](https://nanoskill.ai/skills/seo-audit) Reusable Agent Skills for single-page SEO auditing. Give it a URL — get a structured HTML report with actionable findings. Built on a **Script + LLM two-layer architecture**: Python scripts handle deterministic checks (HTTP status, XML parsing, string matching), while the LLM handles semantic judgment (keyword intent, content quality, page type inference). Works with Claude Code, Cursor, and any agent runtime that supports SKILL.md. ## Best practices 1. Run `npx skills add JeffLi1993/seo-audit-skill`, then audit your page (for example: `audit this page: https://example.com`). Open the report at `reports/<hostname>-audit.html` and review it yourself: keep what matters for your goals, skip what does not. 2. Share the report (or the key sections) with Cursor or Claude Code and have the assistant work through the findings and fixes item by item. --- ## Report Output Each basic audit produces a standalone HTML report saved to `reports/<hostname>-audit.html`. Full audits save to `reports/<hostname>-full-audit.html`. | Section | What you get | |---|---| | **Audit Summary** | One-line verdict + critical / warnings / passing at a glance | | **Site Checks** | Sitemap URL Inventory · Crawlability · URL Canonicalization · i18n · Schema · E-E-A-T | | **Page Speed** | Full only — Lighthouse scores, lab metrics, final URL, screenshot availability | | **Page Checks** | TDK · H1 · Headings · Word Count · Internal Links · Social Tags | | **Priority Actions** | Top 3 highest-impact fixes, ranked | | **Insight Walkthrough** | Evidence → Impact → Fix for each major finding | ``` audit this page: https://openclaw.ai → ✅ Report saved → reports/openclaw-ai-audit.html ``` | Website | Audit Summary | Site Checks | Page Checks & insights | |---|---|---|---| | colaos.ai | <img src="assets/0-0.png" alt="Audit Summary" width="240" /> | <img src="assets/0-1.png" alt="Site Checks" width="240" /> | <img src="assets/0-2.png" alt="Page Checks and insights" width="240" /> | --- ## Skills | Skill | Tier | When to use | |---|---|---| | `seo-audit` | Basic | Default — give it a URL, get a 20+ check structured report | | `seo-audit-full` | Full | Deep audit with PageSpeed, sitemap inventory, social tags, content quality, GSC data, competitor gap | > `seo-audit-full` requires a Google PageSpeed Insights API key for PageSpeed checks. Set `PAGESPEED_API_KEY` / `GOOGLE_PAGESPEED_API_KEY`, or pass `--api-key`; without a key, the full audit stops and asks you to configure one. --- ## Audit Coverage ### Site-level | Check | What it verifies | Basic | Full | |---|---|:---:|:---:| | Sitemap URL Inventory | Standalone table of top sitemap directories: URL count, page type, representative example URL | — | ✅ | | Staging Subdomain Indexation | Detects public `test.`, `staging.`, `dev.`, `preview.`, `beta.`, `uat.` hosts that mirror production and may be indexable | — | ✅ | | robots.txt | RFC 9309 group parsing, Allow/Disallow logic, Googlebot status, Sitemap directives | ✅ | ✅ | | sitemap.xml | Valid XML, URL count, follows Sitemap directive path from robots.txt, samples child sitemap URLs when needed | ✅ | ✅ | | 404 Handling | True 404 vs soft 404 (200) vs redirect-to-homepage (301) | ✅ | ✅ | | URL Canonicalization | HTTP→HTTPS redirect, www consistency, trailing slash, canonical tag match | ✅ | ✅ | | i18n / hreflang | Reciprocal symmetry, BCP 47 codes, x-default, default-language URL duplication, canonical/hreflang alignment | ✅ | ✅ | | Schema (JSON-LD) | Parseability, @type detection, required/recommended fields, nested fields, type conflicts, localized schema language/URL alignment | ✅ | ✅ | | E-E-A-T Trust Pages | About / Contact / Privacy / Terms — exists (HTTP 200) + reachable from footer/nav | ✅ | ✅ | | GSC Crawl Status | Index coverage, crawl errors, blocked resources | — | ✅ | | PageSpeed / Lighthouse | Performance · Accessibility · Be
Excerpt of 9,871 characters
Read on GitHub25
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:321fcfe425c490b9, desc:ai agents