Memory Boost
v1.0.0Persistent task memory and keep-alive loop for OpenClaw agents. Every task gets durable notes. Arm the loop for long tasks, disarm when done. No external dep...
⭐ 0· 40·0 current·0 all-time
byTerry Hundley@techieter
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (persistent task notes + keep‑alive loop) matches the files and SKILL.md behavior. There are no unrelated required env vars or external services. The included prompts and templates are all about managing ~/.openclaw/memory/ and task notes, which is coherent with the stated purpose.
Instruction Scope
SKILL.md and the prompt files repeatedly restrict runtime scope to ~/.openclaw/memory/ and describe specific read/write rules (create RESUME/CHECKLIST/DOCS, update heartbeats, write WATCHDOG.md, etc.). There are no instructions in those files to access network endpoints, other system paths, or unrelated credentials. The installer modifies OpenClaw cron configuration (expected for a keep‑alive feature).
Install Mechanism
There is no remote download; install.sh copies files into ~/.openclaw and then registers 5 scheduled jobs. If the OpenClaw CLI is absent, the script directly edits ~/.openclaw/cron/jobs.json via an embedded Python snippet. Directly editing jobs.json (enabled=true) is more intrusive than using a vetted API/CLI and is worth manual review prior to running the installer.
Credentials
The skill requests no environment variables, no external credentials, and no config paths beyond the OpenClaw home directory. That is proportionate for a purely local task‑memory/monitoring skill.
Persistence & Privilege
The installer creates five recurring jobs that are enabled by default and attributed to the skill. Those jobs give the skill recurring autonomous execution within OpenClaw (normal for scheduled jobs) — review and control these entries (or leave them disabled) if you want to limit autonomous behavior.
Assessment
This package appears to do what it claims: create/maintain task notes under ~/.openclaw/memory/ and add scheduled jobs that run watchdog/validator/replayer/escalator/smoke‑test logic. Before installing: 1) Inspect the prompt files (prompts/*.md) to confirm you’re comfortable with the automated behaviors and the strict 'only touch ~/.openclaw/memory/' scope they declare. 2) Prefer installing when the openclaw CLI is present so jobs are added via the CLI; if not, the installer will directly modify ~/.openclaw/cron/jobs.json — review the produced jobs.json before enabling. 3) After install, verify the five cron jobs and consider disabling them until you’ve tested the smoke test. 4) Keep a backup of ~/.openclaw/ before running the installer and note the uninstall steps in INSTALL.md. If you want additional assurance, run the installer in a controlled environment (or with a disposable OpenClaw home) and inspect the resulting jobs.json and memory folder contents.Like a lobster shell, security has layers — review code before you run it.
latestvk971gc2e42jfmg5yj7qeggeyss84482n
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
OSmacOS · Linux
