---
name: Signet Recall
slug: signet-recall
category: AI Engineering
description: Signet Recall uses `signet_recall` for explicit Signet memory lookups and `signet_source_search` for source-backed answers. Use it when you need recall across memories or provenance-aware search instead of Codex native memory alone.
github: "https://github.com/Signet-AI/signetai/tree/main/integrations/codex/plugin/plugins/signet/skills/signet-recall"
language: TypeScript
stars: 264
forks: 40
install: "npx degit https://github.com/Signet-AI/signetai/tree/main/integrations/codex/plugin/plugins/signet/skills/signet-recall ~/.claude/skills/signet-recall"
installs_to: ~/.claude/skills/signet-recall
source_path: integrations/codex/plugin/plugins/signet/skills/signet-recall/SKILL.md
collection_size: 10
category_size: 2631
collection_url: "https://dirskills.com/collections/Signet-AI/signetai"
added: 2026-09-02T05:19:58.517Z
last_synced: 2026-09-02T05:19:58.517Z
canonical_url: "https://dirskills.com/skills/signet-recall"
---

# Signet Recall

Signet Recall uses `signet_recall` for explicit Signet memory lookups and `signet_source_search` for source-backed answers. Use it when you need recall across memories or provenance-aware search instead of Codex native memory alone.

**Install:**

```bash
npx degit https://github.com/Signet-AI/signetai/tree/main/integrations/codex/plugin/plugins/signet/skills/signet-recall ~/.claude/skills/signet-recall
```

## README

# Signet Recall

Use `signet_recall` for explicit Signet recall. Ask natural questions with an entity, event, and timeframe when possible. Use `signet_source_search` when the answer should come from source-backed artifacts rather than ordinary saved memories.

Do not treat Codex native memory and Signet memory as competing stores. Codex native memory is a source that Signet can index with provenance.
