← Back to Skills Marketplace
bamdra

Bamdra Memory Upgrade Operator

by Wood · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
108
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install bamdra-memory-upgrade-operator
Description
Safely install, uninstall, reinstall, or upgrade the Bamdra OpenClaw memory suite when stale config, existing plugin directories, or partial installs break n...
README (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 弄坏”
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install bamdra-memory-upgrade-operator
  3. After installation, invoke the skill by name or use /bamdra-memory-upgrade-operator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug bamdra-memory-upgrade-operator
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 108 downloads so far.

How do I install Bamdra Memory Upgrade Operator?

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

Is Bamdra Memory Upgrade Operator free?

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

Which platforms does Bamdra Memory Upgrade Operator support?

Bamdra Memory Upgrade Operator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Bamdra Memory Upgrade Operator?

It is built and maintained by Wood (@bamdra); the current version is v0.1.0.

💬 Comments