recall

Search Wenlan's local memory by natural-language query.

47|6|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/7xuanlu/wenlan --skill recall-7xuanlu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recall
Source: https://github.com/7xuanlu/wenlan/tree/main/plugin/skills/recall
Command: npx skills add https://github.com/7xuanlu/wenlan --skill recall-7xuanlu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Search Wenlan's local memory by natural-language query.

Core Features & Use Cases

  • Memory lookup across turns and saved memories to surface relevant context.
  • Space-aware querying with an internal resolver to target the right context.
  • On-demand re-ranking and rendering of results with optional revision metadata.

Quick Start

Recall memories by typing /recall followed by a concise query.

Frequently Asked Questions about recall

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search local memory for past session context?

You can search local memory by providing a natural-language query. The skill expands your query, calls the recall MCP tool, and reranks results on the client side to surface relevant context.

How does natural language retrieval work for saved memories?

Natural language retrieval works by expanding your query and calling the recall MCP tool. It then reranks the fetched results on the client side to ensure you get the most relevant saved memories.

Can I query memory across different turns and spaces?

Yes, you can perform memory lookup across turns and saved memories. The skill uses a space-aware querying system with an internal resolver to target the right context.

What is the best way to look up specific information from past sessions?

The best way to look up specific information is to type /recall followed by a concise query. This triggers an on-demand search, reranking, and rendering of results with optional revision metadata.

Do I need any external dependencies to use the recall function?

No external dependencies are required to use the recall function. It operates independently to query Wenlan's local memory and reranks results directly on the client side.