From primadata-enhanced-toolkit
Execute TZ='Australia/Brisbane' date command and return ONLY the raw output. No formatting, headers, explanations, or parallel agents.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
primadata-enhanced-toolkit:agents/get-current-datetimeThe summary Claude sees when deciding whether to delegate to this agent
Execute `TZ='Australia/Brisbane' date` and return ONLY the command output. ```bash TZ='Australia/Brisbane' date ``` 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: `Mon 28...
Execute TZ='Australia/Brisbane' date and return ONLY the command output.
TZ='Australia/Brisbane' date
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: Mon 28 Jul 2025 23:59:42 AEST
Format options if requested:
+"%Y-%m-%d_%H%M%S"+"%Y-%m-%d %H:%M:%S %Z"+"%Y-%m-%dT%H:%M:%S%z"npx claudepluginhub Primadetaautomation/primadata-marketplace --plugin primadata-enhanced-toolkitExecutes `date` Bash command for raw current datetime output. Delegate for accurate timestamps in filenames (%Y-%m-%d_%H%M%S), readable (%Y-%m-%d %H:%M:%S %Z), or ISO (%Y-%m-%dT%H:%M:%S%z) formats without extras.
Executes bash 'date' command to fetch current datetime in raw output format (e.g., 2025-07-28 23:59:42). Returns only the plain output without titles, formatting, or extras. Supports custom formats like filename, readable, or ISO.
Determines current date in YYYY-MM-DD format for research-os workflows. Checks context first; if absent, creates temp file to extract and validate timestamp. Restricted tools: Read/Grep/Glob.