Install
openclaw skills install skill-retrieval-gateDecide whether to run `memory_search` before following another skill or workflow, so the agent can reduce token usage without forcing retrieval on every task. Use when a task may depend on local knowledge, project history, prior decisions, user preferences, or existing notes, and you need a lightweight rule for when to retrieve, how to query, how much context to load, and when to fall back. Typical triggers include requests like: continue previous work, use project memory first, check what we already documented, base this on existing notes, or decide whether retrieval is worth it before following the skill.
openclaw skills install skill-retrieval-gateUse this skill to decide whether the current task should query memory_search before following another skill or workflow.
This skill is for retrieval judgment, not mandatory retrieval.
Do not make every skill query memory first.
Instead:
This skill is especially useful for requests like:
Use decision-flow when the request may depend on:
Use skill-tiering to classify the current skill or task into:
Use query-construction to build a compact query from:
Use result-trimming to limit context expansion.
Default rule:
Use fallback-rules if retrieval is empty, noisy, low-confidence, unavailable, or unnecessary.
Avoid these mistakes:
memory_searchAfter using this skill, the agent should be able to answer:
memory_search for this task?