一键导入
time
Get current time information in a specific timezone using Python.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Get current time information in a specific timezone using Python.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Manage user schedules (add, update, delete, search).
Manage personal finances (income, expense, analytics).
Manage user notes (create, read, update, delete, search).
Convert values between various units (excluding currency).
Scrape data from a specified URL using the scraping tool.
Performs a search or extracts content using the Tavily API.
基于 SOC 职业分类
| name | Time |
| description | Get current time information in a specific timezone using Python. |
This skill allows you to check the current time in any timezone.
Run the time_skill.py script using the bash tool.
Command:
.venv/bin/python ~/.myaaw/skills/time/scripts/time_skill.py [timezone]
Arguments:
timezone: (Optional) The timezone string (e.g., Asia/Jakarta, UTC, America/New_York). If omitted, returns local system time.Example:
To check time in Jakarta:
command: .venv/bin/python ~/.myaaw/skills/time/scripts/time_skill.py Asia/Jakarta
To check local time:
command: .venv/bin/python ~/.myaaw/skills/time/scripts/time_skill.py
Dependencies:
This script requires the pytz package. Ensure it is installed in your .venv:
.venv/bin/pip install pytz
When you report the time to the user, you MUST NOT stop there. You MUST proactively follow up with context-aware suggestions or questions.
Examples of follow-ups:
Be creative and base your suggestions on the specific time of day.