スキル一覧に戻る
hokupod

sitepanda

by hokupod

Sitepanda is designed to scrape websites using the headless browser. The primary goal is to extract the main readable content from web pages and save it as Markdown.

10🍴 0📅 2026年1月2日
GitHubで見るManusで実行

SKILL.md


name: sitepanda description: > 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.

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 --silent --limit 1

  3. 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.

  4. Capture the output, which is returned in Markdown format.

  5. Read and analyze the extracted content.

  6. Respond to the user using only the relevant information from the page.

  7. 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

スコア

総合スコア

70/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です