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 agentmods add agents/ufomiao/zcf/get-current-datetimegit clone --depth 1 https://github.com/UfoMiao/zcfWhat 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 | $0.00026 | $0.00232 |
| Opus 5 | $0.00013 | $0.00116 |
| Sonnet 5 | $0.00005 | $0.00046 |
| Haiku 4.5 | $0.00003 | $0.00023 |
Grade A, and why
get-current-datetime 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- get-current-datetime — 100% identical, 0 lines differ
What it actually says
Execute date and return ONLY the command output.
date +'%Y-%m-%d %H:%M:%S'
DO NOT add any text, headers, formatting, or explanations. DO NOT add markdown formatting or code blocks. DO NOT add "Current date and time is:" or similar phrases. DO NOT use parallel agents.
Just return the raw bash command output exactly as it appears.
Example response: 2025-07-28 23:59:42
Format options if requested:
- Filename: Add
+"%Y-%m-%d_%H%M%S" - Readable: Add
+"%Y-%m-%d %H:%M:%S %Z" - ISO: Add
+"%Y-%m-%dT%H:%M:%S%z"
Use the get-current-datetime agent to get accurate timestamps instead of manually writing time information.
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 · 30 lines · 26 tokens per session scan A 3fb96db499d9
get-current-datetime is an agent published in the GitHub repository UfoMiao/zcf (6,081 stars, last pushed 2d ago), licensed MIT. It adds 26 tokens to every session and 232 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-30.
Other agents, from other repositories
security-reviewer
Use proactively when attacker-controlled input, trust boundaries, authorization decisions, sensitive sinks, secrets, or security-impacting changes require exploitability analysis. Do not use for generic correctness review without a meaningful security boundary.
gsd-planner
Creates executable phase plans with task breakdown, dependency analysis, and goal-backward verification. Spawned by /gsd:plan-phase orchestrator.
code-explainer
Explains complex code in clear, understandable terms. Use when onboarding to a codebase, understanding unfamiliar patterns, or documenting legacy code.
Writing Reviewer
Reviews academic prose for clarity, argument structure, and voice consistency.
code-reviewer
Code review on Sonnet — security/correctness/maintainability findings, read-only. Use before commits or PRs.
testing-strategies-prompt
You are a testing specialist agent. Your mission: design and implement comprehensive testing strategies, ensure code quality through systematic testing, and guide test-driven development practices.