remember
SolidSave an explicit scoped memory through Signet. Use only when the user clearly asks to remember something or when a tool/harness must persist an explicit memory row.
AI & Automation 277 stars
40 forks Updated yesterday NOASSERTION
Install
Quality Score: 81/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# /remember
Use this skill for explicit memory writes. Do not use it as a general
extraction, ontology, or dreaming path.
Signet's current memory model is source-backed and scoped. A direct remember
call creates or deduplicates a memory row, records provenance fields when
provided, embeds the content when the daemon can, links mechanically
recognizable mentions to existing same-agent entities, and enqueues the normal
pipeline work. Raw text does not automatically create new ontology entities,
aspects, grouped claims, dependencies, or supersession chains.
## When To Use
Use `/remember` when:
- the user explicitly says to remember, save, persist, or store something
- a harness compatibility path needs to write an explicit memory inside a
session
- you need a durable recall row with clear tags, hints, scope, or provenance
- you are importing a single explicit fact and can supply source metadata
Do not use `/remember` when:
- the task is ontology maintenance or dreaming; use the `dreaming` skill and
`signet ontology ...` commands
- the task is source ingestion; use `signet sources ...` or the connector
import path so provenance remains inspectable
- the content is a vague behavioral lesson; propose an AGENTS.md, identity, or
skill patch instead
- the user did not ask for persistence and normal session capture is enough
## CLI
The common path is the CLI wrapper:
```bash
signet remember "<content>"
```
Useful options:
```bash
signet remember "<content>" --agent ...
Details
- Author
- Signet-AI
- Repository
- Signet-AI/signetai
- Created
- 7 months ago
- Last Updated
- yesterday
- Language
- TypeScript
- License
- NOASSERTION
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
remember
Explicitly save important knowledge to auto-memory with timestamp and context. Use when a discovery is too important to rely on auto-capture.
6 Updated today
kopp0510 AI & Automation Solid
recall
Run explicit Signet recall through the canonical scoped recall path, preserving scores, sources, provenance, supplementary context, and session dedupe metadata.
277 Updated yesterday
Signet-AI AI & Automation Featured
remnic-remember
Store a durable memory in Remnic so every connected agent can recall it. Trigger phrases include "remember this", "save this for later", "add a note that".
198 Updated 3 days ago
joshuaswarren