Convert times across world timezones and compare availability. Use when converting meetings, checking offsets, comparing zones, generating tables.
--- name: "Timezone" description: "Convert times across world timezones and compare availability. Use when converting meetings, checking offsets, comparing zones, generating tables." version: "2.0.0" author: "BytesAgain" homepage: https://bytesagain.com source: https://github.com/bytesagain/ai-skills tags: ["tool", "terminal", "cli", "utility", "timezone"] --- # Timezone Your personal Timezone assistant. Track, analyze, and manage all your utility tools needs from the command line. ## Why Timezone? - Works entirely offline — your data never leaves your machine - Simple command-line interface, no GUI needed - Export to JSON, CSV, or plain text anytime - Automatic history and activity logging ## Getting Started ```bash # See what you can do timezone help # Check current status timezone status # View your statistics timezone stats ``` ## Commands | Command | What it does | |---------|-------------| | `timezone run` | Run | | `timezone check` | Check | | `timezone convert` | Convert | | `timezone analyze` | Analyze | | `timezone generate` | Generate | | `timezone preview` | Preview | | `timezone batch` | Batch | | `timezone compare` | Compare | | `timezone export` | Export | | `timezone config` | Config | | `timezone status` | Status | | `timezone report` | Report | | `timezone stats` | Summary statistics | | `timezone export` | <fmt> Export (json|csv|txt) | | `timezone search` | <term> Search entries | | `timezone recent` | Recent activity | | `timezone status` | Health check | | `timezone help` | Show this help | | `timezone version` | Show version | | `timezone $name:` | $c entries | | `timezone Total:` | $total entries | | `timezone Data` | size: $(du -sh "$DATA_DIR" 2>/dev/null | cut -f1) | | `timezone Version:` | v2.0.0 | | `timezone Data` | dir: $DATA_DIR | | `timezone Entries:` | $(cat "$DATA_DIR"/*.log 2>/dev/null | wc -l) total | | `timezone Disk:` | $(du -sh "$DATA_DIR" 2>/dev/null | cut -f1) | | `timezone Last:` | $(tail -1 "$DATA_DIR/history.log" 2>/dev/null || echo never) | | `timezone Status:` | OK | | `timezone [Timezone]` | run: $input | | `timezone Saved.` | Total run entries: $total | | `timezone [Timezone]` | check: $input | | `timezone Saved.` | Total check entries: $total | | `timezone [Timezone]` | convert: $input | | `timezone Saved.` | Total convert entries: $total | | `timezone [Timezone]` | analyze: $input | | `timezone Saved.` | Total analyze entries: $total | | `timezone [Timezone]` | generate: $input | | `timezone Saved.` | Total generate entries: $total | | `timezone [Timezone]` | preview: $input | | `timezone Saved.` | Total preview entries: $total | | `timezone [Timezone]` | batch: $input | | `timezone Saved.` | Total batch entries: $total | | `timezone [Timezone]` | compare: $input | | `timezone Saved.` | Total compare entries: $total | | `timezone [Timezone]` | export: $input | | `timezone Saved.` | Total export entries: $total | | `timezone [Timezone]` | config: $input | | `timezone Saved.` | Total config entries: $total | | `timezone [Timezone]` | status: $input | | `timezone Saved.` | Total status entries: $total | | `timezone [Timezone]` | report: $input | | `timezone Saved.` | Total report entries: $total | ## Data Storage All data is stored locally at `~/.local/share/timezone/`. Each action is logged with timestamps. Use `export` to back up your data anytime. ## Feedback Found a bug or have a suggestion? Let us know: https://bytesagain.com/feedback/ --- Powered by BytesAgain | bytesagain.com | hello@bytesagain.com
don't have the plugin yet? install it then click "run inline in claude" again.