mirror of
https://github.com/0xMassi/webclaw.git
synced 2026-07-06 04:32:11 +02:00
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) <noreply@anthropic.com>
This commit is contained in:
parent
6d0a4a4856
commit
6e5e10f0d1
1 changed files with 16 additions and 0 deletions
16
README.md
16
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
|
## Tools
|
||||||
|
|
||||||
| Tool | What it does | Local |
|
| Tool | What it does | Local |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue