🦀 ClawHub
Locate Weather
by @johnsmithfan
定点天气预报 Skill。先通过 GPS、IP、WiFi、系统定位等多方法三角定位获取精确坐标, 再获取该位置的天气预报。支持手动指定坐标/城市、时间感知定位策略(根据时段自动选择最优定位方法)。 定位模块引用 multi-source-locate Skill,天气模块独立实现。 用于:"我这里的天气"、"定点...
TERMINAL
clawhub install locate-weather📖 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
InformationSection Index
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
*See references/ for detailed service specifications.*