Agent Skills
› lllyasviel/VCC
› searchchat
searchchat
GitHub用于在 Claude 项目目录下搜索对话日志。当用户执行 /searchchat 命令、需要检索聊天历史或探索 ~/.claude/projects/ 目录时触发,通过调用 conversation-compiler skill 实现内容检索功能。
Trigger Scenarios
用户输入 /searchchat 命令
用户要求搜索聊天历史记录
用户希望浏览项目目录下的对话文件
Install
npx skills add lllyasviel/VCC --skill searchchat -g -y
SKILL.md
Frontmatter
{
"name": "searchchat",
"description": "Search across conversation logs in ~\/.claude\/projects\/. Use when: the user says \/searchchat, wants to search chat history, or explore the ~\/.claude\/projects\/ directory."
}
Read .claude/skills/conversation-compiler/SKILL.md now.
Version History
- b962af2 Current 2026-07-25 07:10


