用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/zgiai/zgi --skill time命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Navigate the visible console to a safe internal page when the user asks to open, switch to, or go to another module.
Generate downloadable files from provided content, including basic exports, SVG files, styled DOCX documents, HTML-rendered PDFs, and static editable PPTX decks.
Call workflows explicitly bound to the current Agent as structured process tools.
基于 SOC 职业分类
正在显示 SKILL.md
| name | time |
| description | Answer questions about current time, timezone-aware time lookup, date arithmetic, and date differences. |
| when_to_use | Use this skill when the user asks for the current time, today's date, timezone conversion, date addition or subtraction, deadlines, durations, or the number of days between dates. |
| provider_type | builtin |
| provider_id | time |
| runtime_type | tool |
| tools | ["current_time","date_calculate"] |
| supported_callers | ["aichat","agent","workflow"] |
| max_calls_per_turn | 20 |
| timeout_seconds | 5 |
| display | {"icon":"clock","category":"general_tools","scenarios":["general","office_collaboration","planning_decision"],"label":{"en_US":"Time","zh_Hans":"时间"},"description":{"en_US":"Designed for current-time questions, cross-timezone coordination, deadlines, durations, and date differences; looks up reliable time data and performs timezone-aware date calculations.","zh_Hans":"适用于当前时间查询、跨时区协作、截止日期、时长和日期差计算,可获取可靠时间并进行带时区的日期运算。"},"when_to_use":{"en_US":"Use when answers depend on current time, dates, deadlines, or date differences.","zh_Hans":"当问题依赖当前时间、日期、截止日期或日期差时启用。"},"tags":{"en_US":["Time","Date"],"zh_Hans":["时间","日期"]}} |
Use this skill for current time and date calculation tasks.
call_skill_tool with tool_name set to current_time.call_skill_tool with tool_name set to date_calculate.current_time accepts:
timezone: IANA timezone such as UTC, Asia/Shanghai, or America/New_York.format: strftime-style output format such as %Y-%m-%d %H:%M:%S.date_calculate accepts:
operation: add, subtract, or diff.base_date: date in YYYY-MM-DD format, or omitted for today.amount: integer amount for add or subtract.unit: day, week, month, or year.target_date: required for diff.timezone: IANA timezone used when base_date is omitted.