← Back to Skills Marketplace
Windows Local Embedding
by
dadaniya99
· GitHub ↗
· v1.0.0
· MIT-0
288
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install windows-local-embedding
Description
在 Windows 上为 OpenClaw 配置本地 embedding / 本地记忆检索时使用。适用于:下载并接入 `nomic-embed-text-v1.5.Q8_0.gguf`、把 `memorySearch.provider` 改成 `local`、检查 `openclaw memory status...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install windows-local-embedding - After installation, invoke the skill by name or use
/windows-local-embedding - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Windows Local Embedding?
在 Windows 上为 OpenClaw 配置本地 embedding / 本地记忆检索时使用。适用于:下载并接入 `nomic-embed-text-v1.5.Q8_0.gguf`、把 `memorySearch.provider` 改成 `local`、检查 `openclaw memory status... It is an AI Agent Skill for Claude Code / OpenClaw, with 288 downloads so far.
How do I install Windows Local Embedding?
Run "/install windows-local-embedding" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Windows Local Embedding free?
Yes, Windows Local Embedding is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Windows Local Embedding support?
Windows Local Embedding is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Windows Local Embedding?
It is built and maintained by dadaniya99 (@dadaniya99); the current version is v1.0.0.
More Skills