remember

Persists selected content across Signet agent sessions with tagging and importance metadata.

237|40|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/Signet-AI/signetai --skill remember-signet-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remember
Source: https://github.com/Signet-AI/signetai/tree/main/skills/remember
Command: npx skills add https://github.com/Signet-AI/signetai --skill remember-signet-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Save content to persistent memory across agent sessions, enabling recall across all Signet agents without manual re-entry.

Core Features & Use Cases

  • Auto-embeds captured content for semantic search and recall.
  • Persists memories across sessions across claude-code, codex, opencode, and clawdbot.
  • Supports tagging and importance metadata to prioritize recall and decay behavior.

Quick Start

Save content to memory and verify it has been captured by the Signet daemon.

Frequently Asked Questions about remember

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I persist agent memory across sessions for claude-code and codex?

Agent memory persistence across sessions is achieved by automatically saving selected content to a SQLite database with auto-embedding for semantic recall. This requires a running Signet daemon to store and retrieve the data across agents like claude-code, codex, opencode, and clawdbot.

What is the best way to enable semantic recall for agent memory persistence?

Semantic recall for agent memory is best enabled by auto-embedding captured content into SQLite. This allows agents to search and retrieve previously saved information based on semantic similarity rather than exact matching.

Do I need a Signet daemon to save content across agent sessions?

Yes, a running Signet daemon is required to save content across agent sessions. The daemon handles the underlying storage in SQLite and manages the auto-embedding process for semantic search and recall.

Can I prioritize agent memory recall and decay behavior using metadata?

You can prioritize agent memory recall and decay behavior by applying tagging and importance metadata to persisted content. This metadata helps determine which memories are retrieved first during recall across sessions.

Does agent memory persistence work with opencode and clawdbot?

Agent memory persistence works across all Signet agents, including opencode and clawdbot. Content saved by one agent can be recalled by another, provided the Signet daemon is running and managing the shared SQLite store.