Back to skills

shared-page-md

The default way to read an open page.

Use this first when the page is already open in the shared browser session and the goal is to read, summarize, or extract content. Only switch to browser when the task truly needs interaction.

default choiceMarkdown extractionshared browser

What It Does

Reads an already-open page and converts its visible DOM content into useful Markdown for downstream processing.

Best For

Summaries, page extraction, tables, links, dashboard reading, and syncing what the user is already looking at.

Install

  1. git clone --depth 1 https://github.com/picasso250/skills.git ~/tmp/picasso-skills
  2. cp -r ~/tmp/picasso-skills/shared-page-md ~/.agents/skills/
  3. Check the installed skill directory for extra README instructions.