just-scrape can be installed as a skill for AI coding agents via Vercelβs skills.sh. This lets agents like Claude, Cursor, and others call ScrapeGraphAI commands directly during a coding session.
Install the skill
What this enables
Once installed, your coding agent can:- Scrape a website to gather data needed for a task
- Convert documentation pages to markdown for context
- Search the web and extract structured results
- Check your credit balance mid-session
- Browse request history
How agents use it
Agents calljust-scrape in --json mode for clean, token-efficient output:
Tips
- Set
SGAI_API_KEYin your shell profile so the skill picks it up automatically. - Always use
--jsonβ agents donβt need spinners or banners. - Pass
--schemawith a JSON schema to get typed, predictable output: