china-weather

china-weather is a skill for Codex from valenovo/ai-agent-skills. It costs 167 tokens per session (1,924 once invoked), scanned A, original, no licence file.

A weather lookup tool for China that uses public data from official Chinese weather services. It covers conditions, forecasts, warnings, air quality, observations, maps, and other weather information.

In plain words
What is it for?
Use it to check Chinese city weather, forecasts, rain risk, warnings, air quality, or conditions affecting travel and outdoor plans.
Why use it?
It helps answer travel and planning questions with weather data from identified public sources instead of guesswork.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to check Chinese city weather, forecasts, rain risk, warnings, air quality, or conditions affecting travel and outdoor plans.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/valenovo/ai-agent-skills/china-weather-agent-skill
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.

Any agent
npx skills add valenovo/ai-agent-skills --skill china-weather-agent-skill
Clone the repo
git clone --depth 1 https://github.com/valenovo/ai-agent-skills

Made for: 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 china-weather

README.md
[![agentmods](https://agentmods.dev/badge/skills/valenovo/ai-agent-skills/china-weather-agent-skill/github.svg)](https://agentmods.dev/skills/valenovo/ai-agent-skills/china-weather-agent-skill)
Your own site
<a href="https://agentmods.dev/skills/valenovo/ai-agent-skills/china-weather-agent-skill"><img src="https://agentmods.dev/badge/skills/valenovo/ai-agent-skills/china-weather-agent-skill/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for china-weather

Your own site · 80×15
<a href="https://agentmods.dev/skills/valenovo/ai-agent-skills/china-weather-agent-skill"><img src="https://agentmods.dev/badge/skills/valenovo/ai-agent-skills/china-weather-agent-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 167 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,924 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00167 $0.01924
Opus 5 $0.00084 $0.00962
Sonnet 5 $0.00033 $0.00385
Haiku 4.5 $0.00017 $0.00192

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

Security

Grade A, and why

china-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 12d ago.

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

china-weather-agent-skill/SKILL.md · 134 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

7 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. 12d ago First seen · 134 lines · 167 tokens per session scan A ab592128326c

Subscribe to this mod's changes

china-weather is a skill published in the GitHub repository valenovo/ai-agent-skills (65 stars, last pushed 3mo ago), with no licence file. It adds 167 tokens to every session and 1,924 once invoked, about $0.0008 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

foldseek

Structure similarity search with Foldseek. Use this skill when: (1) Finding similar structures in PDB/AFDB databases, (2) Structural homology search, (3) Database queries by 3D structure, (4) Finding remote homologs not detected by sequence, (5) Clustering structures by similarity. For sequence similarity, use uniprot…

zongtingwei/Bioclaw_Skills_Hub · 101 tokens

academic-paper-to-chinese-insight-pdf

Turn an academic paper PDF into a high-quality Chinese insight report and export it as a polished Chinese PDF. Use when asked to read a paper, translate or summarize a paper into Chinese, extract the paper's core ideas, produce original insights/opinions, explain the paper in simpler language, or deliver a Chinese PDF…

davidtoby/agent-skills · 113 tokens

chinese-pdf-document-workflows

Class-level workflow for extracting, converting, editing, and producing polished Chinese PDFs and document reports from PDFs, papers, webpages, markdown, and video transcripts. Use when asked to create Chinese PDF reports, fix Chinese font/glyph rendering, summarize academic papers into Chinese insight reports…

davidtoby/agent-skills · 83 tokens

audit-training-experiment

Audits an ML training experiment for reproducibility, evidence integrity, leakage, checkpoint identity, evaluation validity, and overclaimed conclusions. Use before accepting results, spending on a longer run, publishing artifacts, or handing work to another agent.

bastos/skills · 52 tokens

close-out-ml-experiment

Preserves positive or negative ML experiment evidence, reconciles report discrepancies, records the canonical decision and limitations, and prepares a concise handoff. Use when stopping an experiment, rejecting a prompt/model, or freezing a result before the next iteration.

bastos/skills · 55 tokens

ehr-analysis

End-to-end EHR predictive modeling pipeline with PyHealth, covering dataset loading, task definition, model training, evaluation, calibration, and clinical interpretation.

zongtingwei/Bioclaw_Skills_Hub · 33 tokens