feat(skills): browser-use replaces agent-browser; add web2cli#209
Open
feat(skills): browser-use replaces agent-browser; add web2cli#209
Conversation
- Remove bundled agent-browser skill in favor of browser-use (CDP scripts + refs) - Add web2cli skill with generate-cli and inject-hook scripts - Add unit tests for web2cli generate-cli Made-with: Cursor
- Replace cdp-proxy.mjs and check-cdp.mjs with daemon, admin, run, helpers, _ipc - Update browser-use SKILL.md and cdp-direct.md for the new flow - Refresh web2cli SKILL.md; align pyproject.toml and uv.lock deps Made-with: Cursor
Replace the split web2cli hook scripts with a reusable base hook that captures action context and debug state, and update the browser/CDP skill guidance to favor adaptive site-specific hooks when the baseline injection fails. Made-with: Cursor
- Consolidate browser logic in helpers; slim admin IPC surface - Update daemon/run entrypoints; extend browser unit tests - Refresh web2cli inject hook and generate-cli; add generate-cli tests - Align browser-use and web2cli skill docs with cdp-direct workflow - Sync uv.lock after dependency tweak Made-with: Cursor
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
agent-browserskill from.flocks/plugins/skills/.browser-useskill with CDP scripts (check-cdp.mjs,cdp-proxy.mjs) and references (agent-browser.md,cdp-direct.md).web2cliskill withgenerate-cli.pyand inject-hook scripts.tests/tool/test_web2cli_generate_cli.py(3 tests, passing locally).Testing
Made with Cursor