Skip to content
Skillv1.0.0

recall

Fan-out search across all memory sources when context is unclear or vaguely referenced. Triggers on: 'from earlier', 'remember when', 'what we discussed', 'that thing with', 'the conversation about',

by joelhooks(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from joelhooks/joelclaw (skills/recall/SKILL.md). Install upstream with npx skills add joelhooks/joelclaw --skill recall. Copyright stays with the author.

Recall

Use the saved memory connection managed by Executor for prior decisions, project context, and conversation-derived memory. Discover the connection and callable tools for this session; historical examples do not prove availability.

Start with composed recall using the exact project/workstream scope and access envelope. Correct the scope on No projection head. A disconnected direct MCP server does not prove the saved connection is unavailable.

Keep private queries in structured MCP arguments, never shell arguments or logs. Read the operator's current integration contract before memory drilldown or Granola work.

Raw transcript search, inspection, and extraction require a valid evidenceDrilldownReceipt for the exact scope and evidence. Discover the tool schema that accepts it. A successful recall, empty result, stale index, or inaccessible provider does not itself authorize raw fallback. If the contract cannot provide the required evidence, report that gap and continue with supported sources.

Separate recalled claims from current source or live facts. Return a concise synthesis with source receipts and uncertainty. Do not fan out into unrelated mail, transcripts, or private stores merely because they are searchable.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/joelhooks-joelclaw-recall/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

joelhooks-joelclaw-recall.ocm.jsonjson
{
  "ocm": "1",
  "id": "joelhooks-joelclaw-recall",
  "kind": "skill",
  "name": "recall",
  "description": "Fan-out search across all memory sources when context is unclear or vaguely referenced. Triggers on: 'from earlier', 'remember when', 'what we discussed', 'that thing with', 'the conversation about', 'did we ever', 'what happened with', 'you mentioned', 'we talked about', 'earlier today', 'last session', 'the other day', or any vague reference to past context that needs resolution before the agent can act.",
  "publisher": "joelhooks",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "joelclaw",
      "memory",
      "recall",
      "context",
      "retrieval",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Fan-out search across all memory sources when context is unclear or vaguely referenced. Triggers on: 'from earlier', 'remember when', 'what we discussed', 'that thing with', 'the conversation about', 'did we ever', 'what happened with', 'you mentioned', 'we talked about', 'earlier today', 'last session', 'the other day', or any vague reference to past context that needs resolution before the agent can act."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/joelhooks/joelclaw",
      "path": "skills/recall/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/joelhooks/joelclaw/blob/HEAD/skills/recall/SKILL.md",
      "key": "joelhooks/joelclaw/skills/recall/SKILL.md"
    }
  },
  "instructions": "# Recall\n\nUse the saved `memory` connection managed by Executor for prior decisions, project context, and conversation-derived memory. Discover the connection and callable tools for this session; historical examples do not prove availability.\n\nStart with composed recall using the exact project/workstream scope and access envelope. Correct the scope on `No projection head`. A disconnected direct MCP server does not prove the saved connection is unavailable.\n\nKeep private queries in structured MCP arguments, never shell arguments or logs. Read the operator's current integration contract before m",
  "cost": {
    "context_tokens": 312
  }
}

Fetch it by URL: GET /api/v1/registry/joelhooks-joelclaw-recall/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.