obsidian-vault-agent
Turn books, courses, and videos into connected Obsidian notes
All Skills in This Repository (13)
Pure Emerald Level Indicatorsbook-analyzer
Analyze EPUB and PDF books into structured chapter notes with key concepts.
lecture
Transcribe local lecture videos into vault-formatted notes with embedded slide screenshots.
research
Research a topic via web search and vault context into an Obsidian note.
init
Initialize an Obsidian vault with Zettelkasten folders, templates, and Claude configuration.
course
Convert online course schedules into structured Obsidian lecture notes.
vault-graph
Analyze Obsidian vault wikilink structure to detect orphans and missing notes.
deep-research
Produces evidence-backed research notes with citations and confidence maps.
paper-discover
Search Semantic Scholar for academic papers ranked by vault relevance.
youtube
Extract YouTube transcripts and metadata into structured Obsidian vault notes.
recall
Run interactive spaced repetition and retrieval practice across an Obsidian vault.
slide-maker
Generate reveal.js HTML slide decks from topics, URLs, PDFs, git repos, or Obsidian notes.
synthesize
Synthesize a topic from vault notes into agreements, tensions, and gaps.
Frequently Asked Questions
FAQPage SchemaHow to install obsidian-vault-agent?▼
Run `npx skills add tuan3w/obsidian-vault-agent --all -g -y` in your terminal to install all skills globally.
How to take notes from a YouTube video automatically?▼
Paste any YouTube link with the /youtube command and the agent extracts the transcript, synthesizes key insights, and creates a linked vault note.
Can it process an entire book or online course?▼
Yes. /book-analyzer handles EPUB and PDF books chapter by chapter, while /course crawls a course page and creates structured notes for every lecture.
Does it work with my existing Obsidian vault?▼
Yes. It reads your existing notes, links new content to them with wikilinks, and follows your vault's templates and frontmatter conventions.
Can it help me remember what I've learned?▼
Yes. The /recall skill runs spaced repetition sessions across topics, and /synthesize surfaces contradictions and connections across your whole vault.
Related Repositories in Education & Research
View All in Education & Research→learn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides