Skip to content

Add find-browser-skills skill#126

Open
jay-sahnan wants to merge 1 commit into
mainfrom
add-find-browser-skills
Open

Add find-browser-skills skill#126
jay-sahnan wants to merge 1 commit into
mainfrom
add-find-browser-skills

Conversation

@jay-sahnan

Copy link
Copy Markdown
Contributor

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-skills skill.

How it works

  1. Search the llms.txt index by task keyword (not by guessing the domain — tasks live under non-obvious domains like jobs→indeed.com/wellfound.com, hotels→booking.com).
  2. Disambiguate by fetching each candidate's per-skill page and matching on its category/tags/verified frontmatter — the reliable signal, vs. a loose index grep.
  3. Present the match (category, read-only, verified) and point to the browser skill to actually run it.
  4. Fallback to the general-purpose browser skill 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.md
  • skills/find-browser-skills/LICENSE.txt (MIT, matches other skills)

Notes

  • Not registered in marketplace.json — consistent with fetch/search/agent-experience etc. which aren't either. Happy to add a plugin entry if you'd like it discoverable as a plugin.

🤖 Generated with Claude Code

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>

**Agent discovery surfaces:**

- `https://browse.sh/llms.txt` — compact index, one line per skill (best for searching)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of recommending llms.txt or other sources, can we just use browse skills find and browse skills list? those are already agent-optimized

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants