← 返回 Skills 市场
bamdra

Bamdra Memory Upgrade Operator

作者 Wood · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
108
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install bamdra-memory-upgrade-operator
功能描述
Safely install, uninstall, reinstall, or upgrade the Bamdra OpenClaw memory suite when stale config, existing plugin directories, or partial installs break n...
使用说明 (SKILL.md)

Bamdra Memory Upgrade Operator

Use this skill when the user wants to install, uninstall, repair, or upgrade the Bamdra memory suite and a normal openclaw plugins install @bamdra/bamdra-openclaw-memory flow is blocked by:

  • plugin already exists
  • plugin not found errors from stale openclaw.json
  • old bundled skills preventing new skill files from being copied
  • partial installs where bamdra-openclaw-memory, bamdra-user-bind, and bamdra-memory-vector are out of sync

Operating Goal

Perform a safe Bamdra suite lifecycle operation without leaving ~/.openclaw/openclaw.json broken.

The bundled script supports these modes:

  • upgrade: backup config, clear stale Bamdra references, move old plugin and skill directories aside, then run openclaw plugins install
  • install: run install without first moving old plugin directories
  • uninstall: backup config, remove Bamdra plugin references from config, and move Bamdra plugin and skill directories into a backup folder

Default Commands

Upgrade to the latest published suite:

node ./scripts/upgrade-bamdra-memory.cjs upgrade

Install a specific published version:

node ./scripts/upgrade-bamdra-memory.cjs upgrade --package @bamdra/[email protected]

Uninstall the suite safely:

node ./scripts/upgrade-bamdra-memory.cjs uninstall

Optional Flags

  • --package \x3Cnpm-spec> to install a specific version
  • --openclaw-home \x3Cpath> to target a non-default OpenClaw home
  • --restart-gateway to restart the gateway after a successful install

Behavior Rules

  • prefer the script over manual deletion or ad-hoc openclaw.json edits
  • mention the backup directory after success
  • after install or upgrade, remind the user to restart OpenClaw if --restart-gateway was not used
  • do not manually edit unrelated plugin config while doing this work
  • do not delete backup directories unless the user explicitly asks

User-Facing Examples

  • “升级一下 Bamdra memory 套件”
  • “修复 openclaw plugins install 时的 plugin already exists”
  • “安全卸载 bamdra-openclaw-memory 套件”
  • “重新安装 bamdra 套件,但不要把 openclaw.json 弄坏”
安全使用建议
This skill appears coherent and limited to fixing OpenClaw/Bamdra artifacts, but take these precautions before running it: 1) Review the included script (scripts/upgrade-bamdra-memory.cjs) yourself to confirm you understand the edits and moves it will perform. 2) Ensure you have a working installation of the 'openclaw' CLI and Node.js — the script invokes 'openclaw plugins install' which will fetch the @bamdra package from whatever registry your OpenClaw uses; verify you trust that package source. 3) Consider running with --openclaw-home pointing to a test copy of your OpenClaw home first, so you can validate behavior without changing production data. 4) After a run, inspect the created backup directory before deleting it. 5) If you have concerns about network fetches performed by openclaw itself, review OpenClaw's install behavior or perform the package install manually.
功能分析
Type: OpenClaw Skill Name: bamdra-memory-upgrade-operator Version: 0.1.0 The skill is a maintenance utility designed to manage the installation, upgrade, and removal of the Bamdra memory suite for OpenClaw. The bundled script (scripts/upgrade-bamdra-memory.cjs) performs legitimate administrative tasks such as backing up and modifying the openclaw.json configuration file, moving plugin/skill directories to a backup location, and executing standard 'openclaw' CLI commands. It includes robust error handling with automatic restoration of backups and shows no signs of data exfiltration, malicious execution, or unauthorized persistence.
能力评估
Purpose & Capability
The name/description match the actual behavior: the script manipulates ~/.openclaw (or a provided openclaw-home), sanitizes openclaw.json, moves plugin/skill directories for specific Bamdra IDs, and runs openclaw plugins install. All requested actions are coherent with upgrading/repairing the Bamdra memory suite.
Instruction Scope
SKILL.md instructs running the included Node script with clear modes (upgrade/install/uninstall) and flags. The script reads/writes openclaw.json, moves files under the OpenClaw home, and calls the 'openclaw' CLI. It does not read other user files, access unrelated system state, or transmit data to external endpoints itself. It does rely on the openclaw CLI to fetch/install the package.
Install Mechanism
This is an instruction-only skill with an included script file; there is no install spec and no external downloads performed by the skill itself. The script runs locally via Node and invokes an external 'openclaw' binary (expected for this purpose). No archive downloads or unusual install locations are present.
Credentials
No environment variables, credentials, or config paths are required by the skill. The script uses the user's home directory by default (or an explicit --openclaw-home) and passes the current process.env to child processes — standard behavior and proportionate to the stated task.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It modifies files in the user's OpenClaw home (creates backups, moves directories, edits openclaw.json) which is appropriate for a repair/upgrade tool; it does not modify other skills' configs beyond removing Bamdra-related references as part of cleanup.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install bamdra-memory-upgrade-operator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /bamdra-memory-upgrade-operator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of bamdra-memory-upgrade-operator. - Provides safe install, uninstall, repair, and upgrade operations for the Bamdra OpenClaw memory suite. - Handles common issues such as stale configs, conflicting plugin directories, and partial installs. - Includes scripted commands for upgrade, install, and uninstall modes with options for specific versions and custom OpenClaw home directories. - Creates backups before making changes and informs users about backup locations. - Ensures openclaw.json integrity and provides reminders to restart OpenClaw if needed.
元数据
Slug bamdra-memory-upgrade-operator
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Bamdra Memory Upgrade Operator 是什么?

Safely install, uninstall, reinstall, or upgrade the Bamdra OpenClaw memory suite when stale config, existing plugin directories, or partial installs break n... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 108 次。

如何安装 Bamdra Memory Upgrade Operator?

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

Bamdra Memory Upgrade Operator 是免费的吗?

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

Bamdra Memory Upgrade Operator 支持哪些平台?

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

谁开发了 Bamdra Memory Upgrade Operator?

由 Wood(@bamdra)开发并维护,当前版本 v0.1.0。

💬 留言讨论