Add find-browser-skills skill#126
Open
jay-sahnan wants to merge 1 commit into
Open
Conversation
Discovers pre-built browser-automation skills from the browse.sh catalog
so an agent can reuse one instead of writing automation from scratch.
- Searches the llms.txt index by task keyword, then fetches each candidate's
per-skill page to disambiguate by category/tags/verified metadata.
- Triggers on agent-directed requests ("use your browse-skills finder to
find a skill for X on {site}") as well as direct domain+task asks.
- Falls back to the general-purpose browser skill when no match exists.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
shrey150
reviewed
Jun 3, 2026
|
|
||
| **Agent discovery surfaces:** | ||
|
|
||
| - `https://browse.sh/llms.txt` — compact index, one line per skill (best for searching) |
Contributor
There was a problem hiding this comment.
Instead of recommending llms.txt or other sources, can we just use browse skills find and browse skills list? those are already agent-optimized
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.
What
Adds a new skill, find-browser-skills, that discovers pre-built browser-automation skills from the browse.sh catalog so an agent can reuse one instead of writing automation from scratch. It's the browse.sh analog of the open-ecosystem
find-skillsskill.How it works
llms.txtindex by task keyword (not by guessing the domain — tasks live under non-obvious domains like jobs→indeed.com/wellfound.com, hotels→booking.com).category/tags/verifiedfrontmatter — the reliable signal, vs. a loose index grep.browserskill to actually run it.browserskill when no catalog match exists.Triggering
Written for the agent-directed case — "use your browse-skills finder to find a skill for X on {site}" — as well as direct "domain + task" asks and "is there a browser skill for X".
Files
skills/find-browser-skills/SKILL.mdskills/find-browser-skills/LICENSE.txt(MIT, matches other skills)Notes
marketplace.json— consistent withfetch/search/agent-experienceetc. which aren't either. Happy to add a plugin entry if you'd like it discoverable as a plugin.🤖 Generated with Claude Code