feat: add openbrowser skill for AI-driven testing workflows#16
Open
digi4care wants to merge 1 commit intoJasonHonKL:mainfrom
Open
feat: add openbrowser skill for AI-driven testing workflows#16digi4care wants to merge 1 commit intoJasonHonKL:mainfrom
digi4care wants to merge 1 commit intoJasonHonKL:mainfrom
Conversation
Adds a complete openbrowser Pi skill that helps AI agents use open-browser as a lightweight alternative to Playwright for semantic testing workflows. The skill includes: - Decision matrices for when to use open-browser vs Playwright - 6 workflow patterns (page verification, form testing, navigation flows, site mapping, network debugging, session persistence) - CLI command reference with all 7 subcommands - 10 end-to-end examples for common testing scenarios - Troubleshooting guide with Arch Linux build requirements - REPL and CDP server documentation for advanced automation - Knowledge graph and site mapping documentation Structure: - skills/openbrowser/SKILL.md — Main reference - skills/openbrowser/references/ — 9 reference documents - skills/openbrowser/references/registry.json — Index of all references Tested: SKILL.md audit score 101/100 PASS
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
This PR adds a complete openbrowser skill that helps AI coding agents use
open-browseras a lightweight alternative to Playwright for semantic testing and browsing workflows.What is a "skill"?
A skill is a structured knowledge pack that AI agents (like Pi, Cursor, Copilot, Claude, etc.) can load to understand when and how to use a tool. It provides decision matrices, workflow patterns, and reference documentation — so the AI agent makes good choices without guessing.
What's included
skills/openbrowser/SKILL.mdskills/openbrowser/references/cli-reference.mdskills/openbrowser/references/testing-patterns.mdskills/openbrowser/references/examples.mdskills/openbrowser/references/repl-and-cdp.mdskills/openbrowser/references/knowledge-graph.mdskills/openbrowser/references/semantic-roles.mdskills/openbrowser/references/programmatic-usage.mdskills/openbrowser/references/installation.mdskills/openbrowser/references/troubleshooting.mdskills/openbrowser/references/registry.jsonKey design decisions
Testing
Why this is useful for the project
Users who discover open-browser through AI coding tools (increasingly common) will have immediate access to structured guidance. The skill makes it trivial for any AI agent to:
This lowers the adoption barrier significantly for AI-assisted development workflows.