From 6e5e10f0d169424fb6f0938a100b56a653e64ff6 Mon Sep 17 00:00:00 2001 From: Valerio <88933932+0xMassi@users.noreply.github.com> Date: Thu, 2 Jul 2026 15:36:21 +0200 Subject: [PATCH] docs(readme): add "Use as an agent skill" section (#85) Promote the one-command skills.sh install (npx skills add 0xMassi/webclaw-skill) alongside the MCP Server section. Notes the keyless-by-default local path and the optional WEBCLAW_API_KEY upgrade. Co-authored-by: Claude Opus 4.8 (1M context) --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 8ae72fb..0dce405 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,22 @@ Extract the brand colors, fonts, and logos from this company website. --- +## Use as an agent skill + +Add webclaw to Claude Code, Cursor, Windsurf, and other MCP agents in one command: + +```bash +npx skills add 0xMassi/webclaw-skill +``` + +Your agent gets scrape, crawl, map, extract, summarize, diff, brand, and search +as native tools. Most sites extract locally with no API key. Set `WEBCLAW_API_KEY` +to handle bot-protected and JavaScript-rendered pages. + +Find it on [skills.sh](https://www.skills.sh/0xMassi/webclaw-skill/webclaw). + +--- + ## Tools | Tool | What it does | Local |