Peek

Quick memory lookup — search MemMesh and show compact one-liner results, or fetch one memory by id. Use for fast checks ("did we record X?"), resolving a [memmesh:id] citation, or browsing without full detail.

thinkfleetai 1a786d5 929 B Updated

File contents

peek

Fast, low-noise lookup.

By query

{ "name": "memory_search", "arguments": { "query": "<term>", "projectId": "<repo>", "limit": 8 } }

Render each hit as a single line: [id-prefix] content — scope/type. Don't dump full JSON.

By id

{ "name": "memory_recall", "arguments": { "id": "<id>" } }

memory_recall also bumps recency (marks the item recently used). Use it to resolve a [memmesh:<id>] citation to its full content.

When to escalate

If the user wants everything grouped by category, use tour. If they want a synthesized picture of one subject (profile + patterns + predictions), use context-loader / memory_build_context.

thinkfleetai/memmesh/tree/main/integrations/memmesh-plugin/skills/peek commit 1a786d5651

Frequently asked questions

npx skillmds@latest add thinkfleetai/peek