check-live-stations
Analyze live weather station integrations, validate data sources, and identify spots missing live conditions
npx skills add majiayu000/claude-skill-registry --skill check-live-stations --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Check Live Stations Skill Analyze live weather data sources in FetchCurrentConditions strategies and cross-reference with spots.json to identify coverage and issues. ## Instructions Perform the following analysis and report all findings. ### 1. Discover All Strategies Scan `src/main/java/com/github/pwittchen/varun/service/live/strategy/` for all `FetchCurrentConditionsStrategy*.java` files. For each strategy, extract: - Class name - Windguru ID(s) it handles (from `canProcess()` method or ID constants/maps) - Data source URL(s) - Data format (JSON, plain text, HTML scraping) - Provider name (from class comments or URL domain) ### 2. Load Spots Data Read `src/main/resources/spots.json` and extract: - Spot name - Country - Windguru ID (from `windguruUrl`, extract numeric ID) - Fallback Windguru ID if present (from `windguruFallbackUrl`) ### 3. Cross-Reference Coverage For each spot in spots.json: 1. Determine if any strategy can process its Windguru ID 2. Mark spots as "has live data" or "no live data" ### 4. Test Live Data Sources For each unique data source URL found in strategies: 1. Attempt to fetch the URL using curl (with 10s timeout) 2. Check HTTP response code 3. Verify res
- Instructions
- 1. Discover All Strategies
- 2. Load Spots Data
- 3. Cross-Reference Coverage
- 4. Test Live Data Sources
- 5. Analyze Strategy Patterns
- Output Format
- Execution Steps
- Notes
What does the check-live-stations skill do?
Analyze live weather station integrations, validate data sources, and identify spots missing live conditions
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill check-live-stations --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
