بنقرة واحدة
world-clock
World clock, timezone converter, countdown timers, and stopwatch utilities
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
World clock, timezone converter, countdown timers, and stopwatch utilities
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Real-time error monitoring dashboard: error summary with severity breakdown, error trends over time, category analysis, recent error feed, fix tracking, system health score, circuit breaker states, error code analysis, recurring error pattern detection, and actionable recommendations. Reads from Enso's action log, error log, circuit breakers, and error rate monitor.
Scheduled task health dashboard: monitor task statuses, failure rates, execution history, error classification, circuit breaker states, and drill into specific task run logs. The Team Leader's command center for scheduled task reliability.
Financial accounts dashboard — unified view across brokerage and private-bank accounts with wealth monitoring, refresh logs, and notification settings. Each account is a Cortex entity; each periodic statement is its own synthesis page. Privacy: all data lives at ~/.enso/wiki/ and ~/.enso/data/finances/ (local only — never committed to git).
Books: unified library across Kindle and WeRead (微信读书). Browse, search, scan from multiple sources, view enriched metadata, deep AI podcasts, and research from your reading.
Places & Travel: discover destinations, save travel wishlists, plan photography trips around golden hour timing, research locations with immersion checklists, plan shots by day and lighting window, and access quick photography technique references.
Cross-media library for browsing, searching, rating, tracking, and discovering books, movies, TV series, games, music, and photos from your Knowledge Cortex entity index
| name | world_clock |
| description | World clock, timezone converter, countdown timers, and stopwatch utilities |
World clock, timezone converter, countdown timers, and stopwatch utilities
Get the current time in any timezone with additional world clock zones. Use when the user says: 'what time is it', 'current time', 'show me the time', 'time in Tokyo', 'what time is it in London'.
Parameters:
timezone (string): IANA timezone (e.g. America/New_York, Asia/Tokyo). Defaults to system local timezone.Convert a time between timezones. Use when the user says: 'convert time', 'what is 3pm EST in Tokyo', 'timezone conversion', 'time difference'.
Parameters:
time (string): Time to convert (e.g. '3:30 PM' or '15:30'). Defaults to current time.fromTimezone (string): Source IANA timezone (e.g. America/New_York)toTimezone (string): Target IANA timezone (e.g. Asia/Tokyo). Can also be a comma-separated list.View multiple timezone clocks simultaneously. Add or remove timezones from your world clock. Use when the user says: 'world clock', 'show all timezones', 'time around the world', 'add timezone'.
Parameters:
addTimezone (string): IANA timezone to add to the world clockremoveTimezone (string): IANA timezone to remove from the world clockCreate, view, or delete countdown timers to any target date/time. Use when the user says: 'set a timer', 'countdown to', 'how long until', 'timer for 30 minutes', 'delete timer'.
Parameters:
action (string): Action: list, create, or deletelabel (string): Timer label (for create)target (string): Target time: ISO datetime (2026-12-31T00:00:00) or duration (30m, 2h, 1d)id (string): Timer ID (for delete)Open a client-side stopwatch with lap tracking. Use when the user says: 'stopwatch', 'start timer', 'start stopwatch', 'lap timer'.