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.
npx agentmods add skills/exboys/skilllite/weathernpx skills add EXboys/skilllite --skill weathergit clone --depth 1 https://github.com/EXboys/skillliteWrote 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.
[](https://agentmods.dev/skills/exboys/skilllite/weather)<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>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.
| Model | Per session | Once 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 |
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.
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.
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
}
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.
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.
- 4d ago First seen · 65 lines · 37 tokens per session scan A cafa35ce1b19
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.
Other skills, from other repositories
analyzing-malware-behavior-with-cuckoo-sandbox
Executes malware samples in Cuckoo Sandbox to observe runtime behavior including process creation, file system modifications, registry changes, network communications, and API calls. Generates comprehensive behavioral reports for malware classification and IOC extraction. Activates for requests involving dynamic…
publish-registry
Publish @agentos-software/ registry packages from AgentOS. Use whenever the user asks to publish or release registry software/agent packages.
triage-issues
Triage open GitHub issues for kubernetes-sigs/agent-sandbox by mapping them to roadmap.md and assigning k8s priority labels + Kanban Priority (P0–P4) on Project.
readme-guidelines
Review or write README content for open-source projects. Enforces progressive disclosure, jargon-free language, and single-concept code examples. Use when asked to "write README", "review README", "update README", or "check docs".
add-analytics
Add Google Analytics 4 tracking to any project. Detects framework, adds tracking code, sets up events, and configures privacy settings.
project-brainstorming
Turn vague ideas into clear specs with acceptance criteria through collaborative dialogue with the CEO. Understand what to build before building it.