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