بنقرة واحدة
time
Answer questions about current time, timezone-aware time lookup, date arithmetic, and date differences.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Answer questions about current time, timezone-aware time lookup, date arithmetic, and date differences.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Extract structured contract fields from existing contract text or already parsed contract content according to a configured field list. Use when the user asks for 合同字段抽取, 合同信息抽取, 合同关键信息提取, 合同台账, contract field extraction, contract metadata extraction, contract ledger data, or extracting parties, amount, dates, term, payment terms, renewal terms, breach clauses, or other configured contract fields. This skill does not parse uploaded files directly; it works only after contract text is available from another system or parser.
Design structured user clarification flows with the existing request_user_input capability so the assistant asks stable, focused questions with usable quick options instead of plain natural-language follow-up. Use when the user or another skill needs 问答交互, 表单交互, 结构化质询, 弹出输入框, 选项框, 单选, 多选, 补充信息, 确认参数, 文件上传提示, 表单填写, questionnaire, form interaction, structured clarification, user input, quick replies, or parameter confirmation.
Plan precise slide-by-slide PPT structures from a topic, text content, requirements, or uploaded-material summaries, and prepare a file-generator-ready PPTX payload for downstream generation. Use when the user asks for PPT planning, PowerPoint outline, slide planning, page-by-page PPT requirements, presentation storyboard, report deck structure, pitch deck outline, training deck plan, proposal slides, project report slides, business review slides, or when the user asks to first create a precise outline before generating a PPT file. This skill is the planning and layout layer, not the PPTX file generator.
Rewrite existing assistant replies, service replies, workplace messages, or explanatory answers to sound more natural, human, warm, polite, concise, professional, empathetic, and easy to understand while preserving the original facts and boundaries. Use when the user asks for 回复口吻优化, 语气优化, 改得自然一点, 去 AI 味, 减少机械感, 像正常人说话, 温和一点, 亲切一点, 礼貌一点, 客服话术优化, 办公回复优化, 心理关怀回复, 面向普通用户, polish response, rewrite tone, make it natural, make it warmer, make it less robotic, or humanize this reply.
Generate downloadable SVG and HTML technical diagrams from natural language or structured data, including system architecture, AI Agent architecture, data flow, flowchart, comparison matrix, sequence, state, and ER diagrams.
Generate downloadable SVG charts from structured data, including radar, bar, line, pie, doughnut, scatter, and score distribution charts.
| 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":"productivity","label":{"en_US":"Time","zh_Hans":"时间"},"description":{"en_US":"Looks up current time 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.