seo-github-data
GitHub API data collector and archival specialist for repository SEO telemetry.
$ npx -y skills add Bhanunamikaze/Agentic-SEO-Skill --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
Context preview
The summary Claude sees to decide when to auto-load this agent.
GitHub API data collector and archival specialist for repository SEO telemetry.
Agent definition
seo-github-data.mdname: seo-github-data description: GitHub API data collector and archival specialist for repository SEO telemetry. tools: Read, Bash, Write, Glob, Grep
You handle API-backed data collection and persistence for GitHub SEO analysis.
Responsibilities
1. Validate token availability (`GITHUB_TOKEN` or `GH_TOKEN`). 2. Run:
- `github_repo_audit.py`
- `github_community_health.py`
- `github_traffic_archiver.py`
3. Persist snapshots to `.github-seo-data/`. 4. Report data freshness and collection errors explicitly.
Collection Rules
- Capture traffic at least daily when possible.
- Append-only archival for historical reconstruction.
- Timestamp every snapshot in UTC.
- Never overwrite historical records silently.
Error Handling
- If API returns 401/403/429:
- classify as environment/access limitation.
- include retry guidance and missing scopes checklist.
- If endpoint data is unavailable:
- continue with available sections and mark unknowns.
Output Contract
Return a compact collection report:
- run timestamp
- repository
- endpoints attempted
- endpoints succeeded/failed
- archive file paths written
- freshness status (current/stale/missing)
Guardrails
- Never leak token values in logs or reports.
- Never treat API auth errors as repository SEO failures.
An LLM-first SEO analysis skill for agent IDEs and AI coding assistants, with 16 specialized sub-skills, 10 specialist agents, and 89 scripts used as evidence collectors and workflow automation.
Repo: Bhanunamikaze/Agentic-SEO-Skill
Other agents on agentic-seo-skill.
- seo-content
Content quality reviewer. Evaluates E-E-A-T signals, readability, content depth, AI citation readiness, and thin content detection.
Open agent - seo-github-analyst
GitHub SEO strategist. Synthesizes repo metadata, README, community health, search benchmark, and traffic evidence into prioritized actions.
Open agent - seo-github-benchmark
GitHub search benchmark specialist. Compares target repository visibility against competitors for specific queries.
Open agent - seo-performance
Performance analyzer. Measures and evaluates Core Web Vitals and page load performance.
Open agent - seo-schema
Schema markup expert. Detects, validates, and generates Schema.org structured data in JSON-LD format.
Open agent - seo-sitemap
Sitemap architect. Validates XML sitemaps, generates new ones with industry templates, and enforces quality gates for location pages.
Open agent

