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 world-time-get-timezonegit 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/world-time-get-timezone)<a href="https://agentmods.dev/skills/bobadilla-tech/requiems-api-skills/world-time-get-timezone"><img src="https://agentmods.dev/badge/skills/bobadilla-tech/requiems-api-skills/world-time-get-timezone/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/world-time-get-timezone"><img src="https://agentmods.dev/badge/skills/bobadilla-tech/requiems-api-skills/world-time-get-timezone.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.00432 |
| Opus 5 | $0.00022 | $0.00216 |
| Sonnet 5 | $0.00009 | $0.00086 |
| Haiku 4.5 | $0.00004 | $0.00043 |
Grade A, and why
world-time-get-{timezone} 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 3d 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/time/{timezone}
Get Current Time by Timezone
Returns the current time for the given IANA timezone identifier. The timezone is supplied as a path parameter (e.g. America/New_York, Europe/London, UTC).
Parameters
| Name | Type | Required | Location | Description |
|---|---|---|---|---|
timezone |
string | yes | path | IANA timezone identifier (e.g. 'America/New_York', 'Europe/London', 'Asia/Kolkata') |
Response Example
{
"data": {
"timezone": "America/New_York",
"offset": "-05:00",
"current_time": "2024-12-15T14:30:00Z",
"is_dst": false
},
"metadata": {
"timestamp": "2024-12-15T14:30:00Z"
}
}
Response Fields
| Field | Type | Description |
|---|---|---|
timezone |
string | IANA timezone identifier (e.g. "America/New_York") |
offset |
string | UTC offset in +HH:MM or -HH:MM format (e.g. '-05:00', '+05:30') |
current_time |
string | Current time in UTC, formatted as RFC 3339 (e.g. "2024-12-15T14:30:00Z") |
is_dst |
boolean | Whether the timezone is currently observing daylight saving time |
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.
- 3d ago First seen · 48 lines · 44 tokens per session scan A 70a7c3c41637
world-time-get-{timezone} is a skill published in the GitHub repository bobadilla-tech/requiems-api-skills (2 stars, last pushed 3d ago), licensed MIT. It adds 44 tokens to every session and 432 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-09-08.
Other skills, from other repositories
agent-ready-cloudflare
Audit and improve website readiness for AI agents using the Cloudflare "Is It Agent Ready?" scanner (isitagentready.com). Covers scanning via API, interpreting results, generating implementation prompts, and fixing every check. Use when the user mentions "agent ready", "isitagentready", "AI agent scan", "agent…
coolify-operator
Master Coolify operator for self-hosted deployment platform. Use when the user mentions 'coolify', 'deploy on coolify', 'list/restart/redeploy applications', 'view coolify logs', 'coolify API/CLI', 'manage coolify servers/databases/apps', or 'coolify context'. Automates deployments and management via REST API or…
slop-eval
Objectively evaluate a UI/web design against the pols.dev anti-slop design law: detect catalogued slop tells with cited evidence, score 8 weighted axes (color, type, components, layout, motion, execution, signature, cohesion), and emit a Slop Report with a 0–100 Slop Index and grade. Use when the user asks to…
startup-idea
Analyze startups with Paul Graham mindset (pressure, founder-market fit, brutal validation), Dan Koe discipline (monetization, offer, distribution, sales), and Seth Godin principles (differentiation, narrative, smallest viable audience). Triggers on startup idea, business validation, MVP, first customers, revenue…
astro-sites-manager
Comprehensive skill for building, migrating, and maintaining Astro v7 projects. Covers best practices from the official AGENTS.md, the v6→v7 migration path, validation of breaking/deprecated patterns, AI-enhanced dev server usage (background mode, JSON logging), advanced routing with src/fetch.ts, route caching…
loop-architect
Design well-structured agent loops with best-practice coaching and cross-model review gates before you run them. Use when the user wants to design, build, or set up an agent loop, iterative agent workflow, self-review loop, LLM-as-judge loop, multi-model council, reviewer/judge gate, or goal-driven looping process.…