← 返回 Skills 市场
wu-uk

meteorology-driver-classification

作者 wu-uk · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
84
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install lake-warming-attribution-meteorology-driver-classification
功能描述
Classify environmental and meteorological variables into driver categories for attribution analysis. Use when you need to group multiple variables into meani...
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install lake-warming-attribution-meteorology-driver-classification
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /lake-warming-attribution-meteorology-driver-classification 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Bulk publish from all-task-skills-dedup
元数据
Slug lake-warming-attribution-meteorology-driver-classification
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

meteorology-driver-classification 是什么?

Classify environmental and meteorological variables into driver categories for attribution analysis. Use when you need to group multiple variables into meani... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 84 次。

如何安装 meteorology-driver-classification?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install lake-warming-attribution-meteorology-driver-classification」即可一键安装,无需额外配置。

meteorology-driver-classification 是免费的吗?

是的,meteorology-driver-classification 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

meteorology-driver-classification 支持哪些平台?

meteorology-driver-classification 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 meteorology-driver-classification?

由 wu-uk(@wu-uk)开发并维护,当前版本 v0.1.0。

💬 留言讨论