cli-vstash
Installation
SKILL.md
vstash CLI
Local document memory with instant semantic search. Drop any file, ask anything.
Core Commands
# Ingest documents (PDF, DOCX, PPTX, XLSX, Markdown, code, URLs)
vstash add paper.pdf notes.md https://example.com/article
vstash add ./docs --collection research --project ml-survey
# Semantic search (free, no LLM needed)
vstash search "what's the main argument about X?"
# Ask with LLM (requires inference backend)
vstash ask "summarize the key findings"
# Interactive chat session
vstash chat