Browse & Install
Search the marketplace for pre-built navigation skills. Install with a single command — works with Claude Code, OpenClaw, and more.
The open marketplace for AI browser agent navigation skills. Find, install, and publish reusable skills that teach agents how to navigate any website.
A SiteSkill is a Markdown file (SKILL.md) that teaches an AI browser agent how to navigate a specific website. It contains:
Skills are portable, agent-agnostic, and contain no executable code. They are instructions, not scripts.
# Install the CLI
npm install -g siteskills
# Search the marketplace
siteskills search "github"
# Install a skill
siteskills install github-pull-requestsThe skill is saved to ~/.claude/skills/ (or ~/.openclaw/skills/ depending on your agent).
| Resource | Description |
|---|---|
| Quick Start | Install the CLI, browse skills, create your first skill |
| Creating Skills | Step-by-step tutorial for building and publishing a skill |
| Template Standard | Full reference for the SKILL.md format |
| REST API | Endpoints for searching, downloading, and publishing skills |
| Agent Integration | Setup guides for Claude Code, Browser Use, and Stagehand |