com um clique
fetch-as-markdown
Fetch a URL using Playwright and convert its content to Markdown.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Fetch a URL using Playwright and convert its content to Markdown.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Extract distilled page content as Markdown using Chromium's on-device ML page content annotation.
Run a Google Search and capture the AI response/Overview.
Gerrit helpers for fetching unresolved comments and CL diffs.
Set up or debug npm Trusted Publishing (OIDC) from GitHub Actions. Handles permissions, metadata validation, and provenance.
Paul's modern stack conventions for new projects (pnpm, native node test, esbuild, buildless-types). Consult when starting a new project or repository.
How to effectively use QMD (Quick Markdown Search) to pull in extra relevant context, run multi-query searches, extract high-scoring chunk IDs, and fetch their contents. Use this skill when asked to search across a large markdown knowledge base, run QMD queries, or retrieve deep context using the qmd CLI.
| name | fetch-as-markdown |
| description | Fetch a URL using Playwright and convert its content to Markdown. |
This skill allows fetching any web page, rendering it using a headless browser (Playwright) to ensure client-side content is loaded, and converting the resulting HTML into clean Markdown using markpaste.
node agents/skills/fetch-as-markdown/scripts/fetch-as-markdown.ts <URL>
Example:
node agents/skills/fetch-as-markdown/scripts/fetch-as-markdown.ts https://example.com
The script will output the converted markdown to stdout.