feat: add opencli operate — browser control commands for Claude Code skill#614
Merged
feat: add opencli operate — browser control commands for Claude Code skill#614
Conversation
59cd09f to
15f6e97
Compare
…skill Add `opencli operate` subcommand group with 15+ commands for step-by-step browser control, designed as a Claude Code skill. No LLM API key needed — Claude Code IS the LLM. Commands: Navigation: open, back, scroll Inspect: state, screenshot, get (title/url/text/value/html/attributes) Interact: click, type, select, keys Wait: wait selector/text/time Extract: eval (execute JS in page context) API Discovery: network (auto-captured since last open, --detail N) Sedimentation: init (generate adapter scaffold), verify (test adapter) Session: close Infrastructure: - CDP passthrough with 22-method allowlist - Two-layer retry for extension interference (aggressive for operate:*) - Network interceptor auto-injected on operate open - node_modules symlink for user TS adapter imports Skill: skills/opencli-operate/SKILL.md - Complete command reference - Sedimentation workflow guide (explore → network → init → verify) - Adapter strategy guide (PUBLIC/COOKIE/UI) - Dual quickstart (AI Agent 1 step / Human 3 steps)
Merged
jackwener
added a commit
that referenced
this pull request
Apr 2, 2026
PR #614 re-created the root SKILL.md (name: opencli) which was previously deleted in the skills migration. This root file causes `npx skills add` to see only one skill ("opencli") and skip the 4 individual skills in skills/ (opencli-usage, opencli-explorer, opencli-oneshot, opencli-operate).
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.
Add opencli operate — 15+ browser control commands designed as a Claude Code skill. No LLM API key needed.
Infrastructure
CDP passthrough with 22-method allowlist
Two-layer retry for extension interference
Network interceptor auto-injected on operate open
node_modules symlink for user TS adapter imports
Skill: skills/opencli-operate/SKILL.md