Aim Page Fetch

Open a URL in headed Chromium and extract title, meta, main text, and links. Markdown + JSON. Use when page content must be live, not invented.

BrianV1981 71a8aea 2 files · 2.9 KB Updated

File contents

aim-page-fetch

npm run page-fetch -- "https://example.com"
npm run page-fetch -- --screenshot /tmp/page.png --url "https://example.com"

Defaults: minimized, stop after session (--keep-open to chain).

JSON fields: title, url, canonical, description, meta, mainText, links[], rawLength, optional screenshot, optional cached.

Parse markdown, then ---JSON---. Prefer this over guessing page text.

BrianV1981/aim-browser/tree/main/aim-page-fetch.skill commit 71a8aea233

Frequently asked questions

npx skillmds@latest add brianv1981/aim-page-fetch