seo-github-data

seo-github-data is an agent for coding agents from Bhanunamikaze/Agentic-SEO-Skill. It costs 18 tokens per session (278 once invoked), scanned A, original, MIT.

An agent that collects GitHub data used to measure search visibility and community activity for repositories, then archives snapshots.

In plain words
What is it for?
Use it to collect repository audits, community-health data, and traffic records, with timestamps, freshness status, and error reports.
Why use it?
It preserves historical traffic and health information and distinguishes missing access from actual repository problems.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/bhanunamikaze/agentic-seo-skill/seo-github-data
Clone the repo
git clone --depth 1 https://github.com/Bhanunamikaze/Agentic-SEO-Skill

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for seo-github-data

README.md
[![agentmods](https://agentmods.dev/badge/agents/bhanunamikaze/agentic-seo-skill/seo-github-data.svg)](https://agentmods.dev/agents/bhanunamikaze/agentic-seo-skill/seo-github-data)
Your own site
<a href="https://agentmods.dev/agents/bhanunamikaze/agentic-seo-skill/seo-github-data"><img src="https://agentmods.dev/badge/agents/bhanunamikaze/agentic-seo-skill/seo-github-data.svg" alt="Measured on agentmods" height="20"></a>
Per session 18 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 278 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00018 $0.00278
Opus 5 $0.00009 $0.00139
Sonnet 5 $0.00004 $0.00056
Haiku 4.5 $0.00002 $0.00028

Measured 3d ago against content hash 8c3771c91f70, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

seo-github-data scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

resources/agents/seo-github-data.md · 49 lines

What it actually says

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.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 49 lines · 18 tokens per session scan A 8c3771c91f70

Subscribe to this mod's changes

seo-github-data is an agent published in the GitHub repository Bhanunamikaze/Agentic-SEO-Skill (882 stars, last pushed 1mo ago), licensed MIT. It adds 18 tokens to every session and 278 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

sdd-architect

Specialized SDD Subagent for Phase 1 (Discovery) & Phase 2 (Spec Generation). Asks 3-5 sharp architectural questions using askquestion UI tool, drafts EARS requirements, creates Mermaid design diagrams, and generates uncapped A-C-E task lists.

stormlive-ai/ag-sdd · 61 tokens

sdd-executor

Specialized SDD Subagent for Phase 3 (Sequential Task Execution). Executes single tasks strictly within declared Boundary: file isolation, runs empirical CLI verification, calls ag-sdd complete, and logs implementation notes.

stormlive-ai/ag-sdd · 49 tokens

sdd-reviewer

Specialized SDD Subagent for Phase 4 (Quality Signoff). Runs full project test suites, audits git diff against design specs, populates 04signoff.md, and presents final quality assurance logs.

stormlive-ai/ag-sdd · 48 tokens

graph-reviewer

Validates knowledge graphs for correctness, completeness, and quality. Runs systematic checks and renders approval or rejection decisions.

Egonex-AI/Understand-Anything · 26 tokens

domain-analyzer

Analyzes codebases to extract business domain knowledge — domains, business flows, and process steps. Produces a domain-graph.json that maps how business logic flows through the code.

Egonex-AI/Understand-Anything · 40 tokens

design-analyzer

Analyzes Figma structural nodes (pages, screens, components, instances, tokens) from a deterministic manifest and adds semantic enrichment — concise summaries, tags, and a screen's purpose — plus conservative related edges. Does NOT invent structural nodes or edges.

Egonex-AI/Understand-Anything · 56 tokens