From 9e2482029a16086dc42f13556f6e60100b7b9f43 Mon Sep 17 00:00:00 2001 From: yanghaod2278827 <67933201+yanghaod2278827@users.noreply.github.com> Date: Wed, 3 Jun 2026 11:32:53 +0800 Subject: [PATCH] docs: improve skill description for better trigger accuracy --- skills/just-scrape/SKILL.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/skills/just-scrape/SKILL.md b/skills/just-scrape/SKILL.md index 99bee74..e5728b0 100644 --- a/skills/just-scrape/SKILL.md +++ b/skills/just-scrape/SKILL.md @@ -1,6 +1,10 @@ --- name: just-scrape -description: Search, scrape, crawl, extract structured data, and monitor web pages via the ScrapeGraph AI CLI. Use when the user asks to search the web, scrape a webpage, grab content from a URL, extract JSON from a site, crawl documentation or site sections, monitor a page for changes, inspect request history, check ScrapeGraph credits, or validate API setup. +description: >- + This skill should be used when the user asks to "scrape this page", "crawl a website", + "extract data from", "grab content from URL", "monitor this page", "search the web and + scrape", "get JSON from a site", or wants to extract structured data from web pages using + ScrapeGraph AI. compatibility: "Requires the just-scrape CLI (`npm install -g just-scrape`). Requires `SGAI_API_KEY` for ScrapeGraph AI requests." license: MIT allowed-tools: Bash