examples/claude-code-memory-plugin/skills/ov-experience-memory/SKILL.md
Use prior task Experience as advisory operational guidance. Keep the current user request, current environment, and verified tool results authoritative. Experience retrieval supplements normal context retrieval; it does not replace user memory, events, preferences, session archives, resources, or Agent Skills.
recall for a search scoped to the Experience
root. Continue using the runtime's normal recall and retrieval flows when the
task also needs user facts, events, decisions, prior conversation, or domain
resources.Choose the registered names that match the current runtime:
| Runtime | Search | Read |
|---|---|---|
| OpenViking MCP, Codex, Claude Code | find or search | read |
| OpenCode | openviking_find or openviking_search | openviking_read |
| OpenClaw | ov_search | ov_read or ov_multi_read |
The host may display MCP names with a namespace such as
mcp__openviking__find. Use the exact registered name and schema shown by the
runtime. Prefer find for a fast task-start lookup and search when session
context or deeper intent analysis is useful.
Decide whether the request is an executable task. Retrieve Experience for planning, tool use, environment changes, multi-step workflows, or recovery from a failed attempt. Skip retrieval for casual conversation and simple knowledge answers.
Build one concise query containing the task goal, domain object, intended operation, and important constraints. After a failure, include the failed operation and stable error signature.
Search only the current user's Experience root:
viking://user/memories/experiences
For tools using MCP-style parameters, set target_uri to this root. For
OpenClaw ov_search, set uri to this root. Never hardcode default,
test, or another user ID.
Start with limit=5 and the tool's normal score threshold. Judge results by
task, environment, preconditions, and likely effect; title similarity alone
is insufficient. If no result is relevant, continue without Experience and
do not broaden the search to unrelated memory directories.
Select only the one to three Experience files likely to change execution.
Require an exact file URI without a query or fragment. Ignore directories,
unrelated memory types, and sidecars such as .abstract.md, .overview.md,
and .relations.json.
Read every selected canonical viking://.../memories/experiences/... URI
with the runtime's OpenViking read tool. Search abstracts help selection but
are not a substitute for reading the Experience body.
Apply relevant steps and checks while executing the task. Do not repeat the Experience verbatim to the user unless its content is directly needed in the answer.
If execution fails for a materially new reason, perform at most one focused follow-up search using the failure evidence, then read only newly relevant Experience files.
Use real Agent tool calls so the committed OpenViking session retains their ToolParts:
find, search, or list result containing
an Experience URI records recall for that Experience.read or multi_read of an Experience URI
records injection and can associate the resulting trajectory with that
Experience.Do not edit, summarize away, or synthesize these ToolParts before the session is committed.
For a request to fix a deployment failure:
Kubernetes deployment image pull failure private registry.