← 返回 Skills 市场
Windows Local Embedding
作者
dadaniya99
· GitHub ↗
· v1.0.0
· MIT-0
288
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install windows-local-embedding
功能描述
在 Windows 上为 OpenClaw 配置本地 embedding / 本地记忆检索时使用。适用于:下载并接入 `nomic-embed-text-v1.5.Q8_0.gguf`、把 `memorySearch.provider` 改成 `local`、检查 `openclaw memory status...
安全使用建议
This skill is coherent and focused on enabling local embeddings on Windows. Before proceeding: (1) backup your C:\Users\...\.openclaw\openclaw.json, (2) verify the HuggingFace download URL and that the file header reads 'GGUF' and file size ≈139 MB, (3) be aware 'npm install node-llama-cpp' will download native binaries and may require admin rights — inspect or run in a test environment if unsure, (4) the provided verification script imports a module from your OpenClaw installation (call-C5sk0PsH.js); inspect that file if you have concerns about running code from the app directory, and (5) if you want stricter isolation, perform the model installation and testing on a non-critical machine or VM first.
功能分析
Type: OpenClaw Skill
Name: windows-local-embedding
Version: 1.0.0
The skill provides instructions for configuring local embeddings on Windows, which involves high-risk operations such as downloading external models from HuggingFace, modifying the 'openclaw.json' configuration file, and executing 'npm install' to add dependencies. It also includes a diagnostic JavaScript file (check_memory.mjs) that imports internal application modules from the installation directory. While these actions are consistent with the stated goal of troubleshooting, the reliance on shell execution and package installation for system-level changes qualifies as high-risk behavior without evidence of malicious intent.
能力评估
Purpose & Capability
The skill's name/description (Windows local embedding for OpenClaw) matches the actions it instructs: download a GGUF embedding model from HuggingFace, install node-llama-cpp, edit openclaw.json to set provider=local, restart OpenClaw, and run a local verification script. All required steps are reasonable for this stated goal.
Instruction Scope
SKILL.md stays on-topic: it verifies the model file header, guides where to place the model, how to install the native dependency, how to edit the OpenClaw config, and how to validate via a local gateway call. It does not instruct reading unrelated system files, transmitting data to third-party endpoints (beyond downloading the model from HuggingFace), or collecting secrets.
Install Mechanism
No built-in install spec; user-run steps include downloading the model from a direct HuggingFace URL and running 'npm install node-llama-cpp' in the OpenClaw resources folder. Both are expected for this use case; the HuggingFace URL is an official release-hosted link and npm is the standard registry. Note: node-llama-cpp pulls precompiled native binaries.
Credentials
The skill requests no environment variables, credentials, or external config paths. The only modifications are to the user's OpenClaw config file and to install a dependency inside the OpenClaw application folder — both proportional to enabling local embeddings.
Persistence & Privilege
The skill asks the user to modify OpenClaw's configuration and to install a native dependency into Program Files/resources. This requires file-write privileges (may need elevated permissions) and will change the local application state, which is expected for this task but worth noting before proceeding.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install windows-local-embedding - 安装完成后,直接呼叫该 Skill 的名称或使用
/windows-local-embedding触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release. Windows-specific guide for setting up local embedding with nomic-embed-text-v1.5.Q8_0.gguf on OpenClaw, including node-llama-cpp manual install for Microsoft Store version.
元数据
常见问题
Windows Local Embedding 是什么?
在 Windows 上为 OpenClaw 配置本地 embedding / 本地记忆检索时使用。适用于:下载并接入 `nomic-embed-text-v1.5.Q8_0.gguf`、把 `memorySearch.provider` 改成 `local`、检查 `openclaw memory status... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 288 次。
如何安装 Windows Local Embedding?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install windows-local-embedding」即可一键安装,无需额外配置。
Windows Local Embedding 是免费的吗?
是的,Windows Local Embedding 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Windows Local Embedding 支持哪些平台?
Windows Local Embedding 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Windows Local Embedding?
由 dadaniya99(@dadaniya99)开发并维护,当前版本 v1.0.0。
推荐 Skills