From kept-vault
Search, read, write, update, delete, and move files in the Kept conversation vault using grep_vault, list_vault, read_file, and other tools. Use for past conversations, notes, and organization.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kept-vault:vaultThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You have access to the user's Kept vault — a local folder of markdown files capturing AI conversations from ChatGPT, Claude, and Gemini.
You have access to the user's Kept vault — a local folder of markdown files capturing AI conversations from ChatGPT, Claude, and Gemini.
list_vault — Browse vault structurelist_directory — Browse a specific folderread_file — Read a conversation or notewrite_file — Create a new file (fails if exists)update_file — Overwrite an existing file (fails if missing)delete_file — Remove a filemove_file — Move or rename a filegrep_vault — Regex search across all markdown filesgrep_vault or list_vault to check if content already exists before writing new files.delete_file or move_file, tell the user what you're about to do and get confirmation.provider/conversation-title.md layout (e.g., claude/my-chat.md, chatgpt/session.md). Follow this when creating files.grep_vault. "What's in this file?" → read_file. "What files exist?" → list_vault.npx claudepluginhub egroup-labs/kept --plugin kept-vaultSearches an Obsidian vault for past decisions, troubleshooting history, and project knowledge when the user asks about previous work or how something was done. Supports keyword, type-aware, and catalog search.
Searches, creates, and organizes notes in an Obsidian vault. Uses wikilinks and index notes. Relevant when managing a personal knowledge base or research notes.