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.
npx skills add bobadilla-tech/requiems-api-skills --skill geocode-get-geocodegit clone --depth 1 https://github.com/bobadilla-tech/requiems-api-skillsWrote 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/skills/bobadilla-tech/requiems-api-skills/geocode-get-geocode)<a href="https://agentmods.dev/skills/bobadilla-tech/requiems-api-skills/geocode-get-geocode"><img src="https://agentmods.dev/badge/skills/bobadilla-tech/requiems-api-skills/geocode-get-geocode/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/skills/bobadilla-tech/requiems-api-skills/geocode-get-geocode"><img src="https://agentmods.dev/badge/skills/bobadilla-tech/requiems-api-skills/geocode-get-geocode.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.00018 | $0.00404 |
| Opus 5 | $0.00009 | $0.00202 |
| Sonnet 5 | $0.00004 | $0.00081 |
| Haiku 4.5 | $0.00002 | $0.00040 |
Grade A, and why
geocode-get-geocode 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 11d 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.
What it actually says
Endpoint
GET https://requiems.xyz/v1/places/geocode
Geocode Address
Converts a free-text address into latitude and longitude coordinates.
Parameters
| Name | Type | Required | Location | Description |
|---|---|---|---|---|
address |
string | yes | query | The address to geocode (street, city, country, or any combination) |
Response Example
{
"data": {
"address": "White House, 1600, Pennsylvania Avenue Northwest, Ward 2, Washington, District of Columbia, 20500, United States",
"city": "Washington",
"country": "US",
"lat": 38.8976763,
"lon": -77.0365298
},
"metadata": {
"timestamp": "2026-01-01T00:00:00Z"
}
}
Response Fields
| Field | Type | Description |
|---|---|---|
address |
string | Full display name of the matched location |
city |
string | City or town of the matched location |
country |
string | ISO 3166-1 alpha-2 country code (uppercase) |
lat |
number | Latitude of the matched location |
lon |
number | Longitude of the matched location |
Errors
404not_found — No results found for the given address.503upstream_error — The geocoding service is temporarily unavailable.400bad_request — The address parameter is missing.
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.
- 11d ago First seen · 56 lines · 18 tokens per session scan A 83c297afba99
geocode-get-geocode is a skill published in the GitHub repository bobadilla-tech/requiems-api-skills (2 stars, last pushed 4d ago), licensed MIT. It adds 18 tokens to every session and 404 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-31.
Other skills, from other repositories
agent-ready-scan-site
Sub-skill: Scan any URL for agent readiness. Checks 18 standards across 5 categories, returns readiness level (0-5), status of all checks, and fix instructions.
agent-ready-webmcp
Sub-skill de agent-ready-cloudflare: Implement WebMCP.
wechat-download
A guide for downloading, archiving, crawling, scraping, or exporting articles from WeChat official accounts. WeChat is a Chinese messaging and publishing platform.
do-anything-in-xiaohongshu
Browser-based Xiaohongshu automation for any web-supported operation: persistent-login browser control, reusable CDP sessions, search and browsing, note detail collection, comments, likes, favorites, notification interaction, friend chat, batch operation plans, content drafting, image/card generation, and publishing.…
web-quality-audit
Run an evidence-led web quality audit covering performance, accessibility, SEO, best practices, and agentic browsing. Use when asked to "audit my site", "review web quality", "run lighthouse audit", "check page quality", or "optimize my website".
humanizar
Reescreve textos em português brasileiro para soarem mais humanos e naturais, reduzindo padrões típicos de escrita gerada por IA sem alterar fatos, argumento ou intenção. Use quando o texto em PT-BR parecer genérico, burocrático ou gerado por IA, ou quando o usuário pedir para "humanizar", "dar vida", "tirar cara de…