modelscope.cn

sitepanda

Scrape websites with a headless browser and extract main readable content as Markdown. Use this skill when the user asks to retrieve, analyze, or summarize content from a URL or website.

Installation

$ npx skills add https://modelscope.cn

Also in this package

Other skills from modelscope.cn · top by installs.

npx skills add https://modelscope.cn

Browse all from modelscope.cn

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,350 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Sitepanda (Web Scraping Tool)

Instructions

  1. When the user provides a URL or asks for website content, use Sitepanda to scrape the page.
  2. By default, use the following command to scrape a single page:

sitepanda scrape <URL> --silent --limit 1

  1. If you need to perform recursive scraping (following links), you must ask the user for confirmation before starting, as it may take a long time.
  2. Capture the output, which is returned in Markdown format.
  3. Read and analyze the extracted content.
  4. Respond to the user using only the relevant information from the page.
  5. If the content is long, summarize or extract only the necessary sections.

Examples

Example 1

User request: "Please summarize the article at https://example.com/blog/post-123";

Agent behavior:

  • Use Sitepanda to scrape the page
  • Read the extracted Markdown
  • Summarize the main points in the response

Example 2

User request: "What does this documentation page say? https://example.com/docs";

Agent behavior:

  • Fetch the page using Sitepanda
  • Extract key sections
  • Explain the content concisely