Contributing

Contribute Domain Skills

Browser Skills is a read-only showcase. The source content lives in browser-use/browser-harness under agent-workspace/domain-skills/.

To contribute, open a pull request against browser-harness and add or edit markdown in:

text
agent-workspace/domain-skills/<host>/

Use the host or product name for the folder, such as github, shopify-admin, or linkedin. Add one markdown file per focused workflow or behavior.

What to Include

Good domain skills are practical notes from real browser automation work:

  • Page structure and selectors that were verified during a task
  • Actions that work reliably and actions that do not
  • Authentication or session assumptions
  • Workflow-specific gotchas
  • Short code snippets when they are directly useful

Keep files plain markdown. Do not add SKILL.md, YAML frontmatter, icon fields, license badges, or install commands.

The legacy skills/ directory in this repository is retained temporarily for older consumers, but browser-skills.sh no longer reads it. It should be removed in a future cleanup after the old install flow is no longer needed.

Review Path

  1. Fork or branch browser-use/browser-harness.
  2. Add or update files under agent-workspace/domain-skills/<host>/.
  3. Open a pull request with the site or workflow covered.
  4. After the browser-harness PR merges, this website will pick up the changes automatically on its next refresh.