Add data-extractor skill for structured web scraping#66
Open
Conversation
Teaches agents how to extract structured JSON from websites using browse CLI primitives (eval, get text, snapshot). Covers five patterns: single-page, list-page, paginated, search-then-extract, and authenticated extraction — mapped to top customer use cases. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
119df5b to
e4283b0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
data-extractorskill that teaches agents how to extract structured JSON from websites usingbrowseCLI primitives (eval,get text,snapshot)Why
Over the last 30 days, 6+ customers (Vivian Health, Drata, Rippling, Zogo, Freshsauce, HappyStack) are all trying to extract structured data from websites. The existing
browserskill only shows basicbrowse get text "body". This skill fills the gap by teaching thebrowse eval "JSON.stringify(...)"pattern and pagination workflows.The
browseCLI stays LLM-free and deterministic — the agent is the intelligence that reads page structure and decides what to extract.Stress tested against
querySelectorAll+.map())browse get textTest plan
🤖 Generated with Claude Code
Note
Low Risk
Low risk: adds new documentation-only
data-extractorskill content and registers it in the marketplace/README without changing runtime code paths.Overview
Adds a new
data-extractorskill (docs + examples) that guides agents to extract structured JSON from web pages usingbrowseprimitives (notablyeval/JSON.stringify,snapshot, waiting, and pagination patterns).Registers the skill in
.claude-plugin/marketplace.jsonunder thebrowseplugin and lists it inREADME.md, including newSKILL.md,REFERENCE.md,EXAMPLES.md, and an MITLICENSE.txt.Written by Cursor Bugbot for commit 119df5b. This will update automatically on new commits. Configure here.