weather

weather is a skill for Claude Code, Codex from EXboys/skilllite. It costs 37 tokens per session (497 once invoked), scanned A, original, MIT.

A weather lookup skill for a named city, covering today or tomorrow. It returns conditions such as temperature, high and low temperatures, wind, and a short weather tip.

In plain words
What is it for?
Use it to answer questions about the current or next day’s weather, temperature, wind, and related conditions in a city.
Why use it?
It avoids needing to check several weather websites or configure a weather API key. If one data source is unavailable, it can try another supported source.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/exboys/skilllite/weather
Any agent
npx skills add EXboys/skilllite --skill weather
Clone the repo
git clone --depth 1 https://github.com/EXboys/skilllite

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for weather

README.md
[![agentmods](https://agentmods.dev/badge/skills/exboys/skilllite/weather.svg)](https://agentmods.dev/skills/exboys/skilllite/weather)
Your own site
<a href="https://agentmods.dev/skills/exboys/skilllite/weather"><img src="https://agentmods.dev/badge/skills/exboys/skilllite/weather.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 497 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00037 $0.00497
Opus 5 $0.00018 $0.00249
Sonnet 5 $0.00007 $0.00099
Haiku 4.5 $0.00004 $0.00050

Measured 4d ago against content hash cafa35ce1b19, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

weather scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/main.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.skills/weather/SKILL.md · 65 lines

What it actually says

Weather Skill

查询指定城市的真实天气信息。开箱即用,无需配置任何 API Key!

数据来源(按优先级,均免费无需 Key)

优先级 数据源 说明
1 中华万年历 国内免费稳定,默认使用
2 sojson天气 备用免费源,含空气质量
3 wttr.in 仅作「今天」的兜底;国外服务,可能超时(明天及以后依赖前两个源)

参数

  • city (string, required): 城市名称,如 '北京'、'深圳'、'清迈'
  • day (string, optional): 查询哪天的天气,可选值: 'today' (今天, 默认), 'tomorrow' (明天)

示例

查询今天天气

输入: {"city": "深圳", "day": "today"} 输出:

{
  "city": "深圳",
  "temperature": "18°C",
  "weather": "多云",
  "high": "20°C",
  "low": "14°C",
  "wind": "东北风 3-4级",
  "tip": "天气较凉,注意添加衣物",
  "source": "中华万年历",
  "success": true
}

查询明天天气

输入: {"city": "深圳", "day": "tomorrow"} 输出:

{
  "city": "深圳",
  "temperature": "18°C",
  "weather": "多云",
  "high": "20°C",
  "low": "14°C",
  "wind": "东北风 3-4级",
  "tip": "注意防晒",
  "source": "中华万年历",
  "success": true
}
Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 65 lines · 37 tokens per session scan A cafa35ce1b19

Subscribe to this mod's changes

weather is a skill published in the GitHub repository EXboys/skilllite (167 stars, last pushed 2d ago), licensed MIT. It adds 37 tokens to every session and 497 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories