AgentSkillsCN

recall

在 Elroy 记忆中进行搜索

SKILL.md
--- frontmatter
name: recall
description: Search through Elroy memories
disable-model-invocation: false

Search through Elroy's long-term memories to find relevant information.

When the user invokes this skill with /recall [QUERY], search memories by running:

bash
elroy message "/examine_memories $ARGUMENTS"

This will search through stored memories and return relevant results.

Examples:

  • /recall "What authentication method are we using?"
  • /recall "User's TypeScript preferences"
  • /recall "deployment configuration"