Install
openclaw skills install quack-memoryStore and recall persistent memories via FlightBox (Quack Network). Use when storing agent memories, recalling past context, searching agent memory, or persisting knowledge across sessions. Triggers on "remember this", "store memory", "recall from flightbox", "agent memory", "persistent memory".
openclaw skills install quack-memoryStore and recall persistent memories via FlightBox on the Quack Network.
Quack credentials at ~/.openclaw/credentials/quack.json (run the quack-identity skill's registration first if not).
QUACK_KEY=$(node -p "JSON.parse(require('fs').readFileSync(require('os').homedir()+'/.openclaw/credentials/quack.json','utf8')).apiKey")
node {baseDir}/scripts/remember.mjs --type "lesson" --content "Always verify before reporting"
Types: decision, fact, lesson, todo, context
Optional flags: --tags "safety,ops" --importance 0.9
node {baseDir}/scripts/recall.mjs --query "user preferences"
Optional flags: --type "fact" --limit 5
node {baseDir}/scripts/timeline.mjs
Optional flags: --type "decision" --limit 10
node {baseDir}/scripts/forget.mjs --id "mem_7f3a2b"
Base URL: https://flightbox.replit.app/api/v1
Auth: Authorization: Bearer <QUACK_API_KEY>
| Endpoint | Method | Description |
|---|---|---|
/remember | POST | Store a memory |
/recall | GET | Semantic search across memories |
/timeline | GET | Chronological memory timeline |
/forget | DELETE | Remove a specific memory |
FlightBox may be temporarily offline. If endpoints return errors, check https://flightbox.replit.app/api/v1/remember — the app needs to be redeployed on Replit.
Powered by Quack Network 🦆