Token导航 LogoToken导航TokenDH.com
研究检索执行命令clawhub未标认证来源可访问clear审计提醒

ocmemog-installerocmemog 安装程序

Agent Skill

ocmemog-installer 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

8,519

周安装

348

GitHub Stars

公开资料未说明

下载量

2,728
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:ocmemog-installer(ocmemog 安装程序)
来源仓库:https://github.com/simbimbo/ocmemog-installer
安装命令:
openclaw skills install ocmemog-installer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install ocmemog-installer

简介

安装并配置 ocmemog 持久内存插件及其 sidecar 组件。

  • 适用于提升 OpenClaw 内存性能与状态持久化能力。
  • 安装前需确认主机支持持久内存硬件。ocmemog-installer 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 涉及系统级修改,建议备份当前配置。
  • 部署后需验证内存映射与读写一致性。

SKILL.md

name
ocmemog-installer
description
Install and configure ocmemog, the OpenClaw durable memory plugin and sidecar. Use when a user asks to install ocmemog, set up durable memory, improve OpenClaw memory, enable transcript-backed continuity, configure the ocmemog sidecar, reinstall/update ocmemog, or troubleshoot its install. Prefer the public package install path first; fall back to the GitHub repo installer path when package install is unavailable or source checkout is explicitly desired.

ocmemog Installer

Install ocmemog from the canonical public package/repo and configure OpenClaw to use it as the memory plugin.

Public install paths

  • npm package: @openclaw/memory-ocmemog
  • GitHub repo: https://github.com/simbimbo/ocmemog.git
  • GitHub release: https://github.com/simbimbo/ocmemog/releases/tag/v0.1.2
  • Plugin id: memory-ocmemog
  • Default sidecar endpoint: http://127.0.0.1:17890
  • Default timeout: 30000
  • Bundled repo installer: scripts/install-ocmemog.sh

Preferred workflow

  1. If OpenClaw package install is available, prefer:

- openclaw plugins install @openclaw/memory-ocmemog - openclaw plugins enable memory-ocmemog

  1. If package install is unavailable, or the user wants a source checkout, use the repo installer flow:

- clone/update https://github.com/simbimbo/ocmemog.git - run scripts/install-ocmemog.sh - this path creates .venv, installs Python requirements, attempts plugin install/enable, loads LaunchAgents, and pulls local Ollama models when Ollama is available - on macOS/Homebrew systems, OCMEMOG_INSTALL_PREREQS=true can also auto-install missing ollama and ffmpeg

  1. Patch OpenClaw config so the memory slot points at memory-ocmemog and the plugin entry uses http://127.0.0.1:17890 with timeoutMs: 30000.
  2. Validate /healthz and a memory search/get smoke test.

Agent behavior

  • Prefer the package install path when available because it is the cleanest public distribution path.
  • Fall back to the repo installer path when package install is unavailable, when the user needs a source checkout, or when debugging/pinning commits.
  • If config patch tooling is available, patch config automatically instead of asking the user to hand-edit files.
  • After install, verify the sidecar and plugin state before claiming success.
  • If the environment blocks automatic config changes, provide the exact config snippet and the shortest possible manual next step.

Config patching

Target config shape:

plugins:
  load:
    paths:
      - /path/to/ocmemog
  slots:
    memory: memory-ocmemog
  entries:
    memory-ocmemog:
      enabled: true
      config:
        endpoint: http://127.0.0.1:17890
        timeoutMs: 30000

Rules:

  • If installed from package tooling, use the normal plugin install location chosen by OpenClaw.
  • If installed from the repo installer flow, use the actual checkout path chosen by the script.
  • Preserve existing unrelated plugin configuration.
  • If config patch tooling is unavailable, provide the exact patch/snippet the user should apply.

Validation checklist

  • Sidecar responds on /healthz
  • openclaw plugins shows memory-ocmemog installed/enabled when CLI access exists
  • Memory search/get calls return data instead of connection errors
  • If packaging/publish questions arise, remember this skill is a ClawHub wrapper for the public plugin package/repo, not the plugin package itself

Troubleshooting

  • If package install fails, fall back to the GitHub repo installer path.
  • If ClawHub users expect a direct plugin package, explain that this skill installs/configures the real plugin package/repo.
  • If macOS LaunchAgents fail, rerun the installer and inspect launchctl print gui/$UID/com.openclaw.ocmemog.sidecar.
  • If the sidecar health check fails, inspect repo logs / terminal output before changing config.
  • Keep the sidecar bound to 127.0.0.1 unless explicit auth/network hardening is added.

Notes

  • Prefer public package install over source checkout when both are viable.
  • Use this skill as the ClawHub-distributed installer/config guide for the public ocmemog package/repo.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

74.07%
按下载量换算2,021

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install ocmemog-installer 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills