🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 ClawHub

Multi Source Time

by @johnsmithfan

多方法报时技能。综合系统时钟、NTP 授时、网络时间 API 等多个时间源, 融合输出可靠的时间报告(带置信度和偏差估计),并支持语音播报。 触发场景:"现在几点"、"报时"、"报北京时间"、"当前时间"、"帮我看下时间"、 "time check"、"what time is it"、"报时技能"。

Versionv1.1.0
Downloads434
TERMINAL
clawhub install multi-source-time

📖 About This Skill


name: "Information Services" slug: "information-services" version: "1.0.0" language: en description: | Unified information services hub combining location, weather, and time capabilities. Multi-source geolocation (GPS/IP/WiFi), fixed-point weather forecasts, and multi-source time reporting with confidence scoring. Single entry point for all location-aware services. license: MIT triggers: - location - weather - time - GPS coordinates - forecast - current time - where am i - what time is it - weather forecast interface: inputs: type: object schema: type: object properties: service: type: string enum: [location, weather, time, all] description: Which service to query location: type: string description: City name or coordinates (lat,lon) method: type: string description: Specific method (gps, system, ip, wifi, cellular) outputs: type: object schema: type: object properties: service_type: type: string description: location | weather | time data: type: object description: Service-specific result data confidence: type: number description: Confidence score 0-1 errors: - code: LOC_UNAVAILABLE message: No location source available - code: WEATHER_FAILED message: Weather API request failed - code: TIME_FAILED message: Time source unavailable - code: NO_CREDENTIALS message: Required API credentials missing quality: idempotent: true metadata: category: information standardized: true

Information Services v1.0.0

> Index & Quick Reference. Full specifications in references/.

Quick Reference

Role

Unified hub for location, weather, and time services. Routes requests to the appropriate subsystem based on service type.

Department

Information

Section Index

  • Location Service
  • Weather Service
  • Time Service
  • Coordination Logic
  • Services

    | Service | Capabilities | Source Skills | |---------|-------------|---------------| | Location | GPS, system, IP, WiFi, cellular triangulation | multi-source-locate | | Weather | Current conditions, forecast, multi-source fusion | locate-weather | | Time | System clock, NTP, web API, confidence scoring | multi-source-time |

    Prompts

  • 01-implement-method.md
  • 02-robustness-checks.md
  • 03-test-cases.md
  • 04-documentation.md
  • 05-workflow-execution.md

  • *See references/ for detailed service specifications.*