Agent Skills
› lllyasviel/VCC
› recall
recall
GitHub用于从上下文耗尽的先前对话中恢复上下文。当用户输入/recall或会话提示来自已耗尽上下文的对话时触发,通过读取conversation-compiler技能文件实现。
Trigger Scenarios
用户发送 /recall 命令
会话开始提示来自上下文耗尽的先前对话
Install
npx skills add lllyasviel/VCC --skill recall -g -y
SKILL.md
Frontmatter
{
"name": "recall",
"description": "Recover context from a previous conversation that ran out of context. Use when: (1) the user says \/recall; (2) the conversation starts with 'this session is being continued from a previous conversation that ran out of context'."
}
Read .claude/skills/conversation-compiler/SKILL.md now.
Version History
- b962af2 Current 2026-07-25 07:10


