staff-00042 downloadsRead less, hatch more. Capture web content, curate your knowledge base in Obsidian
Read less, hatch more, save time.
Capture web content, evaluate novelty with AI, and grow structured knowledge trees inside your Obsidian vault.
NutEgg is a two-part system designed to turn mindless browsing into an active, structured knowledge base:
💬 Feedback and ideas are always welcome via GitHub Issues or email at [email protected].
nutegg/_raw/).Install directly from the Obsidian Community Plugins Directory or search for NutEgg in Obsidian under Settings → Community Plugins → Browse.
main.js, manifest.json, styles.css) from the Releases page..obsidian/plugins/ (create the directory if it doesn't exist).nutegg and copy main.js, manifest.json, and styles.css into it:your-vault/.obsidian/plugins/nutegg/
├── main.js
├── manifest.json
└── styles.css
staff-000/nutegg-obsidian-release.27123.nutegg/ folder in your vault.nutegg/_index.md — (Required) Routing guide that maps topics and keywords to egg files.nutegg/invest_strategy.md — (Sample) Investment and portfolio knowledge tree.nutegg/psychology.md — (Sample) Cognitive biases and mental models.nutegg/ai_ml.md — (Sample) AI & Machine Learning knowledge tree.Everything managed by NutEgg lives cleanly within a single nutegg/ folder:
vault/
└── nutegg/
├── _raw/ # Captured nuts (raw web content with metadata)
│ └── 2026-09-04-14-30-youtube-dankoe-the-art-of-strategic-thinking.md
├── _index.md # Egg routing guide
├── ai_ml.md # Knowledge egg
├── psychology.md # Knowledge egg
└── productivity.md # Knowledge egg
GNU General Public License v3.0