One product, two stages: GRILL (front door) + MISSION (engine) β powered by ViBo Memory. Built-in DEMO memory (100 facts) works right after install, no ViBo CLI required β feel the convenience, then upgrade.
The agent receives ONE concrete multi-step task and executes it as an autonomous mission: restore context from ViBo memory β scan for problems β propose fixes (safe, with confirmation) β apply with backups β iterate via paths A/B/C β save the lesson back into ViBo β report with numbers.
The more it works β the more it remembers β the better it does next time.
npm install vibo-selfdeed
# or from ClawHub:
# openclaw skills install @vnbochkarev-netizen/vibo-selfdeedRequires Python 3.11 (ViBo core .so) and a ViBo CLI (vibo_use.py, from the ViBo skill package or https://wwwvibo.com). Set VIBO_CLI=/path/to/vibo_use.py if it is not next to the skill.
./run_mission.sh init --task "find and fix bugs in src/" --target 90
./run_mission.sh checkpoint START ok "context restored from ViBo"
# agent: SCAN β PROPOSE β FIX (backups + confirmation) β LEARN β REPORT
./run_mission.sh finishOptional Telegram controls: notify (stage updates), ask (β
/β buttons), report β set TELEGRAM_MISSION_TOKEN + TELEGRAM_MISSION_CHAT.
SKILL.mdβ one product: GRILL pre-flight (G1-G5) + mission instructions (stages, safety, stop matrix)run_mission.shβ wrapper: init / checkpoint / progress / switch / rollback / finishlib_vibo.pyβ thin client to the ViBo CLI (add / find / usage / link / stats)safety.pyβ backups, rollback, attempt/timeout limits, L3 maskingtelegram_mission.pyβ Telegram stage + β /β controls
No ViBo CLI installed? The skill still works with a built-in DEMO memory (100 facts, word search):
vibo find "context" Β· vibo add "fact" "value" β and every command shows where to get the full engine:
free tier: 500 facts forever Β· 2-day trial: https://wwwvibo.com/download/trial.
- Runs ONLY inside the mission workdir; backups in
.selfdeed_backup/. - No network by default. Telegram stage updates (
notify/ask/report) are opt-in and print a warning before sending. --autoapplies changes without per-fix confirmation β use only in a scoped workspace.- This package does NOT include any social posting; if you need the optional comment generator it lives in a separate package.
See EULA.md β the ViBo license applies (free tier: 500 facts forever; upgrade: $5/mo, $30/yr, $60 lifetime).
Β© ViBo by Viacheslav Bochkarev β https://wwwvibo.com