— No reviews yet
0 installs
11 views
0.0% view→install
Install
$ agentstack add skill-ericwang915-pythonclaw-time ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Are you the author of System Time? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
System Time Skill
Get current date, time, timezone info, and timezone conversions.
When to Use
✅ USE this skill when:
- "What time is it?"
- "What's the date?"
- "What time is it in Tokyo?"
- "Convert 2pm EST to UTC"
- "Give me a Unix timestamp"
- User needs timezone names or abbreviations
When NOT to Use
❌ DON'T use this skill when:
- Scheduling or calendar logic → use calendar/scheduling tools
- Cron expression help → use cron-specific docs
- Historical date arithmetic (e.g., "days between 1990 and 2000") → compute or use date libraries
Usage/Commands
# Current local time
python {skill_path}/time_util.py
# Time in a specific timezone
python {skill_path}/time_util.py --tz "America/New_York"
# List common timezone names
python {skill_path}/time_util.py --list-tz
# Unix timestamp
python {skill_path}/time_util.py --unix
# Convert a time between timezones
python {skill_path}/time_util.py --convert "2026-03-01 14:30" --from-tz "Asia/Shanghai" --to-tz "America/New_York"
Notes
- Uses bundled
time_util.pyCLI for all time queries - Timezone names follow IANA format (e.g.,
America/New_York,Asia/Shanghai)
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: ericwang915
- Source: ericwang915/PythonClaw
- License: MIT
- Homepage: https://github.com/ericwang915/PythonClaw
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.