← Back to Skills Marketplace
djc00p

OpenClaw Ollama Memory

by Deonte Cooper · GitHub ↗ · v1.1.0 · MIT-0
linuxdarwinwin32 ✓ Security Clean
230
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install openclaw-ollama-memory
Description
Set up local semantic memory search in OpenClaw using Ollama + nomic-embed-text. Free, private, offline-capable. Replaces cloud embedding APIs (OpenAI, Gemin...
Usage Guidance
This skill appears to do what it says: configure OpenClaw to use a local Ollama embedding model. Before installing: 1) ensure you have OpenClaw installed (the SKILL.md expects the 'openclaw' CLI) and Ollama downloaded from the official site; 2) keep Ollama bound to localhost (127.0.0.1) as recommended to avoid exposing the local embedding API to the network; 3) be cautious when adding extraPaths — pointing OpenClaw at arbitrary absolute directories can cause sensitive files to be indexed; and 4) verify disk/CPU requirements for pulled models. If you want the registry metadata to be strictly accurate, ask the publisher to add 'openclaw' to the required binaries list.
Capability Analysis
Type: OpenClaw Skill Name: openclaw-ollama-memory Version: 1.1.0 The skill bundle provides documentation and configuration instructions for integrating Ollama as a local embedding provider for OpenClaw's memory search. It contains no executable code, only Markdown and JSON configuration examples. All instructions and commands (e.g., 'ollama pull', 'curl' to localhost) are standard, transparent, and directly related to the stated purpose of enabling private, offline memory search. Files involved: SKILL.md, _meta.json, references/config-reference.md, and references/troubleshooting.md.
Capability Assessment
Purpose & Capability
The name/description match the instructions: it configures OpenClaw to use Ollama + nomic-embed-text. One small inconsistency: the runtime instructions call 'openclaw gateway restart' but the skill's declared required binaries list does not include the openclaw CLI. That omission is minor (the skill necessarily assumes OpenClaw is already installed), but the registry metadata should list openclaw if the skill expects it to be present.
Instruction Scope
Instructions stay within the stated purpose (pull a local model, point OpenClaw at a local Ollama API, and restart the gateway). They reference editing ~/.openclaw/openclaw.json and optionally adding 'extraPaths' (absolute or relative) which OpenClaw will scan recursively for .md files — this is expected for a memory-indexing feature but carries the usual risk that if you configure extraPaths to system or sensitive directories, those files may be indexed. The SKILL.md does not instruct reading arbitrary system files or contacting external endpoints beyond ollama.ai (download page) and the local Ollama API at 127.0.0.1.
Install Mechanism
This is instruction-only (no install spec). It points users to download Ollama from the official site and to run 'ollama pull'. No archives or third-party download URLs are embedded in the skill itself. This keeps the install risk low, though users should verify they download Ollama from the official domain.
Credentials
The skill requests no environment variables or credentials and only requires local binaries (ollama, curl). That is proportionate for a local embedding provider. No unrelated cloud API keys or secret variables are requested.
Persistence & Privilege
The skill does not request always: true or any elevated platform privileges. It is user-invocable and may be invoked autonomously per platform defaults, which is appropriate for an integration helper. It does not attempt to modify other skills' configs; it only instructs the user to update OpenClaw's own config file.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-ollama-memory
  3. After installation, invoke the skill by name or use /openclaw-ollama-memory
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Add multilingual model alternatives: nomic-embed-text-v2-moe (100+ languages, MoE) and embeddinggemma (Google Gemma-based, 100+ languages)
v1.0.0
Initial release — local semantic memory search using Ollama + nomic-embed-text. Free, private, no API key required.
Metadata
Slug openclaw-ollama-memory
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is OpenClaw Ollama Memory?

Set up local semantic memory search in OpenClaw using Ollama + nomic-embed-text. Free, private, offline-capable. Replaces cloud embedding APIs (OpenAI, Gemin... It is an AI Agent Skill for Claude Code / OpenClaw, with 230 downloads so far.

How do I install OpenClaw Ollama Memory?

Run "/install openclaw-ollama-memory" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is OpenClaw Ollama Memory free?

Yes, OpenClaw Ollama Memory is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does OpenClaw Ollama Memory support?

OpenClaw Ollama Memory is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).

Who created OpenClaw Ollama Memory?

It is built and maintained by Deonte Cooper (@djc00p); the current version is v1.1.0.

💬 Comments