second-brain-import-web

Fetch web page content, convert it to Markdown, and store it with the original URL.

128|7|Updated Jun 20, 2026
One-click install
npx skills add https://github.com/PieroSierra/SecondBrain --skill second-brain-import-web
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: second-brain-import-web
Source: https://github.com/PieroSierra/SecondBrain/tree/main/.claude/skills/second-brain-import-web
Command: npx skills add https://github.com/PieroSierra/SecondBrain --skill second-brain-import-web

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill streamlines the process of importing web pages into your Second Brain, making it easy to save and organize online content.

Core Features & Use Cases

  • Webpage Import: Import any web page by URL directly into your Second Brain.
  • Markdown Formatting: Converts fetched pages to clean Markdown for easy reading and storing.
  • Provenance Preservation: Stores the original URL as provenance for every imported page.
  • Fallback Mode: Offers a paste-Markdown mode for pages that are paywalled or unfetchable.
  • Use Case: Quickly save an article from a website into your knowledge base for future reference.

Quick Start

Import a webpage into your Second Brain by typing /second-brain-import-web "https://example.com/article".

Frequently Asked Questions about second-brain-import-web

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I import a webpage into my Second Brain knowledge base?

To import a webpage into your Second Brain knowledge base, provide the URL to fetch its content, convert it to Markdown, and store it alongside the original URL as provenance. This preserves the source while keeping the text readable.

Can I save paywalled articles to my Markdown knowledge base?

Yes, you can save paywalled articles to your Markdown knowledge base using the fallback paste-Markdown mode. If the fetcher cannot retrieve the page content, you manually paste the text for the system to format and store.

Does importing web pages preserve the original URL as provenance?

Importing web pages preserves the original URL as provenance. The system automatically records the source link alongside the converted Markdown content, ensuring you can always trace the information back to its origin.

What is the best way to convert online articles to Markdown for content organization?

The best way to convert online articles to Markdown for content organization is using an automated import tool that fetches the URL, strips formatting, and outputs clean Markdown. This ensures consistent formatting across your entire knowledge base.

Why does the webpage import fail on certain sites and how do I fix it?

Webpage imports fail on certain sites due to paywalls or anti-scraping protections blocking the fetch request. You can fix this by switching to the fallback paste-Markdown mode to manually input the content.

Do I need web fetching capabilities to use the Second Brain import tool?

Yes, you need web fetching capabilities to extract content from URLs automatically. Without it, the tool cannot retrieve the webpage for Markdown conversion, though you can still use the manual paste-Markdown mode as a fallback.