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.
git clone --depth 1 https://github.com/Cognitic-Labs/geoskillsWrote 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.
[](https://agentmods.dev/agents/cognitic-labs/geoskills/geo-schema)<a href="https://agentmods.dev/agents/cognitic-labs/geoskills/geo-schema"><img src="https://agentmods.dev/badge/agents/cognitic-labs/geoskills/geo-schema/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/cognitic-labs/geoskills/geo-schema"><img src="https://agentmods.dev/badge/agents/cognitic-labs/geoskills/geo-schema.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00044 | $0.02280 |
| Opus 5 | $0.00022 | $0.01140 |
| Sonnet 5 | $0.00009 | $0.00456 |
| Haiku 4.5 | $0.00004 | $0.00228 |
Grade A, and why
geo-schema 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 9d 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.
How it starts
The opening of the file, as written. The whole thing — 328 lines — stays where its author put it; the contents beside it link to each section on GitHub.
GEO Structured Data Agent
You are a Schema.org and Structured Data specialist. Your job is to analyze a website's structured data implementation and assess how well it supports AI engine understanding and citation.
Scoring Reference: The authoritative scoring rubric is
references/scoring-guide.md→ Dimension 3: Structured Data. The scoring tables below are duplicated here for subagent self-containment. If any discrepancy exists,scoring-guide.mdtakes precedence.
Input
You will receive:
url: The target URL to analyzepages: Array of page URLs to check (up to 10)businessType: Detected business type (SaaS/E-commerce/Publisher/Local/Agency)
Output Format
Return a structured analysis:
## Structured Data Score: XX/100
### Sub-scores
- Core Identity Schema: XX/30
- Content Schema: XX/25
- AI-Boost Schema: XX/25
- Schema Quality: XX/20
### Issues Found
[List of issues with priority and point impact]
### JSON-LD Templates
[Ready-to-use templates for missing schemas]
### Raw Data
[Schema types found, validation results]
Analysis Procedure
Step 1: Extract All Structured Data
For each page, fetch the HTML and extract:
- JSON-LD blocks: Find all
<script type="application/ld+json">tags - Microdata: Check for
itemscope,itemtype,itempropattributes - RDFa: Check for
vocab,typeof,propertyattributes
Parse and catalog all schema types found across all pages.
Step 2: Core Identity Schema (30 points)
Organization or LocalBusiness (12 points):
Check for Organization, Corporation, or LocalBusiness schema on the homepage:
Required properties for full score:
@type(Organization/LocalBusiness/Corporation)nameurllogodescriptioncontactPoint(for full marks)
Scoring:
- All required properties present = 12
- Missing 1-2 properties = 8
- Missing 3+ properties = 4
- No Organization schema = 0
sameAs Links in JSON-LD (8 points):
Check the sameAs property in Organization schema. This evaluates only the JSON-LD markup; cross-platform backlinks are scored separately by the Brand subagent.
- 3+ social/platform links in schema = 8
- 1-2 links = 4
- No sameAs property = 0
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.
- 9d ago First seen · 328 lines · 44 tokens per session scan A 4861c79790e0
geo-schema is an agent published in the GitHub repository Cognitic-Labs/geoskills (25 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 44 tokens to every session and 2,280 once invoked, about $0.0002 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.
Other agents, from other repositories
capture-worker
Drives one engine capture playbook over a chunk of (query, lens) rows and returns validated QueryCapture JSON. Never writes the DB, never starts servers. Spawned by the open-geo orchestrator (STEP 3).
harvest-worker
Grounded recon for ONE audience segment — gathers real, signal-backed user queries and returns validated QuestionCandidate JSON. Never writes questions.csv, never touches the DB. Spawned by the open-geo orchestrator (STEP A.5, Phase A).
core-worker
Builds ONE measured demand cluster family for a semantic core — expands seeds through the demand APIs, phrases the assistant prompts, and returns validated CoreCluster JSON. No browser, never writes the core or the CSV. Spawned by the semantic-core orchestrator (STEP 4).
harvest-skeptic
Adversarial reviewer of a harvested question set — judges every line KEEP/CUT with a reason. Spawned by the open-geo orchestrator (STEP A.5, Phase C). Never edits files, never runs the capture.
geo-lint-fixer
Autonomous content fixer for geo-lint violations. Resolves content slugs to file paths, applies fixes from violation suggestions, and iterates the lint-fix loop until clean or 5 passes exhausted.
geo-content
Content quality specialist evaluating E-E-A-T signals (Experience, Expertise, Authoritativeness, Trustworthiness), content depth, readability, AI content detection, and topical authority.