Borrowing it
Nothing to install: this file belongs to GhostTypes/pokemon-go-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/GhostTypes/pokemon-go-mcp/main/.claude/skills/get-time/SKILL.mdgit clone --depth 1 https://github.com/GhostTypes/pokemon-go-mcpWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/ghosttypes/pokemon-go-mcp/get-time)<a href="https://agentmods.dev/skills/ghosttypes/pokemon-go-mcp/get-time"><img src="https://agentmods.dev/badge/skills/ghosttypes/pokemon-go-mcp/get-time.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00050 | $0.00676 |
| Opus 5 | $0.00025 | $0.00338 |
| Sonnet 5 | $0.00010 | $0.00135 |
| Haiku 4.5 | $0.00005 | $0.00068 |
Grade A, and why
get-time scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 80 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Get Time
This skill provides the current local time with automatic timezone detection or manual timezone specification.
Usage
Automatic Timezone Detection
The script attempts to auto-detect the user's timezone using IP geolocation:
python3 scripts/get_time.py [format]
Manual Timezone Specification
For more accurate results, especially in containerized environments, specify the timezone explicitly:
python3 scripts/get_time.py [format] [timezone]
Important: When you know the user's timezone from context or memory, always pass it explicitly for accuracy.
Available Formats
- full (default): Full datetime with day name and timezone (e.g., "Sunday, December 14, 2025 at 05:09:44 PM EST")
- time: Just the time in 12-hour format (e.g., "05:09:44 PM")
- date: Just the date (e.g., "2025-12-14")
- datetime: Date and time with timezone (e.g., "2025-12-14 05:09:44 PM EST")
- iso: ISO 8601 format (e.g., "2025-12-14T17:09:44-05:00")
- unix: Unix timestamp (e.g., "1734220184")
Common Timezones
- US Eastern:
America/New_York - US Pacific:
America/Los_Angeles - US Central:
America/Chicago - US Mountain:
America/Denver - UK:
Europe/London - Central Europe:
Europe/Paris - Japan:
Asia/Tokyo - Australia Eastern:
Australia/Sydney
See IANA timezone database for full list.
Examples
# Auto-detect timezone (may be less accurate in containers)
python3 scripts/get_time.py
# Get time in US Eastern timezone
python3 scripts/get_time.py full America/New_York
# Get just the time in Pacific timezone
python3 scripts/get_time.py time America/Los_Angeles
# Get ISO format for logging in specific timezone
python3 scripts/get_time.py iso Europe/London
# Get Unix timestamp (timezone-independent)
python3 scripts/get_time.py unix
Best Practices
- Use user's known location: If you have information about the user's location from conversation history or memory, convert it to a timezone and pass it explicitly
- Common US locations:
- New York, Boston, Washington DC →
America/New_York - Los Angeles, San Francisco, Seattle →
America/Los_Angeles - Chicago, Dallas →
America/Chicago - Denver, Phoenix →
America/Denver
- New York, Boston, Washington DC →
- Fallback: If timezone detection fails or no timezone is specified, the script falls back to UTC
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 80 lines · 50 tokens per session scan A 421c2ef71124
get-time is a skill published in the GitHub repository GhostTypes/pokemon-go-mcp (7 stars, last pushed today), licensed MIT. It adds 50 tokens to every session and 676 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
orbit-notion
Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…
Cortex
Operate Cortex, the LifeOS memory system — the typed Knowledge Archive (People, Companies, Ideas, Research with typed related: links) plus recall of prior work sessions, ISAs, and conversations. Search, add, harvest, develop, ingest, distill, graph-navigate, recall. USE WHEN cortex, knowledge, knowledge base, search…
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
pinchtab-mcp
Use this skill when a task requires browser automation through PinchTab's MCP server connected to a remote browser instance. Covers navigation, element interaction, data extraction, form filling, multi-step flows, and session management via MCP tools.
peekaboo
Capture and automate macOS UI with the Peekaboo CLI.
mochi-remind
Handle due reminders — notify the user with natural language and mark them done.