linxule

Carrel Capture — Documentation skill for Claude Code

Documentation community

Save a web page or online article to your vault as markdown.

How to install Carrel Capture

Installs to ~/.claude/skills/linxule-carrel-carrel-capture/SKILL.md

Terminal
mkdir -p ~/.claude/skills/linxule-carrel-carrel-capture && curl -fsSL https://raw.githubusercontent.com/linxule/carrel/HEAD/commands/carrel-capture.md -o ~/.claude/skills/linxule-carrel-carrel-capture/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Carrel Capture does


description: Save a web page or online article to your vault as markdown

/carrel-capture — Web Content Capture

Fetch web content, convert to clean markdown, and save to the vault.

When to Use

  • Researcher shares a URL
  • Researcher says "save this article", "clip this page", "capture this"
  • Any web content that should be in the vault

What Happens

Uses the `web-capture` skill:

  1. Fetch the URL using carrel capture url — defuddle extracts content cleanly, with markit

Alternatives in Documentation

  • Notion Knowledge Capture — Convert conversations into structured, searchable Notion wiki entries 14.6k ★
  • Save — Save the current conversation or a specific insight into the wiki vault as a structured note 3.3k ★
  • Hyperresearch — Agent-driven research knowledge base 2.4k ★

Full documentation available on GitHub

View Source Repository