1 link tagged with all of: ai-automation + folder-structure + knowledge-base + content-scraping
Click any tag below to further narrow down your results
Links
This guide walks you through creating a personal wiki using just three folders and text files. You automate content collection with a CLI scraper, write a simple schema file, then let an AI compile, update, and query your organized knowledge base.
- Three flat folders (raw/, wiki/, outputs/) plus a CLAUDE.md/AGENTS.md schema file replace databases and apps like Obsidian for personal knowledge management.
- agent-browser (a free Vercel Labs CLI tool) automates scraping JS-heavy or login-gated pages straight into the raw/ folder.
- Claude Code reads the schema and raw files to auto-generate an INDEX.md and per-topic markdown pages in wiki/, linking sources and summaries.
- A monthly AI-driven health check catches contradictions and unbacked claims before compounding errors degrade the wiki.