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


