weather is agent-read markdown (skill) from trpc-group/trpc-agent-go: Get current weather and forecasts via wttr.in or Open-Meteo. Use when: user asks about weather, temperature, or forecasts for any location. NOT for: historical weather data, severe weather alerts, or detailed meteorological analysis. No API key needed..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Weather Skill
Get current weather conditions and forecasts.
## When to Use
✅ **USE this skill when:**
- "What's the weather?"
- "Will it rain today/tomorrow?"
- "Temperature in [city]"
- "Weather forecast for the week"
- Travel planning weather checks
## When NOT to Use
❌ **DON'T use this skill when:**
- Historical weather data → use weather archives/APIs
- Climate analysis or trends → use specialized data sources
- Hyper-local microclimate data → use local sensors
- Severe weather alerts → check official NWS sources
- Aviation/marine weather → use specialized services (METAR, etc.)
## Location
Always include a city, region, or airport code in weather queries.
## Commands
### Units
- **Metric (recommended):** add `&m` (°C, km/h)
- **US:** add `&u` (°F, mph)
### Current Weather
```bash
# One-line summary
curl "wttr.in/London?format=3&m"
# Detailed current conditions
curl "wttr.in/London?0&m"
# Specific city
curl "wttr.in/New+York?format=3&u"
```
### Forecasts
```bash
# 3-day forecast
curl "wttr.in/London?m"
# Week forecast
curl "wttr.in/London?format=v2&m"
# Specific day (0=today, 1=tomorrow, 2=day after)
curl "wttr.in/London?1&m"
```
### Format Options
…
Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
GET https://markdownregistry.com/api/v1/artifacts/art_w5dld7fdfyqiyjgr
GET https://markdownregistry.com/api/v1/resolve?ref=trpc-group/trpc-agent-go/weather
GET https://markdownregistry.com/api/v1/blob/0970f2a7ed28cfb8dbf574abac56afa827b28dbc564e61eeda105312d060d1b1
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
trpc-group/trpc-agent-go · examples/agui/server/skill_artifacts/skills/artifact_demo/SKILL.md · Demo skill that writes an output file and persists it as an artifact.
trpc-group/trpc-agent-go · examples/dynamicworkflow/skills/skills/fanout-analysis/SKILL.md · Use this workflow recipe when a question benefits from several independent perspectives followed by a single…
trpc-group/trpc-agent-go · examples/dynamicworkflow/skills/skills/quality-loop/SKILL.md · Use this workflow recipe when a draft, plan, proposal, or other deliverable should be independently reviewed and…
trpc-group/trpc-agent-go · examples/mcpbroker/basic/skills/remote-http-mcp/SKILL.md · Connect to a remote streamable HTTP MCP service that exposes announcements and FAQ tools.
trpc-group/trpc-agent-go · examples/skilldynamicschema/skills/plan_route/SKILL.md · Plan a route and return distance + ETA (schema + deterministic result).
iflytek/skillhub · builtin-skills/skills/weather/SKILL.md · Retrieve and summarize current weather and forecasts for locations, rain, temperature, and travel planning using an…