cheliped-skills
Agent Browser Runtime — AI agent-friendly browser control via Chrome DevTools Protocol (CDP)
File Explorer
Download Latest Version (.zip)- benchmark-openclaw-speed.png
- benchmark-openclaw-tokens.png
- benchmark-quality-breakdown.png
- benchmark-speed-per-site.png
- benchmark-summary.png
- benchmark-tandem-comparison.png
- benchmark-tokens-per-site.png
- config-maxlinks.png
- config-maxtextlength.png
- config-recall-persite.png
- monitor-viewer.png
- advanced-usage.ts
- basic-usage.ts
- browse-demo.ts
- instagram-demo.ts
- instagram-login-demo.ts
- cheliped.ts
- index.ts
- controller.ts
- frame-manager.ts
- index.ts
- page.ts
- connection.ts
- index.ts
- launcher.ts
- transport.ts
- typed-cdp.ts
- agent-dom.ts
- compressor.ts
- extractor.ts
- filter.ts
- index.ts
- semantic.ts
- action-generator.ts
- action.types.ts
- index.ts
- ui-graph.ts
- ui-graph.types.ts
- exfiltration-guard.ts
- index.ts
- prompt-guard.ts
- security-layer.ts
- security.types.ts
- cookie-store.ts
- index.ts
- session-manager.ts
- session.types.ts
- agent-dom.types.ts
- api.types.ts
- index.ts
- internal-dom.types.ts
- options.types.ts
- index.ts
- expected-agent-dom.json
- sample-dom.html
- test-features.html
- html-to-internal.ts
- cdp-connection.test.ts
- dom-extraction.test.ts
- navigation.test.ts
- new-features.test.ts
- security.test.ts
- ui-graph.test.ts
- transport.test.ts
- typed-cdp.test.ts
- agent-dom.test.ts
- compressor.test.ts
- filter.test.ts
- semantic.test.ts
- action-generator.test.ts
- ui-graph.test.ts
- prompt-guard.test.ts
- security-layer.test.ts
- .npmrc
- .prettierrc
- benchmark-challenge.mjs
- benchmark-compare.mjs
- benchmark-limitations.mjs
- benchmark-quality.mjs
- benchmark.mjs
- cheliped-cli.mjs
- cheliped-monitor.mjs
- generate-charts.py
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- tsconfig.json
- tsup.config.ts
- vitest.config.ts
- vitest.integration.config.ts
- CHANGELOG.md
- README.md
- SKILL.md
- computer-cli.mjs
- SKILL.md
- .gitignore
- LICENSE.txt
- README.md
- SKILLS_IMPROVEMENT_ROADMAP.md
# Installation Guide
1. Get the code
git clone https://github.com/tykimos/cheliped-skills
Downloads the entire project code from GitHub to your computer.
cd cheliped-skills
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Homebrew A package manager for macOS/Linux.
brew install cliclick # for mouse control; keyboard/screenshots are native
Installs the pre-built package via Homebrew — no source build required.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
cd browser/scripts && npm install && npm run build
Moves into the project folder you just downloaded.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
