Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Browser automation CLI using DOMShell MCP server. Maps Chrome's Accessibility Tree to a virtual filesystem for agent-native navigation.
A command-line interface for browser automation using DOMShell's MCP server. Navigate web pages using filesystem commands: ls, cd, cat, grep, click.
Node.js and npx (for DOMShell MCP server):
# Install Node.js from https://nodejs.org/
npx --version
Chrome/Chromium with DOMShell extension:
Python 3.10+
cd browser/agent-harness
pip install -e .
page — Page Navigationpage open <url> — Navigate to URLpage reload — Reload current pagepage back — Navigate back in historypage forward — Navigate forward in historypage info — Show current page infofs — Filesystem Commands (Accessibility Tree)fs ls [path] — List elements at pathfs cd <path> — Change directoryfs cat [path] — Read element contentfs grep <pattern> [path] — Search for text patternnpx skills add HKUDS/CLI-Anything --skill cli-anything-browserHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.