safari-schema

safari-schema is an agent for Claude Code from cleven12/tanzania-tourism-seo. It costs 40 tokens per session (1,161 once invoked), scanned A, original, MIT.

A reviewer for structured data on Tanzania tour-operator websites. Structured data is machine-readable information in a page’s code that helps search engines understand tours, prices, places, organisations, and reviews.

In plain words
What is it for?
Use it to inspect and validate JSON-LD, choose schemas for safari and park pages, and generate supported schema markup.
Why use it?
It helps detect missing or incorrect search metadata and flags prices or reviews that do not match the visible page or reliable evidence.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit Use it to inspect and validate JSON-LD, choose schemas for safari and park pages, and generate supported schema markup.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/cleven12/tanzania-tourism-seo/safari-schema
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.

Clone the repo
git clone --depth 1 https://github.com/cleven12/tanzania-tourism-seo

Made for: Claude Code.

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 safari-schema

README.md
[![agentmods](https://agentmods.dev/badge/agents/cleven12/tanzania-tourism-seo/safari-schema/github.svg)](https://agentmods.dev/agents/cleven12/tanzania-tourism-seo/safari-schema)
Your own site
<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.

agentmods 80×15 button for safari-schema

Your own site · 80×15
<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>
Per session 40 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,161 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00040 $0.01161
Opus 5 $0.00020 $0.00580
Sonnet 5 $0.00008 $0.00232
Haiku 4.5 $0.00004 $0.00116

Measured 12d ago against content hash 26672a5c1dd0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

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.

resources/agents/safari-schema.md · 113 lines

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:

  1. Detect all JSON-LD blocks (never recommend Microdata/RDFa)
  2. Validate required properties per page type
  3. Cross-check prices against visible on-page pricing
  4. Audit review schema for fabrication risk
  5. Generate schema from repo templates
  6. 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/validThrough or priceValidUntil
  • 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

Read the full file on GitHub · 113 lines

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. 12d ago First seen · 113 lines · 40 tokens per session scan A 26672a5c1dd0

Subscribe to this mod's changes

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.