scrape
“Pull data from a web page. (gstack)”
aipkg.jsonLICENSE.txtREADME.mdSKILL.mdSKILL.md.tmpl- 01SQP-175%MEDIUM
SKILL.md.tmpl:17
detailhide
The trigger phrase 'get data from' is extremely generic and will match a very large variety of natural user utterances that have nothing to do with web scraping. This creates a collision risk where legitimate user intents get misrouted to the /scrape skill, potentially causing unintended data extraction attempts or confusion. Users may innocuously ask 'get data from John' or 'get data from my calendar' and accidentally trigger this skill.
15triggers:16 - scrape this page17 - get data from18 - pull from19 - extract fromfix Replace 'get data from' with a more specific trigger phrase that includes explicit web/page context, such as 'get data from page', 'scrape data from page', or 'get data from website'. Alternatively, remove this trigger entirely and rely on more explicit triggers like 'scrape' and 'extract from'.
- 02SQP-178%MEDIUM
SKILL.md.tmpl:20
detailhide
The trigger phrase 'what is on' is exceptionally vague and common in everyday conversational English, with no explicit indication that it relates to web scraping or page content. Users asking 'what is on TV', 'what is on the menu', 'what is on my schedule', or similar natural questions will unintentionally trigger this skill. This creates a high false-positive collision risk that undermines the skill's reliability and user experience.
18 - pull from19 - extract from20 - what is on21---22fix Replace 'what is on' with a more specific trigger such as 'what is on this page', 'what is on the webpage', or remove it entirely in favor of more explicit web-scraping-specific triggers like 'scrape this page' and 'extract from this page'.