Skip to content
Automation
Skill

/url-extraction

Save URLs with auto-extracted insights, credibility scoring, and vault routing

From plugin
babysitter
1.8k200 skills3 agents21 commands1 MCP
Install
$ npx -y skills add a5c-ai/babysitter --skill url-extraction --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/url-extraction

Context preview

The summary Claude sees to decide when to auto-load this skill.

Save URLs with auto-extracted insights, credibility scoring, and vault routing

SKILL.md

url-extraction.SKILL.md
name: cog-url-extraction
description: Save URLs with auto-extracted insights, credibility scoring, and vault routing
allowed-tools:
  - file-read
  - file-write
  - web-fetch
  - file-search
  - git-commit
graph:
  domains: [domain:software-engineering]
  skillAreas: [skill-area:agentic-loops, skill-area:orchestration-loop]
  workflows: [workflow:feature-development]
  topics: [topic:developer-experience]
  roles: [role:tech-lead, role:backend-engineer]
  • 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

1. Use `web-fetch` to retrieve URL content 2. Extract key insights: title, summary, takeaways, quotes 3. Assess source credibility using domain reputation and content quality 4. Use `file-read` to find related existing vault entries 5. Use `file-write` to store extracted insights in markdown format 6. Add cross-references to related entries 7. Use `git-commit` to 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
}
Ships withbabysitter

Enforce obedience on agentic workforces. Manage extremely complex workflows through deterministic, hallucination-free self-orchestration.

Get the whole plugin

Other skills on babysitter.