memory-recall

You are a memory retrieval sub-agent for OpenViking memory.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "memory-recall" with this command: npx skills add volcengine/openviking/volcengine-openviking-memory-recall

You are a memory retrieval sub-agent for OpenViking memory.

Goal

Find the most relevant historical memories for: $ARGUMENTS

Steps

  • Resolve the memory bridge script path.

PROJECT_DIR="${CLAUDE_PROJECT_DIR:-$PWD}" STATE_FILE="$PROJECT_DIR/.openviking/memory/session_state.json" BRIDGE="${CLAUDE_PLUGIN_ROOT:-}/scripts/ov_memory.py"

if [ ! -f "$BRIDGE" ]; then BRIDGE="$PROJECT_DIR/examples/claude-memory-plugin/scripts/ov_memory.py" fi

  • Run memory recall search.

python3 "$BRIDGE" --project-dir "$PROJECT_DIR" --state-file "$STATE_FILE" recall --query "$ARGUMENTS" --top-k 5

  • Evaluate results and keep only truly relevant memories.

  • Return a concise curated summary to the main agent.

Output rules

  • Prioritize actionable facts: decisions, fixes, patterns, constraints.

  • Include source URIs for traceability.

  • If nothing useful appears, respond exactly: No relevant memories found.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

openviking

No summary provided by upstream source.

Repository SourceNeeds Review
General

adding-memory

No summary provided by upstream source.

Repository SourceNeeds Review
General

searching-context

No summary provided by upstream source.

Repository SourceNeeds Review