summarize
Fetch a URL or convert a local file (PDF/DOCX/HTML/etc.) into Markdown using `uvx markitdown`, optionally it can summarize
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Fetch a URL or convert a local file (PDF/DOCX/HTML/etc.) into Markdown using `uvx markitdown`, optionally it can summarize
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Help address review/issue comments on the open GitHub PR for the current branch using gh CLI.
Generate beautiful, self-contained HTML pages that visually explain systems, code changes, plans, and data.
Search the web and fetch/read pages via a real headless browser (CDP). Use this instead of curl when sites are JS-heavy or bot-protected.
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
Interactive browser automation via Chrome DevTools Protocol. Use when you need to interact with web pages, test frontends, or when user interaction with a visible browser is required.
| name | summarize |
| description | Fetch a URL or convert a local file (PDF/DOCX/HTML/etc.) into Markdown using `uvx markitdown`, optionally it can summarize |
Turn URLs, PDFs, Word docs, PowerPoints, HTML pages, text files, and more into Markdown so they can be inspected, quoted, and processed like normal text.
markitdown can fetch URLs directly; this skill wraps it to make saving + summarizing convenient.
scripts/to-markdown.tsUse this skill when you need to:
Run from this skill folder (the folder containing SKILL.md).
uvx markitdown <url-or-path>
To write Markdown to a temp file (prints the path), use the wrapper:
./scripts/to-markdown.ts <url-or-path> --tmp
Tip: when summarizing, the script always writes the full converted Markdown to a temp .md file and always prints a final hint line with the path.
Write Markdown to a specific file:
./scripts/to-markdown.ts <url-or-path> --out /tmp/doc.md
Summaries work best when you provide what you want extracted and the audience/purpose.
./scripts/to-markdown.ts <url-or-path> --summary --prompt "Summarize focusing on X, for audience Y. Extract Z."
Or:
./scripts/to-markdown.ts <url-or-path> --summary --prompt "Focus on security implications and action items."
This will:
uvx markitdown.md file and print its path as a hint linepi --model claude-haiku-4-5 (no-tools, no-session) to summarize using your extra prompt#!/usr/bin/env bun).uvx markitdown and pi on PATH.