← 返回 Skills 市场
WaveletWorldModel
作者
Krishna Aditya
· GitHub ↗
· v1.0.0
316
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wavelet-worldmodel-skill
功能描述
Generates a world model representation from state inputs using discrete wavelet transforms (DWT) to capture multi-resolution temporal and spatial features.
安全使用建议
The skill appears coherent and limited to computing wavelet-based compressed state vectors. Before installing: (1) verify the skill's provenance (source is listed as unknown and there's no homepage), (2) run the included Python script in an isolated/sandbox environment (or a virtualenv) and install dependencies from trusted registries (pip install numpy PyWavelets) with pinned versions, (3) inspect the code yourself (it's short and readable) and confirm you will not feed it sensitive secrets or personally identifiable data, and (4) if you plan to integrate this into an automated agent, ensure inputs are validated and that dependency installation is controlled. If you need higher assurance, ask the publisher for a source repository or signed release artifacts.
功能分析
Type: OpenClaw Skill
Name: wavelet-worldmodel-skill
Version: 1.0.0
The skill bundle is benign. All files (metadata, skill instructions, Python script, and README) align with the stated purpose of generating a world model using discrete wavelet transforms. The Python script uses standard scientific computing libraries (`numpy`, `pywt`), performs no file system access beyond dependency loading, no network calls, and no execution of external commands. There are no signs of data exfiltration, malicious execution, persistence, or prompt injection attempts in the markdown files.
能力评估
Purpose & Capability
Name/description match the included Python implementation (DWT via PyWavelets) and expected inputs/outputs. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md and the included script confine operations to ingesting state vectors and performing wavelet transforms. There are no instructions to read arbitrary files, scan system state, or transmit data externally.
Install Mechanism
This is an instruction-only skill with an included Python script and no install spec. The script depends on PyWavelets and numpy but does not declare or install them; missing dependency handling simply prints an error and exits. Lack of a declared install step and unpinned dependency references is a functional/integrity concern (not an active exploit) — you should install dependencies in a controlled environment.
Credentials
No environment variables, credentials, or config paths are requested or used. The skill operates on in-memory data only.
Persistence & Privilege
Skill is not force-included (always: false) and does not attempt to modify other skills or agent settings. It has normal autonomous invocation capability, which is expected.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wavelet-worldmodel-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/wavelet-worldmodel-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of wavelet-world-model skill.
- Introduces world model representation using discrete wavelet transforms (DWT)
- Captures both high-frequency details and low-frequency components for robust state encoding
- Designed for efficient processing of high-dimensional sequential state data
- Provides a `wavelet-model` command for initializing and processing state inputs
元数据
常见问题
WaveletWorldModel 是什么?
Generates a world model representation from state inputs using discrete wavelet transforms (DWT) to capture multi-resolution temporal and spatial features. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 316 次。
如何安装 WaveletWorldModel?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wavelet-worldmodel-skill」即可一键安装,无需额外配置。
WaveletWorldModel 是免费的吗?
是的,WaveletWorldModel 完全免费(开源免费),可自由下载、安装和使用。
WaveletWorldModel 支持哪些平台?
WaveletWorldModel 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 WaveletWorldModel?
由 Krishna Aditya(@aadipapp)开发并维护,当前版本 v1.0.0。
推荐 Skills