Skip to content
OpenSmartRoute
Skillv1.0.0

session-search

Search captured agent Runs and raw local/remote Pi sessions, especially flagg sessions, using the joelclaw sessions bridge. Use when the user asks to search sessions, find prior flagg/Panda/pi/codex/c

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/session-search/SKILL.md). Install upstream with npx skills add joelhooks/joelclaw --skill session-search. Copyright stays with the author.

Session evidence

Use recall through Executor's saved memory connection first. This skill handles exact session evidence and capture/index diagnosis when those are part of the request.

Before transcript search, chunks, inspection, or extraction, obtain the current scope-bound evidenceDrilldownReceipt and use the discovered tool schema that accepts it. Keep private queries in MCP arguments. A recall success, missing projection, zero hits, or stale index is not raw-access authorization.

Metadata diagnosis may inspect capture timestamps, file counts, outbox counts, indexing health, and admission receipts without opening transcript bodies. Native files are source evidence, capture receipts prove admission, and the index is a derived projection; do not confuse them.

For capture/index repairs, read agent-session-capture-backup and the current operator archive-maintenance runbook. Inspect the existing repair script and help before use. Replay and environment repair are mutations, not read-only diagnostics. Preserve native evidence and other sessions' work.

Use bounded evidence windows only for the requested question. Verify runtime, session identity, and source dates. Return the relevant receipt, conclusion, and exact missing capability. Never replace unavailable indexed recall with unapproved local or remote transcript scraping.

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-session-search/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-session-search.ocm.jsonjson
{
  "ocm": "1",
  "id": "joelhooks-joelclaw-session-search",
  "kind": "skill",
  "name": "session-search",
  "description": "Search captured agent Runs and raw local/remote Pi sessions, especially flagg sessions, using the joelclaw sessions bridge. Use when the user asks to search sessions, find prior flagg/Panda/pi/codex/claude context, recover conversation history, verify session indexing, or bypass stale rag_search_sessions/Typesense results.",
  "publisher": "joelhooks",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "joelclaw",
      "sessions",
      "typesense",
      "ssh",
      "memory",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Search captured agent Runs and raw local/remote Pi sessions, especially flagg sessions, using the joelclaw sessions bridge. Use when the user asks to search sessions, find prior flagg/Panda/pi/codex/claude context, recover conversation history, verify session indexing, or bypass stale rag_search_sessions/Typesense results."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/joelhooks/joelclaw",
      "path": "skills/session-search/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/joelhooks/joelclaw/blob/HEAD/skills/session-search/SKILL.md",
      "key": "joelhooks/joelclaw/skills/session-search/SKILL.md"
    }
  },
  "instructions": "# Session evidence\n\nUse `recall` through Executor's saved memory connection first. This skill handles exact session evidence and capture/index diagnosis when those are part of the request.\n\nBefore transcript search, chunks, inspection, or extraction, obtain the current scope-bound `evidenceDrilldownReceipt` and use the discovered tool schema that accepts it. Keep private queries in MCP arguments. A recall success, missing projection, zero hits, or stale index is not raw-access authorization.\n\nMetadata diagnosis may inspect capture timestamps, file counts, outbox counts, indexing health, and ad",
  "cost": {
    "context_tokens": 339
  }
}

Fetch it by URL: GET /api/v1/registry/joelhooks-joelclaw-session-search/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.

session-search - Skill - OpenSmartRoute