Agent skill · Data & Analytics

check-live-stations

Analyze live weather station integrations, validate data sources, and identify spots missing live conditions

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/analysis/check-live-stations/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Instructions
  2. 1. Discover All Strategies
  3. 2. Load Spots Data
  4. 3. Cross-Reference Coverage
  5. 4. Test Live Data Sources
  6. 5. Analyze Strategy Patterns
  7. Output Format
  8. Execution Steps
  9. Notes
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going