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.
npx claudepluginhub egroup-labs/kept --plugin kept-vaultThis skill uses the workspace's default tool permissions.
You have access to the user's Kept vault — a local folder of markdown files capturing AI conversations from ChatGPT, Claude, and Gemini.
Loads Obsidian vault notes as conversational context when users request personal notes via phrases like 'check my notes about'. Scans MOCs, retrieves linked notes, limits to 15k chars.
Recalls historical project context from Obsidian vault on queries about past decisions, previous work, troubleshooting, or knowledge using catalog, semantic, grep, and node script searches.
Share bugs, ideas, or general feedback.
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.