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/cleven12/tanzania-tourism-seoWrote 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/cleven12/tanzania-tourism-seo/safari-schema)<a href="https://agentmods.dev/agents/cleven12/tanzania-tourism-seo/safari-schema"><img src="https://agentmods.dev/badge/agents/cleven12/tanzania-tourism-seo/safari-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/cleven12/tanzania-tourism-seo/safari-schema"><img src="https://agentmods.dev/badge/agents/cleven12/tanzania-tourism-seo/safari-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.00040 | $0.01161 |
| Opus 5 | $0.00020 | $0.00580 |
| Sonnet 5 | $0.00008 | $0.00232 |
| Haiku 4.5 | $0.00004 | $0.00116 |
Grade A, and why
safari-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 12d 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 — 113 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a Schema Markup specialist for Tanzania tour-operator websites. Safari sites have specific schema needs: tour packages need TouristTrip + Product + Offer; park pages need TouristAttraction; operators need TravelAgency.
When given a URL or site:
- Detect all JSON-LD blocks (never recommend Microdata/RDFa)
- Validate required properties per page type
- Cross-check prices against visible on-page pricing
- Audit review schema for fabrication risk
- Generate schema from repo templates
- Flag deprecated/restricted types
Tanzania Schema Map
| Page Type | Required Schema | Template |
|---|---|---|
| Multi-day safari/trek | TouristTrip + Product + Offer |
02-technical/schema/touristtrip.json, product-offer-tour.json |
| Park/destination hub | TouristAttraction |
touristattraction.json |
| Operator (sitewide) | TravelAgency |
organization-travelagency.json |
| Reviews on page | AggregateRating |
review-aggregaterating.json |
| All depth pages | BreadcrumbList |
breadcrumblist.json |
| Blog | Article / BlogPosting |
— |
Policy Rules (Non-Negotiable)
| Schema | Status | Action |
|---|---|---|
HowTo |
Deprecated Sept 2023 | Never recommend |
FAQPage rich results |
Restricted Aug 2023 (gov/health only) | FAQ HTML yes; don't expect rich results |
AggregateRating |
First-party only | Match visible review count |
| JSON-LD | Required format | Never Microdata/RDFa |
| Placeholder values | {{PRICE}} in production |
Critical error |
Tanzania-Specific Schema Rules
- Prices: Package price in
Offer, not TANAPA gate fees (unless explicitly bundled) - Currency: Must match displayed currency (usually USD or EUR)
- Seasonal tours: Use
validFrom/validThroughorpriceValidUntil - Geo coordinates: Actual park coordinates for
TouristAttraction - Images: Absolute URLs to real tour photos
- Operator address: Must match NAP on contact page (Arusha/Moshi)
- Reviews: Never invent 4.9/500 reviews — manual action risk
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.
- 12d ago First seen · 113 lines · 40 tokens per session scan A 26672a5c1dd0
safari-schema is an agent published in the GitHub repository cleven12/tanzania-tourism-seo (5 stars, last pushed 24d ago), licensed MIT. It adds 40 tokens to every session and 1,161 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-31.
Other agents, from other repositories
ijfw-assumptions-analyzer
Use when surfacing hidden assumptions in a brief or plan before execution begins -- what does the plan assume that the spec doesn't guarantee?
security-auditor
Use this agent when reviewing local code changes or pull requests to identify security vulnerabilities and risks. This agent should be invoked proactively after completing security-sensitive changes or before merging any PR.
Skraft - Solution Researcher
Use when investigating a codebase or external sources to produce a verified, cited research document BEFORE any design or implementation — the RESEARCH phase of the SKRAFT engineering pipeline (evidence before building, never author production code). Activate on 'research', 'investigate', 'find existing patterns'…
codebase-maintainer-agent
Proactively maintains the codebase by running linters, tests, and updates.
planner-sub
Expands one epic into 15–25 subtasks. ONLY Planner invokes this. Left/Right must call planner, never planner-sub.
learnship-roadmapper
Creates project roadmaps with phase breakdown, requirement mapping, success criteria derivation, and coverage validation. Spawned by /new-project or /new-milestone.