One-click install
npx skills add https://github.com/ntk148v/skills --skill summarize-ntk148v
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: summarize
Source: https://github.com/ntk148v/skills/tree/main/skills/summarize
Command: npx skills add https://github.com/ntk148v/skills --skill summarize-ntk148v

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill removes the friction of converting URLs and binary documents (like PDFs and Word files) into readable text, so you can quickly inspect and extract key information without manual copying.

Core Features & Use Cases

  • Document-to-Markdown conversion: Converts a URL or local file into Markdown for easy reading, quoting, and downstream processing.
  • Built-in summarization: Produces a concise, structured summary of the converted Markdown using an agent model, optionally guided by your context and extraction goals.
  • Practical workflow support: Writes the full converted Markdown to a temporary file and prints a hint path so you can open and verify the source content.

Quick Start

Convert a PDF or web page to Markdown and get a summary by running: node to-markdown.mjs ./document.pdf --summary "Extract requirements and risks for a security review audience."

Frequently Asked Questions about summarize

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

FAQPage Schema
How do I convert a PDF or web page to Markdown for easier reading?

To convert a PDF or web page to Markdown, this skill uses markitdown to extract text from URLs and local binary documents, outputting readable Markdown for quoting and downstream processing.

Can I summarize a document for a specific audience or extraction goal?

Yes, you can summarize a document for a specific audience by providing an optional context string and extraction goals, which guides the agent model to produce a targeted structured summary of the converted Markdown.

Does web scraping to text work with local binary files like Word documents?

Web scraping to text and local document ingestion both work with binary files like Word documents and PDFs, using markitdown with PDF support to inspect and convert binary content into Markdown.

What is the best way to extract requirements and risks from a PDF for a security review?

The best way to extract requirements and risks from a PDF is to run the conversion with a summary flag, passing your audience and goals like "Extract requirements and risks for a security review audience" to guide the output.

Where does the converted Markdown output get saved during document ingestion?

During document ingestion, the converted Markdown output gets saved to a temporary file, and the skill prints a hint path so you can open, verify, and inspect the source content locally.