← Back to Skills Marketplace
wu-uk

meteorology-driver-classification

by wu-uk · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
84
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install lake-warming-attribution-meteorology-driver-classification
Description
Classify environmental and meteorological variables into driver categories for attribution analysis. Use when you need to group multiple variables into meani...
README (SKILL.md)

Driver Classification Guide

Overview

When analyzing what drives changes in an environmental system, it is useful to group individual variables into broader categories based on their physical meaning.

Common Driver Categories

Heat

Variables related to thermal energy and radiation:

  • Air temperature
  • Shortwave radiation
  • Longwave radiation
  • Net radiation (shortwave + longwave)
  • Surface temperature
  • Humidity
  • Cloud cover

Flow

Variables related to water movement:

  • Precipitation
  • Inflow
  • Outflow
  • Streamflow
  • Evaporation
  • Runoff
  • Groundwater flux

Wind

Variables related to atmospheric circulation:

  • Wind speed
  • Wind direction
  • Gust speed
  • Atmospheric pressure

Human

Variables related to anthropogenic activities:

  • Developed area
  • Agriculture area
  • Impervious surface
  • Population density
  • Industrial output
  • Land use change rate

Derived Variables

Sometimes raw variables need to be combined before analysis:

# Combine radiation components into net radiation
df['NetRadiation'] = df['Longwave'] + df['Shortwave']

Grouping Strategy

  1. Identify all available variables in your dataset
  2. Assign each variable to a category based on physical meaning
  3. Create derived variables if needed
  4. Variables in the same category should be correlated

Validation

After statistical grouping, verify that:

  • Variables load on expected components
  • Groupings make physical sense
  • Categories are mutually exclusive

Best Practices

  • Use domain knowledge to define categories
  • Combine related sub-variables before analysis
  • Keep number of categories manageable (3-5 typically)
  • Document your classification decisions
Usage Guidance
This is a simple, coherent documentation-style skill; it is low-risk to install. Before using it in automated pipelines, ensure any datasets you feed to derived-code are appropriate (no sensitive personal data) and verify that derived-variable code matches your data schema. If you expect the agent to execute code generated from this guide, review that code before running it locally or on production data.
Capability Analysis
Type: OpenClaw Skill Name: lake-warming-attribution-meteorology-driver-classification Version: 0.1.0 The skill bundle is a purely informational guide for categorizing meteorological and environmental variables into driver groups (Heat, Flow, Wind, Human). It contains no executable scripts, network requests, or suspicious instructions, and the provided Python snippet in SKILL.md is a trivial arithmetic operation for calculating net radiation.
Capability Assessment
Purpose & Capability
Name, description, and SKILL.md all describe classifying environmental variables into categories. There are no unexpected required binaries, env vars, or config paths.
Instruction Scope
SKILL.md contains guidance, category lists, a short example Python snippet for deriving net radiation, and best practices. It does not instruct reading unrelated files, accessing environment variables, contacting external endpoints, or exfiltrating data.
Install Mechanism
No install spec and no code files — instruction-only — so nothing is written to disk or fetched at install time.
Credentials
The skill requires no environment variables, credentials, or config paths. The requested privileges are proportionate to a documentation/guide skill.
Persistence & Privilege
always is false, the skill is user-invocable and does not request permanent presence or modification of other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install lake-warming-attribution-meteorology-driver-classification
  3. After installation, invoke the skill by name or use /lake-warming-attribution-meteorology-driver-classification
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Bulk publish from all-task-skills-dedup
Metadata
Slug lake-warming-attribution-meteorology-driver-classification
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is meteorology-driver-classification?

Classify environmental and meteorological variables into driver categories for attribution analysis. Use when you need to group multiple variables into meani... It is an AI Agent Skill for Claude Code / OpenClaw, with 84 downloads so far.

How do I install meteorology-driver-classification?

Run "/install lake-warming-attribution-meteorology-driver-classification" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is meteorology-driver-classification free?

Yes, meteorology-driver-classification is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does meteorology-driver-classification support?

meteorology-driver-classification is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created meteorology-driver-classification?

It is built and maintained by wu-uk (@wu-uk); the current version is v0.1.0.

💬 Comments