weather_skill
- C#
53
GitHub Stars
1
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill jinfanzheng/kode-sdk-csharp --skill weather- SKILL.md3.2 KB
Overview
This skill verifies current weather and time-sensitive local conditions by retrieving verifiable sources and publishing only confirmed facts. It requires a clear location and always returns source links and the local page update/publish time; it never fabricates data.
How this skill works
When given a location, the skill searches authoritative weather sources and cross-checks results before forming a conclusion. Every weather statement includes location, time range, cited source name and link, and the source's local publish/update time (or an explicit note if the source did not provide one).
When to use it
- User asks for current weather, temperature, precipitation, wind, or forecast for a specific place.
- User requests alerts such as typhoon, severe storm, or air quality warnings.
- User needs verifiable weather info with source links and update timestamps.
- You must confirm time-sensitive conditions before making decisions (travel, events, outdoor work).
- User asks for forecasts over specific time ranges (next 24 hours, 7-day outlook).
Best practices
- Always confirm the precise location (city/district or nearby landmark) before checking sources.
- Prefer authoritative national or local meteorological agencies; use other platforms only for supplementary context.
- Include the source name, direct link, and the source’s listed local publish/update time; explicitly state if the source did not provide a time.
- Do not guess or fill missing numeric details; if unavailable, state that the data is not provided by the sources.
- Report concise conclusions first, followed by essential details (temperature range, precipitation chance, wind) when available.
Example use cases
- User: 'Will it rain in Shenzhen Nanshan today?' — Skill returns verified rain chance for today with meteorological source link and update time.
- User: 'Current temperature and wind in downtown Seattle' — Skill provides confirmed current conditions with source, link, and timestamp.
- User: 'Any typhoon alerts for Guangdong?' — Skill checks official agency alerts, cites authoritative warnings, and notes local publish times.
- User: '7-day forecast for Paris' — Skill aggregates authoritative forecast pages, cites sources, time ranges, and update times.
- User: 'Air quality index for my neighborhood' — Skill fetches local gov/monitoring station data, includes link and measurement time.
FAQ
I will ask you to specify the city, district, or a nearby landmark before checking; I won’t assume a default location.
What sources do you trust?
I prioritize national and local meteorological agencies and official government sites; large weather platforms are used only for supplementary context and must be cross-verified.