Get current weather information and forecasts for any location. Use when: user asks about weather, temperature, forecast, 'will it rain', 'is it cold outside'. Don't use when: user wants a full daily briefing (use briefing skill) or historical weather data.
Scanned 5/27/2026
Install via CLI
openskills install sepivip/SeekerClaw---
name: weather
description: "Get current weather information and forecasts for any location. Use when: user asks about weather, temperature, forecast, 'will it rain', 'is it cold outside'. Don't use when: user wants a full daily briefing (use briefing skill) or historical weather data."
version: "1.0.0"
---
# Weather
## Use when
- "what's the weather?", "will it rain today?"
- Temperature/forecast queries
- Travel weather planning
## Don't use when
- Combined daily briefing (use briefing)
- Historical weather or climate trends (use research)
- Severe weather alerts (advise checking official sources)
## Instructions
When the user asks about weather:
1. Identify the location they're asking about
- If no location specified, ask which city they want
- Remember their home location if they've told you before
2. Use web_search to find current weather
- Search: "[city] weather today"
- Include temperature, conditions, and any alerts
3. Format your response concisely:
- Current temperature and conditions
- High/low for the day
- Any notable weather alerts
- Brief forecast if they asked
Keep responses short - this is for mobile viewing.
No comments yet. Be the first to comment!
Find and analyze YouTube competitor channels using YouTube Data API v3. Discover competitors through keyword search, category matching, content similarity, and related channel discovery. Compare metrics, content strategies, and market positioning. Use when users want to (1) Find competitors for their YouTube channel, (2) Analyze competitor performance metrics, (3) Compare their channel against competitors, (4) Identify content gaps and opportunities, (5) Benchmark against similar creators, (6...