Save URLs with auto-extracted insights, credibility scoring, and vault routing
Save URLs and automatically extract insights including title, summary, key takeaways, and credibility assessment.
web-fetch to retrieve URL contentfile-read to find related existing vault entriesfile-write to store extracted insights in markdown formatgit-commit{
"vaultPath": "./cog-vault",
"captureType": "url-dump",
"urls": [
"https://example.com/interesting-article",
"https://blog.example.com/deep-dive-post"
],
"targetQuality": 80
}