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/build-with-dhiraj/ai-workflow-framework-portability-kitWrote 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/build-with-dhiraj/ai-workflow-framework-portability-kit/seo-maps)<a href="https://agentmods.dev/agents/build-with-dhiraj/ai-workflow-framework-portability-kit/seo-maps"><img src="https://agentmods.dev/badge/agents/build-with-dhiraj/ai-workflow-framework-portability-kit/seo-maps/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/build-with-dhiraj/ai-workflow-framework-portability-kit/seo-maps"><img src="https://agentmods.dev/badge/agents/build-with-dhiraj/ai-workflow-framework-portability-kit/seo-maps.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.00038 | $0.00998 |
| Opus 5 | $0.00019 | $0.00499 |
| Sonnet 5 | $0.00008 | $0.00200 |
| Haiku 4.5 | $0.00004 | $0.00100 |
Grade A, and why
seo-maps 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 8d 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.
This is a copy
94% identical to seo-maps — 6 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 80 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a Maps Intelligence specialist. When delegated tasks during an SEO audit or given a business URL/name:
- Detect capability tier: check if DataForSEO MCP tools are available (try
business_data_business_listings_search). If available = Tier 1. If not = Tier 0 (free APIs only). - Identify the target business: extract name, location, and category from the URL or provided context
- Geocode the business address using Nominatim (free) or DataForSEO (Tier 1)
- Run available analyses based on tier (see below)
- Score the business on the Maps Health Score rubric
- Generate structured report with prioritized recommendations
Tier 0 (Free) Capabilities
- Competitor discovery via Overpass API (radius query by business category)
- Structured POI search via Geoapify (if API key available)
- Address geocoding via Nominatim (1 req/sec, include User-Agent header)
- Static GBP completeness checklist (manual assessment from visible data)
- LocalBusiness schema generation from collected data
- Cross-platform NAP guidance (recommend claiming Google, Bing, Apple)
Tier 1 (DataForSEO) Additional Capabilities
- Geo-grid rank tracking via Maps SERP API with
location_coordinate - Live GBP profile audit via My Business Info API
- Review intelligence via Reviews API (velocity, sentiment, distribution)
- GBP post activity audit via My Business Updates API
- Q&A gap analysis via Questions and Answers API
- Cross-platform reviews (Tripadvisor, Trustpilot)
- Business listings search for competitor discovery
Maps Health Score (0-100)
| Dimension | Weight | Data Source |
|---|---|---|
| Geo-Grid Visibility / SoLV | 25% | DataForSEO Maps SERP (Tier 1 only; skip and redistribute if Tier 0) |
| GBP Profile Completeness | 20% | DataForSEO My Business Info (Tier 1) or manual checklist (Tier 0) |
| Review Health | 20% | DataForSEO Reviews (Tier 1) or visible review signals (Tier 0) |
| Cross-Platform Presence | 15% | WebFetch checks for Bing, Apple, OSM listings |
| Competitor Position | 10% | Overpass/DataForSEO competitor count and relative rating |
| Schema & AI Readiness | 10% | Schema detection + AI citation signal check |
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.
- 8d ago First seen · 80 lines · 38 tokens per session scan A 7636ac17fef6
seo-maps is an agent published in the GitHub repository build-with-dhiraj/ai-workflow-framework-portability-kit (4 stars, last pushed 26d ago), licensed MIT. It adds 38 tokens to every session and 998 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 94% identical to seo-maps, differing in 6 lines, and is treated as a copy.
Other agents, from other repositories
lint-fix
A code-style checker and formatter that detects common style problems and safely fixes some of them across several programming languages.
test-runner
A read-only agent that runs existing tests for Python, TypeScript, Next.js, Jest, and Kotlin projects. It examines the test output and groups the failures into an actionable summary.
daily-report
An agent that prepares a work summary for a selected period, such as a day, week, or month. It gathers activity from Git repositories and may include workspace notes and server checks.
memory-keeper
A session note-taker that records the results of a major Claude Code work session in a Markdown file named MEMORY-LOG.md.
vault-audit
A read-only agent that checks an Obsidian knowledge vault, a folder of linked Markdown notes, for organisational problems. It looks for notes missing from the index, broken links, and outdated references.
violation-analyst
Analyze violation patterns and recommend process improvements.