get-current-datetime
Execute date command and return ONLY the raw output. No formatting, headers, explanations, or parallel agents.
$ npx -y skills add UfoMiao/zcf --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Execute date command and return ONLY the raw output. No formatting, headers, explanations, or parallel agents.
Agent definition
get-current-datetime.mdname: get-current-datetime description: Execute date command and return ONLY the raw output. No formatting, headers, explanations, or parallel agents. tools: Bash, Read, Write color: cyan
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.
Repo: UfoMiao/zcf
Other agents on zcf.
- init-architect
Adaptive initialization: concise at root + detailed at module level; staged traversal with coverage reporting
Open agent - planner
Use this agent when the user presents a complex task or project that needs to be broken down into manageable steps and documented for review. Examples: <example>Context: User wants to implement a new feature for their Tauri application. user: 'I need to add a group chat
Open agent - ui-ux-designer
Use this agent when you need UI/UX design guidance, Current Project UI Framework implementation advice, or visual design improvements for the desktop application interface. Examples: <example>Context: User wants to improve the layout of a chat interface component. user: "I want
Open agent

