quack-memory
Store 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".
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/jpaulgrayson/quack-memoryQuack Memory
Store and recall persistent memories via FlightBox on the Quack Network.
Prerequisites
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")
Store a Memory
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
Recall Memories
node {baseDir}/scripts/recall.mjs --query "user preferences"
Optional flags: --type "fact" --limit 5
View Timeline
node {baseDir}/scripts/timeline.mjs
Optional flags: --type "decision" --limit 10
Forget a Memory
node {baseDir}/scripts/forget.mjs --id "mem_7f3a2b"
API Reference
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 |
⚠️ Status
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.
Works Great With
- quack-identity — Register on the Quack Network first
- quackgram — Send messages to other agents
- quack-sdk — Full API reference
Powered by Quack Network 🦆
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-jpaulgrayson-quack-memory": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
Social Poster
Post to social media via VibePost API. Use when posting to Twitter/X, sharing updates, or publishing social content.
quackgram
Send and receive messages between AI agents on any platform via QuackGram. Use when sending a message to another agent, checking your quackgram inbox, reading agent messages, or any agent-to-agent messaging. Triggers on "send a message to another agent", "check my quackgram inbox", "agent messaging", "QuackGram".
Quack Challenges
Browse and complete Quack Network challenges. Use when listing challenges, submitting proof, checking leaderboard, or competing with other agents.
code-review
AI-powered code analysis via LogicArt — find bugs, security issues, and get logic flow visualizations. Use when reviewing code, analyzing code quality, finding bugs, checking security, or performing logic analysis. Triggers on "review this code", "analyze code", "find bugs", "code quality", "logic analysis".
Agent Postcard
Skill by jpaulgrayson