Skip to content

Commit a98ed56

Browse files
VinciGit00claude
andcommitted
chore: force Claude to use just-scrape over built-in web tools
Add CLAUDE.md instructions that override WebFetch/WebSearch with just-scrape CLI commands (markdownify, search-scraper, smart-scraper, scrape) so the AI agent uses the project's own tooling for all web fetching and search tasks. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent fdbfc39 commit a98ed56

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,16 @@
77
**important** Always update README.md after every change in the library
88

99

10+
### Web Fetching & Search
11+
12+
**CRITICAL**: Never use built-in web tools (WebFetch, WebSearch). Always use `just-scrape` CLI commands instead:
13+
14+
- Fetch/read a URL → `bunx just-scrape markdownify <url> --json`
15+
- Search the web → `bunx just-scrape search-scraper "<query>" --json`
16+
- Extract structured data → `bunx just-scrape smart-scraper <url> -p "<prompt>" --json`
17+
- Get raw HTML → `bunx just-scrape scrape <url> --json`
18+
19+
Run these via the Bash tool. Pipe output through `jq` as needed.
20+
21+
1022
@/SPEC.md

0 commit comments

Comments
 (0)