TopRank Skills

Home / Claw Skills / Publication / wavelet-world-model
Official OpenClaw rules 36%

wavelet-world-model

Generates a world model representation from state inputs using discrete wavelet transforms (DWT) to capture multi-resolution temporal and spatial features.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 wavelet-world-model 技能。 若已安装,则直接安装 wavelet-world-model 技能。

Overview

Skill Key
aadipapp/wavelet-worldmodel-skill
Author
tempguest
Source Repo
openclaw/skills
Version
0.1.0
Source Path
skills/aadipapp/wavelet-worldmodel-skill
Latest Commit SHA
de6e1a50ccba8924a8f0215052e31109370e2c23

Extracted Content

SKILL.md excerpt

# Wavelet World Model Skill

This skill allows your OpenClaw agent to transform high-dimensional sequential state data into a compact world model representation using Wavelet Transforms.

It leverages multi-resolution analysis to efficiently encode BOTH high-frequency details (rapid changes) and low-frequency components (long-term dependencies), making it highly effective for robotic control, continuous state tracking, and predicting complex environments.

## Commands

- `wavelet-model`: standardized command to initialize the wavelet world model and process state inputs.

README excerpt

# Wavelet World Model Skill for OpenClaw

This skill enables an OpenClaw agent to build a multi-resolution "world model" of an environment or system state using Discrete Wavelet Transforms (DWT).

## Features

- **Multi-resolution State Encoding**: Captures both slow trends and fast perturbations in the environment.
- **Dimensionality Reduction**: Compresses state history while preserving critical temporal-spatial transitions.
- **Predictive Foundation**: Provides a robust, denoised state representation that can be fed into downstream RL or predictive neural networks.

## Installation

### Local Install (Development)
If you have the OpenClaw CLI installed:
```bash
openclaw skill install ./wavelet-world-model-skill
```

## Usage

Once installed, you can ask OpenClaw:
> "Generate a wavelet world model from my current state data"
> "Run the wavelet-model skill"

## Publishing to ClawHub

To share this skill:

1.  **Login to ClawHub**:
    ```bash
    clawhub login
    ```

2.  **Publish the Skill**:
    Navigate to the skill directory and run:
    ```bash
    clawhub publish
    ```

Related Claw Skills