Scrappling Skill
Use Scrappling when you need to scrape a public webpage and convert it into agent-friendly Markdown.
Instructions
- Read
/llms.txtfor discovery. - Read
/llms-full.txtif you need schema details. - Call
POST /api/scrapewith JSON:
{
"url": "https://example.com"
}
- Check
result.ok. - If
result.ok === true, useresult.markdownas the primary scraped content. - If
result.ok === false, reportresult.codeandresult.message.
Limits
Only scrape public pages. Do not bypass login, paywalls, CAPTCHA, private pages, or access controls. Keep request volume polite.
Related skills
Prompt Engineering
Data & AI
Prompt engineering best practices and templates to maximize AI outputs.
claudeCursorWindsurf+1beginner
289
78
852
Data Visualization
Data & AI
Generates data visualizations and charts tailored to your data.
claudeCursorWindsurfintermediate
198
56
683
RAG Architecture Setup
Data & AI
Setup guide for RAG (Retrieval-Augmented Generation) architectures.
claudeCursorWindsurfadvanced
167
51
645