current-time
星标0
分支0
更新时间2026年3月31日 14:38
Returns the host system date and time by running the date command inside the skill workspace.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Returns the host system date and time by running the date command inside the skill workspace.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | current_time |
| description | Returns the host system date and time by running the date command inside the skill workspace. |
When the user asks for the current time or date:
skill_load for skill current_time if you have not loaded it yet for this task.skill_run with:
skill: current_timecommand: date for local time, or date -u if the user wants UTC.Report the command's stdout to the user.