weather-helper

weather-helper is a skill for Claude Code, Codex from agentverus/agentverus-scanner. It costs 11 tokens per session (52 once invoked), scanned A, original, MIT.

A skill that retrieves and summarizes weather forecasts for a city. A forecast is an estimate of upcoming weather conditions.

In plain words
What is it for?
Answering requests such as whether it will rain, how warm it will be, or what the forecast is for a specific city.
Why use it?
It saves the user from checking a weather website or app and turning the results into a short summary themselves.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

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/agentverus/agentverus-scanner/companion-bundle-nested
Any agent
npx skills add agentverus/agentverus-scanner --skill companion-bundle-nested
Clone the repo
git clone --depth 1 https://github.com/agentverus/agentverus-scanner

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-helper

README.md
[![agentmods](https://agentmods.dev/badge/skills/agentverus/agentverus-scanner/companion-bundle-nested.svg)](https://agentmods.dev/skills/agentverus/agentverus-scanner/companion-bundle-nested)
Your own site
<a href="https://agentmods.dev/skills/agentverus/agentverus-scanner/companion-bundle-nested"><img src="https://agentmods.dev/badge/skills/agentverus/agentverus-scanner/companion-bundle-nested.svg" alt="Measured on agentmods" height="20"></a>
Per session 11 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 52 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.1 $0.00011 $0.00052
Opus 5 $0.00005 $0.00026
Sonnet 5 $0.00002 $0.00010
Haiku 4.5 $0.00001 $0.00005

Measured 6d ago against content hash 9a12461d1f80, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

weather-helper 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 6d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (lib/worker.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.

Origin

Copies of this mod

8 near-identical copies found in the catalogue:

test/fixtures/packages/companion-bundle-nested/SKILL.md · 14 lines

What it actually says

Weather Helper

Use this skill when the user asks for a weather forecast.

Tools

  • fetch

Instructions

  • Query a weather API and summarize the forecast.
Files

What ships with it

1 file 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. 6d ago First seen · 14 lines · 11 tokens per session scan A 9a12461d1f80

Subscribe to this mod's changes

weather-helper is a skill published in the GitHub repository agentverus/agentverus-scanner (8 stars, last pushed 2mo ago), licensed MIT. It adds 11 tokens to every session and 52 once invoked, about $0.0001 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-31.

Related

Other skills, from other repositories

compliance-scan

Scans a Python AI project for EU AI Act compliance gaps using AIR Blackbox. Use when the user asks to check compliance, scan their code, audit their AI project, or mentions EU AI Act, Articles 9-15, or compliance checking.

airblackbox/airblackbox · 51 tokens

akf-trust-metadata

The AI native file format. EXIF for AI — stamps every file with trust scores, source provenance, and compliance metadata. Embeds into 20+ formats (DOCX, PDF, images, code). EU AI Act, SOX, HIPAA auditing.

sickn33/agentic-awesome-skills · 60 tokens

edgeone skill scanner

Scan any agent skill for security risks before you install or use it. Powered by Tencent Zhuque Lab A.I.G (AI-Infra-Guard). 100% local static analysis — no file contents or credentials leave your device. Compatible with CodeBuddy, Cursor, Windsurf, Claude Code, OpenClaw and more. Triggers on: 这个 skill 安全吗, skill 安全扫描…

Tencent/AI-Infra-Guard · 148 tokens

agt-policy-authoring

Create and validate a minimal AGT Copilot CLI policy tailored to the repository being inspected.

microsoft/agent-governance-toolkit · 23 tokens

write-unit-tests

Writing unit and integration tests for the tldraw SDK. Use when creating new tests, adding test coverage, or fixing failing tests in packages/editor or packages/tldraw. Covers Vitest patterns, TestEditor usage, and test file organization.

aisa-group/skill-inject · 53 tokens

hugging-face-dataset-creator

Create and manage datasets on Hugging Face Hub. Supports initializing repos, defining configs/system prompts, and streaming row updates. Designed to work alongside HF MCP server for comprehensive dataset workflows.

aisa-group/skill-inject · 44 tokens