unfurl-read

Extract raw Markdown or HTML content from an unfurl Doc Share link.

Updated Jun 26, 2026
One-click install
npx skills add https://github.com/jwma/unfurl-skills --skill unfurl-read
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfurl-read
Source: https://github.com/jwma/unfurl-skills/tree/main/skills/unfurl-read
Command: npx skills add https://github.com/jwma/unfurl-skills --skill unfurl-read

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows users to read the verbatim content of an unfurl Doc directly from its Share link, bypassing the rendered page, which is useful for tasks like content summarization, analysis, or translation.

Core Features & Use Cases

  • Direct Content Access: Obtain the raw Markdown or HTML content of an unfurl Doc.
  • Use Case: If a user shares an unfurl Doc link with you and you need to work with the content behind the link without the rendered page, this Skill can help you get the original text or HTML.

Quick Start

Use the unfurl-read skill to get the raw content of the unfurl Doc at 'https://unfurl.anmuji.com/p/abc123'.

Frequently Asked Questions about unfurl-read

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

FAQPage Schema
How do I extract raw Markdown content from an unfurl Doc Share link?

To extract raw Markdown content from an unfurl Doc, you can use a script that requests the /source endpoint via a GET request. This bypasses the rendered page to provide the verbatim text for processing.

Can I get the HTML content of an unfurl Doc without rendering the page?

Yes, you can retrieve the HTML content of an unfurl Doc without rendering the page by accessing its Share link. The extraction script targets the source directly to fetch the raw HTML.

What is the best way to read unfurl Doc content for text summarization tasks?

Reading unfurl Doc content for text summarization is best done by fetching the raw Markdown or HTML. Bypassing the rendered page allows direct access to the verbatim text for analysis.

Do I need a base URL to resolve an unfurl Doc Share link token?

Yes, you need a base URL for resolution along with the Share link or token. These inputs are required to correctly locate and extract the raw document content from the source endpoint.

Why does my content extraction script fail to read an unfurl Doc?

Content extraction might fail if the base URL is missing or the Share link token is invalid. The script requires both a valid token and a base URL to successfully resolve the /source endpoint.

When do I need to fetch raw document content instead of using a rendered page?

Fetching raw document content is necessary when performing content processing tasks like translation, analysis, or summarization. It bypasses rendering to provide clean Markdown or HTML for direct manipulation.