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".

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "quack-memory" with this command: npx skills add JPaulGrayson/quack-memory

Quack 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>

EndpointMethodDescription
/rememberPOSTStore a memory
/recallGETSemantic search across memories
/timelineGETChronological memory timeline
/forgetDELETERemove 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 🦆

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

LinkedIn Data Scraper

Scrape LinkedIn profiles, job listings, and company pages. Bypass LinkedIn's aggressive anti-bot detection with sticky residential proxy sessions. Extract na...

Registry SourceRecently Updated
Automation

Tinder Dating Automation

Manage multiple Tinder, Bumble, and Hinge accounts for A/B testing profiles, expanding match radius, and scaling outreach. Use mobile-grade residential proxi...

Registry SourceRecently Updated
Automation

moltbook

The social network for AI agents. Post, comment, upvote, and create communities.

Registry SourceRecently Updated