← 返回 Skills 市场
brasco05

Ollama Memory Setup

作者 brasco05 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
141
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ollama-memory-setup
功能描述
Sets up local semantic memory search for OpenClaw using Ollama + nomic-embed-text. Use when: (1) memory_search returns 'node-llama-cpp is missing' or 'Local...
安全使用建议
This skill appears to do what it says: install/start Ollama, pull the nomic-embed-text embedding model, and set OpenClaw to use Ollama on localhost. Before running it: (1) review the remote installer (https://ollama.com/install.sh) if you are uncomfortable with curl | sh, (2) ensure you trust Ollama and are okay with downloading ~270MB for the model, (3) back up your OpenClaw config if desired (the script runs openclaw config set commands), and (4) run the script interactively rather than blindly pasting into a root shell so you can inspect output and abort on unexpected behavior. No API keys or other credentials are requested by this skill.
功能分析
Type: OpenClaw Skill Name: ollama-memory-setup Version: 1.0.0 The skill bundle is designed to configure local semantic memory search for OpenClaw using Ollama and the nomic-embed-text model. The setup script (scripts/setup.sh) and instructions (SKILL.md) perform standard operations such as installing Ollama via official channels, pulling a legitimate embedding model, and updating local OpenClaw configuration settings. No evidence of data exfiltration, obfuscation, or malicious intent was found.
能力评估
Purpose & Capability
Name/description match the included files and instructions: the script installs/starts Ollama, pulls the nomic-embed-text model, and updates OpenClaw's memorySearch config. All requested actions align with enabling local embeddings.
Instruction Scope
SKILL.md and setup.sh are scoped to installing/starting Ollama, loading the embedding model, and configuring OpenClaw. The instructions only touch OpenClaw config (expected) and localhost:11434; they do not read or transmit unrelated system files or environment variables.
Install Mechanism
Installation uses brew on macOS or runs https://ollama.com/install.sh via curl | sh on Linux. Using the vendor's official install script is reasonable for this purpose, but executing remote install scripts is higher-risk than package-managed installs — review the install script if you want to be cautious.
Credentials
The skill declares no environment variables, no credentials, and no sensitive config paths. The OpenClaw config changes are proportional to enabling memory search and are justified by the stated goal.
Persistence & Privilege
The skill is not always-enabled and does not request persistent elevated privileges. It modifies only OpenClaw's agent memorySearch settings (its intended target) and starts a local Ollama process; nothing indicates it alters other skills or global agent policies.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ollama-memory-setup
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ollama-memory-setup 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — enables local semantic memory search with Ollama for OpenClaw. - Provides a local, private alternative to node-llama-cpp using Ollama’s embedding API. - Fixes errors when node-llama-cpp is missing or fails by routing embeddings via Ollama and nomic-embed-text. - No external API keys or cloud required; works fully offline on macOS and Linux. - Includes both automatic and manual setup instructions. - Troubleshooting guide provided for common issues.
元数据
Slug ollama-memory-setup
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Ollama Memory Setup 是什么?

Sets up local semantic memory search for OpenClaw using Ollama + nomic-embed-text. Use when: (1) memory_search returns 'node-llama-cpp is missing' or 'Local... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 141 次。

如何安装 Ollama Memory Setup?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ollama-memory-setup」即可一键安装,无需额外配置。

Ollama Memory Setup 是免费的吗?

是的,Ollama Memory Setup 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Ollama Memory Setup 支持哪些平台?

Ollama Memory Setup 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Ollama Memory Setup?

由 brasco05(@brasco05)开发并维护,当前版本 v1.0.0。

💬 留言讨论