TC

tykimos/cheliped-skills

Developer tools
62 stars 품질 70 트렌드 70

Agent Browser Runtime — AI agent-friendly browser control via Chrome DevTools Protocol (CDP)

개요

Cheliped Skills is a collection of agent skills. Cheliped is a crab's claw 🦀 — the part that grabs. Each skill is self-contained with its own SKILL.md and scripts/. See each skill's SKILL.md for the full command reference. - — anything on a web page. CDP-driven, no real cursor, token-compressed DOM, runs headless. - — native macOS apps and OS-level GUI tasks. Moves the real cursor and types into the focused window.

README


Cheliped Skills is a collection of agent skills. Cheliped is a crab’s claw 🦀 — the part that grabs.

Skills

Skill What it does Backend
browser Browse, observe, click, fill, screenshot, and scrape web pages. Exposes an LLM-friendly Agent DOM where every interactive element gets a numeric id. Chrome DevTools Protocol (CDP)
computer-use Control the local macOS machine — mouse, keyboard, screenshots, and launching/quitting apps. AppleScript + native CLI (osascript, screencapture, cliclick)

Each skill is self-contained with its own SKILL.md and scripts/.

Quick start

# Browser skill (web automation)
cd browser/scripts && npm install && npm run build
node cheliped-cli.mjs '[{"cmd":"goto","args":["https://example.com"]},{"cmd":"observe"}]'

# Computer-use skill (macOS control)
brew install cliclick   # for mouse control; keyboard/screenshots are native
node computer-use/scripts/computer-cli.mjs '[{"cmd":"screenshot"},{"cmd":"screen-size"}]'

See each skill’s SKILL.md for the full command reference.

When to use which

  • browser — anything on a web page. CDP-driven, no real cursor, token-compressed DOM, runs headless.
  • computer-use — native macOS apps and OS-level GUI tasks. Moves the real cursor and types into the focused window.

License

MIT — see LICENSE.txt.

View this README on GitHub

추천 도구

다른 키워드를 입력하거나 필터를 제거해 보세요.

설치

npx skillfish add tykimos/cheliped-skills