一键导入
get-current-date
Retrieves the current date in YYYY-MM-DD format. Use when the user needs to know today's date or requires the current date for any operation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Retrieves the current date in YYYY-MM-DD format. Use when the user needs to know today's date or requires the current date for any operation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Creates and updates markdown documentation with clear explanations and code examples for complex concepts. Use when the user needs to generate technical documentation, update existing docs, or explain concepts with practical examples.
Performs basic arithmetic operations including addition, subtraction, multiplication, and division. Use when the user needs to calculate numerical results, perform math operations, or solve arithmetic problems.
Validates data against specified rules including required field checks, email format validation, and numeric type verification. Use when the user needs to verify data integrity, validate form inputs, or check data against business rules.
Performs text manipulation operations including case conversion (uppercase, lowercase, capitalize), text reversal, and word counting. Use when the user needs to transform, analyze, or manipulate text strings.
| name | get-current-date |
| description | Retrieves the current date in YYYY-MM-DD format. Use when the user needs to know today's date or requires the current date for any operation. |
| license | MIT |
| metadata | {"author":"agent-skills-poc","version":"1.0","category":"utility"} |
This skill retrieves the current date and returns it as a string in YYYY-MM-DD format.
Use this skill when:
Execute the Node.js script to get the current date:
scripts/get_date.jsReturn the date as a string in the format YYYY-MM-DD
Ask for confirmation that the date is correct
Present the result clearly to the user
Input: "What's today's date?" Steps:
Input: "I need today's date for my log entry" Steps:
The skill uses a Node.js script (scripts/get_date.js) that:
Date object