Url extraction
Skill a5c-ai/babysitter/library/methodologies/cog-second-brain/skills/url-extraction
Save URLs with auto-extracted insights, credibility scoring, and vault routingFrom its SKILL.md
npx -y skills add a5c-ai/babysitter --skill url-extractionAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.3 KB, 214 tokens by cl100k_base, as published. Nobody here has run it
- Extract: title, summary, key takeaways, relevant quotes
- Assess source credibility and assign confidence levels
- Classify extracted insights by domain
- Route insights to appropriate vault sections
- Create cross-references to related vault entries
Tool Use Instructions
- Use
web-fetchto retrieve URL content - Extract key insights: title, summary, takeaways, quotes
- Assess source credibility using domain reputation and content quality
- Use
file-readto find related existing vault entries - Use
file-writeto store extracted insights in markdown format - Add cross-references to related entries
- Use
git-committo commit extracted insights
Examples
{
"vaultPath": "./cog-vault",
"captureType": "url-dump",
"urls": [
"https://example.com/interesting-article",
"https://blog.example.com/deep-dive-post"
],
"targetQuality": 80
}
What ships with it: 1 file
614 B alongside SKILL.md
- README.md614 B