Agent Skills
› lllyasviel/VCC
› searchchat
searchchat
GitHub用于搜索 ~/.claude/projects/ 目录下的对话日志。当用户触发 /searchchat 命令、需要检索聊天记录或浏览该目录时调用此技能,支持快速查找历史对话内容。
Trigger Scenarios
用户输入 /searchchat
用户要求搜索聊天历史记录
用户希望探索 ~/.claude/projects/ 目录
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


