一键导入
search
Hybrid search over the mempalace corpus (BM25 + vectors + optional graph)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Hybrid search over the mempalace corpus (BM25 + vectors + optional graph)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Diagnose mempalace setup (config, palace path, MCP, FTS/index health)
List or inspect people/project entities tracked in the mempalace graph
Mine a project directory into the mempalace corpus (drawers, rooms, wings)
Show mempalace palace status (drawers, wings, rooms, health)
Trace a file, function, or line back to the agent session that produced its current commit
List recent git commits linked to agent sessions, optionally filtered by branch or repo
| name | search |
| description | Hybrid search over the mempalace corpus (BM25 + vectors + optional graph) |
| argument-hint | [query] [--wing name] [--limit N] |
| user-invocable | true |
The user wants to search mempalace for: $ARGUMENTS
Call mempalace_search (or memory_smart_search) with the query and a small limit.
Find drawers/observations that match a topic without re-mining or re-reading the tree.
$ARGUMENTS.limit 5–15 (default 10).WRONG -- dumping the entire result payload:
// printing raw JSON blobs of every drawer field
RIGHT -- ranked shortlist with snippets and paths.
WRONG -- inventing hits when the tool returns empty.
RIGHT -- say no results and propose 2–3 alternate queries.
mpr search "<query>" --limit 10.POST $MEMPALACE_URL/search with bearer token if configured.