time-orchestrator

time-orchestrator is a command for Claude Code from Rito-w/claude-code-best-practice-zh. It costs 20 tokens per session (576 once invoked), scanned A, a copy of time-orchestrator, MIT.

A command workflow that gets the current time in Dubai, United Arab Emirates, and creates an SVG time card, which is a small image made from XML-based drawing instructions.

In plain words
What is it for?
Use it to fetch Dubai time and produce the related visual card and output data.
Why use it?
It avoids manually checking the timezone and formatting the time card.

Command for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

Good fit Use it to fetch Dubai time and produce the related visual card and output data.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/rito-w/claude-code-best-practice-zh/time-orchestrator
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/Rito-w/claude-code-best-practice-zh

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 time-orchestrator

README.md
[![agentmods](https://agentmods.dev/badge/commands/rito-w/claude-code-best-practice-zh/time-orchestrator.svg)](https://agentmods.dev/commands/rito-w/claude-code-best-practice-zh/time-orchestrator)
Your own site
<a href="https://agentmods.dev/commands/rito-w/claude-code-best-practice-zh/time-orchestrator"><img src="https://agentmods.dev/badge/commands/rito-w/claude-code-best-practice-zh/time-orchestrator.svg" alt="Measured on agentmods" height="20"></a>
Per session 20 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 576 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 100% copy Near-identical to another mod 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.00020 $0.00576
Opus 5 $0.00010 $0.00288
Sonnet 5 $0.00004 $0.00115
Haiku 4.5 $0.00002 $0.00058

Measured 8d ago against content hash 5eeb863b6bc9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

time-orchestrator 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.

Origin

This is a copy

100% identical to time-orchestrator — 0 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.

agent-teams/.claude/commands/time-orchestrator.md · 52 lines

How it starts

The opening of the file, as written. The whole thing — 52 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Time Orchestrator Command

Fetch the current time for Dubai (Asia/Dubai, UTC+4) and create a visual SVG time card.

Workflow

Step 1: Fetch Current Dubai Time

Use the Agent tool to invoke the time agent:

  • subagent_type: time-agent
  • description: Fetch current Dubai time
  • prompt: Fetch the current time for Dubai (Asia/Dubai, UTC+4). Return exactly three fields: time (the time portion, e.g. "14:30:45"), timezone ("GST (UTC+4)"), and formatted (full formatted string, e.g. "2026-03-12 14:30:45 +04"). The agent has a preloaded skill (time-fetcher) that provides the detailed instructions.
  • model: haiku

Wait for the agent to complete and capture the returned time data.

Data Contract

The time-agent MUST return these three fields:

  • time: The time portion (e.g., "14:30:45")
  • timezone: "GST (UTC+4)"
  • formatted: Full formatted string (e.g., "2026-03-12 14:30:45 +04")

Step 2: Create SVG Time Card

Use the Skill tool to invoke the time-svg-creator skill:

  • skill: time-svg-creator
  • args: Pass the time data from Step 1 — include time, timezone, and formatted values

The skill will use the time data from Step 1 (available in the current context) to create the SVG card and write output files.

Critical Requirements

  1. Use Agent Tool for time-agent: DO NOT use bash commands to invoke agents. You must use the Agent tool with subagent_type: "time-agent".
  2. Use Skill Tool for SVG Creator: Invoke the SVG creator via the Skill tool with skill: "time-svg-creator", not the Agent tool.
  3. Sequential Flow: The agent MUST complete and return time data before the skill is invoked. Do not run them in parallel.
  4. Data Passing: Ensure all three fields (time, timezone, formatted) from the agent response are available in context when invoking the skill.

Output Summary

After both steps complete, provide a clear summary to the user showing:

  • Current Dubai time fetched
  • Timezone: GST (UTC+4)
  • Full formatted timestamp
  • SVG card created at agent-teams/output/dubai-time.svg
  • Summary written to agent-teams/output/output.md

Read the full file on GitHub · 52 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. 8d ago First seen · 52 lines · 20 tokens per session scan A 5eeb863b6bc9

Subscribe to this mod's changes

time-orchestrator is a command published in the GitHub repository Rito-w/claude-code-best-practice-zh (10 stars, last pushed 2mo ago), licensed MIT. It adds 20 tokens to every session and 576 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to time-orchestrator, differing in 0 lines, and is treated as a copy.