weather-advisor

Provides real-time weather data and outfit/travel recommendations via Python scripts.

1|1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/polaris-dxz/xclaw --skill weather-advisor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather-advisor
Source: https://github.com/polaris-dxz/xclaw/tree/main/apps/desktop/openclaw-runtime/config/skills/weather-advisor
Command: npx skills add https://github.com/polaris-dxz/xclaw --skill weather-advisor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

天气顾问解决了在日常生活中获取实时天气信息、做出穿衣与出行决策的痛点。通过一个集成工具,用户可以快速获得当前天气、未来7天预报,以及基于天气的穿衣和出行建议。

Core Features & Use Cases

  • 实时天气查询与当前温度、湿度、风力、空气质量的获取
  • 未来7天预报,便于日程安排
  • 穿衣建议与出行提醒,帮助规划户外活动
  • 常见使用场景:日常通勤、户外活动、旅行安排等

Quick Start

Ask the weather-advisor to fetch real-time weather for your city and provide outfit and travel recommendations.

Frequently Asked Questions about weather-advisor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get real-time weather data and outfit recommendations for my daily commute?

You can get real-time weather data and outfit recommendations by asking the tool to fetch current conditions for your city. It returns temperature, humidity, wind, air quality, and actionable advice for your daily commute.

Can I check future weather forecasts for travel planning and outdoor activity scheduling?

Yes, you can check future weather forecasts for travel planning and outdoor activity scheduling. The tool provides a 7-day forecast to help you organize upcoming trips and outdoor activities based on expected conditions.

Does this weather advisor provide alerts for severe conditions impacting travel decisions?

The weather advisor provides alerts for severe conditions impacting travel decisions. It implements an alert command using Python scripts to deliver real-time warnings, helping you adjust outdoor plans and travel routes accordingly.

What's the best way to integrate weather queries into my Python CLI workflow?

The best way to integrate weather queries into your Python CLI workflow is using the tool's script-based commands. It exposes now, outfit, and alert commands that output structured data and reference links directly within your terminal environment.

Do I need to install external dependencies to run the real-time weather and outfit commands?

You do not need to install external dependencies to run the real-time weather and outfit commands. The tool operates independently using Python scripts and a lightweight data store, requiring no additional package installations.

How does the outfit recommendation work based on current weather conditions?

The outfit recommendation works by analyzing current weather conditions fetched in real-time. It processes temperature, humidity, and wind data through Python scripts to generate structured, actionable clothing advice for your daily plans.