Skip to content

seo-github-data

GitHub API data collector and archival specialist for repository SEO telemetry.

From plugin
agentic-seo-skill
82710 skills10 agents
Install
$ npx -y skills add Bhanunamikaze/Agentic-SEO-Skill --agent claude-code

How 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.md
name: 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.
Ships withagentic-seo-skill

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.

Get the whole plugin, auto-invoked
Stats
827
Stars
1
Views
130
Forks
Active
Maintenance
Python
Language
MIT
License
15d ago
Last commit
5mo ago
Created

Repo: Bhanunamikaze/Agentic-SEO-Skill