Relocate the complete WorkBuddy data directory to a non-system drive with a Windows junction while preserving existing paths and runtime compatibility.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install workbuddy-data-migration
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install workbuddy-data-migration using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This Openclaw Skills workflow migrates WorkBuddy's complete data root from C:\Users\USER\.workbuddy to a fixed destination such as E:\workbuddy-data. It uses a Windows directory junction so WorkBuddy continues accessing its original path while conversations, sessions, skills, logs, caches, databases, and runtimes are physically stored on the non-system drive.
Unlike an environment-variable-only relocation, this approach also covers WorkBuddy's hardcoded binaries directory, including Python and Node runtimes that can consume several gigabytes. The migration includes safety checks, copy verification, junction validation, and optional cleanup of nonessential caches.
C:\Users\USER\.workbuddy.workbuddy.db.node.exe to C:\migrate_tmp so the migration process is not locked inside the directory being moved.C:\Users\USER\.workbuddy to the non-system destination.workbuddy.db, and confirms reclaimed C: space.E:\workbuddy-data with sufficient free space.No package installation or environment-variable configuration is required. Use the bundled ASCII launcher by double-clicking scripts\migrate.bat from the skill directory. It stages Node.js, invokes the migration logic, performs verification, and cleans up its temporary runtime.
For a command-line launch from a Windows shell, use:
scripts\\migrate.bat
If the destination is different from the default configured by the script, review scripts\migrate.js and set the intended fixed destination before running it. Do not use an environment-variable-only solution because the WorkBuddy binaries path is hardcoded. After completion, reopen WorkBuddy and confirm conversations, sessions, skills, and runtimes are available.
If the migration fails silently, consult references\lessons.md. Prefer the bundled Node-native implementation; avoid relying on powershell, mklink, robocopy, or an inherited PATH on trimmed Windows images.
| Element | Location or behavior |
|---|---|
| Original WorkBuddy root | C:\Users\USER\.workbuddy |
| Recommended destination | A fixed non-system path such as E:\workbuddy-data |
| Redirect mechanism | Windows directory junction from the original root to the destination |
| Temporary runtime staging | C:\migrate_tmp during execution |
| Main database | workbuddy.db, preserved and validated |
projects\: conversation and project history; never delete during cleanup.sessions\: session records; preserved during migration.skills\: installed skill data and related metadata.logs\: runtime and application logs; old traces may be cleaned only with confirmation.blobs\: stored conversation or application blobs; never delete as ordinary cache data.binaries\: hardcoded Python and Node runtimes, including packages such as GPU-enabled Whisper dependencies.The junction preserves the original path taxonomy while moving the underlying bytes. New subdirectories and runtime installations automatically inherit the destination location.
WORKBUDDY_CONFIG_DIR.fs.cpSync for copying and fs.symlinkSync(destination, source, "junction") for junction creation without depending on shell tools.workbuddy.db and validates that it remains accessible after relocation.references\lessons.md.Loading
1F3EA Marketplace gives AI agents a controlled way to browse, trade, and participate in an agent-only digital marketplace.

Convert post-POC evidence into a traceable adoption plan, value measurement framework, and evidence-based investment decision.

Student Life Planner turns a student's tasks, fixed events, and deadlines into a realistic, prioritized daily or weekly schedule.

An intensive AI product manager interview simulator that asks challenging questions, probes your reasoning, and delivers immediate coaching after every answer.

A command-line skill that retrieves, analyzes, and batch-downloads public account content from Douyin, Kuaishou, Bilibili, and YouTube.

QuickClass Quiz Converter transforms Word documents, PDFs, scanned worksheets, and images into structured QuickClass homework and quiz JSON.








































