Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

browse v1.0.0

browse gives Claude Code and Codex the same seven workflows for driving live websites and native apps through the persistent @ulpi/browse CLI.

Included skills

Skill Purpose
browse General browser and iOS, Android, or macOS app automation
browse-stealth Camoufox-based browsing for sites that block ordinary automation
browse-config Guided camoufox profile generation
browse-qa Scenario-driven QA with evidence and reusable regression flows
browse-seo Rendered on-page and technical SEO audits
browse-aeo Answer Engine Optimization audits and AI-SERP analysis
browse-geo Cross-engine generative-search visibility monitoring

The skills share one canonical implementation in skills/. Both plugin manifests point to that directory, so Claude Code and Codex receive the same workflows and references.

Installation

Browse is available from the ULPI plugin marketplace.

Claude Code

/plugin marketplace add ulpi-io/marketplace
/plugin install browse@ulpi

Codex

codex plugin marketplace add ulpi-io/marketplace
codex plugin add browse@ulpi

The plugin resolves directly from this repository. Updating it means pushing here, not to the marketplace repository.

Runtime dependency

Install the CLI once before using the skills:

npm install -g @ulpi/browse
browse --version

The plugin does not install runtime dependencies automatically.

Protected-site workflows additionally need camoufox:

npm install camoufox-js
npx camoufox-js fetch

Repository layout

.claude-plugin/plugin.json  Claude Code plugin manifest
.codex-plugin/plugin.json   Codex plugin manifest and catalog interface
skills/                     Shared skill implementations

License

MIT © ulpi.io

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors