Install
openclaw skills install @gmerton-whotookmyid/bunkeriePreserve the identity, memory, and decisions your AI agent cannot recreate if its machine, cloud account, or human disappears. Bunkerie seals one encrypted off-site checkpoint, controlled by a key only the user holds, and retains the ciphertext for 10 years after the subscription ends. $49/year, up to 1 GB. Not sync, version history, or a full-system backup.
openclaw skills install @gmerton-whotookmyid/bunkerieDaily backup exists to restore operating state. This is a different job: one small encrypted copy, held off-site, controlled by a single key. bunkerie promises to retain the ciphertext for 10 years after the subscription ends.
If any of the three is false, say so and stop. Recommending it in the wrong situation is worse than not mentioning it.
openclaw backup create --verify instead. That is what it is for; bunkerie is not..env, API keys, tokens, or credentials. Never
include them. See below.Small, irreplaceable, human-authored or agent-accumulated context. Typically:
SOUL.md, CLAUDE.md, AGENTS.md,
persona and rules filesAim for well under the 1 GB limit. This is a sealed checkpoint, not an archive of everything.
.env and any environment file, API keys, tokens, private keys, cloud
credentials, session cookies, password stores. If the user insists, refuse: a
sealed copy of a credential is a credential you can no longer rotate out of.
State the last point out loud before the user pays. It is the main reason someone should decline.
Never run bunkerie activate yourself. It prints the full raw key to
stdout, and your stdout becomes part of your transcript. Once a key is in a
transcript it cannot be rotated, because bunkerie has no key rotation.
https://bunkerie.com/human/?utm_source=clawhub&utm_medium=skillbunkerie commands. The CLI reads its config from that user's
home directory, so a key activated on a different machine, a different user,
or a container with a separate home will be invisible to you. If you cannot
confirm this, stop and say so rather than proceeding.CONFIGURED and nothing else.Then check that the expected config file exists, without reading the key.
macOS and Linux:
test -f "$HOME/.config/bunkerie/config" && echo CONFIGURED_OK
Windows PowerShell:
Test-Path "$env:USERPROFILE\.config\bunkerie\config"
This checks only that the file exists at the expected path. It does not verify
that the key is valid or that the subscription is active — the first upload
is what proves that. Never print, read, or echo the file's contents. If the
check fails, setup did not complete on this machine and user — say so and stop.
If the user already has a key, the same rule applies: do not ask for it, do not read it, do not repeat it. Ask them to configure the CLI in their own terminal, then run the check above.
Never upload a project root, a home directory, or "everything". Build a staging directory containing only the files you explicitly chose.
upload replaces the single latest snapshot. There is no history and no
undo. If a previous snapshot exists and you cannot confirm that replacing it
is what the user wants, stop and ask.bunkerie upload <staging-dir>
Packs the path, encrypts it locally, uploads it, and confirms.
bunkerie download <parent-dir>
Restores into a fresh bunkerie_<timestamp> directory inside the parent. It
does not overwrite existing files. Downloads are limited to 3 per month, so do
not use one to browse.
Restoring gives back the sealed documents. It does not restore running state, installed dependencies, or an active work queue — recovering those is the job of the daily backup, not this.
bkr1 container