Skip to content

SiteSkillsDocumentation

The open marketplace for AI browser agent navigation skills. Find, install, and publish reusable skills that teach agents how to navigate any website.

What is a SiteSkill?

A SiteSkill is a Markdown file (SKILL.md) that teaches an AI browser agent how to navigate a specific website. It contains:

  • Site map — key pages and URL patterns
  • Page structures — CSS selectors for interactive elements
  • Navigation flows — step-by-step instructions for common tasks
  • Gotchas — dynamic content patterns, rate limits, auth flows

Skills are portable, agent-agnostic, and contain no executable code. They are instructions, not scripts.

Install your first skill

bash
# Install the CLI
npm install -g siteskills

# Search the marketplace
siteskills search "github"

# Install a skill
siteskills install github-pull-requests

The skill is saved to ~/.claude/skills/ (or ~/.openclaw/skills/ depending on your agent).

ResourceDescription
Quick StartInstall the CLI, browse skills, create your first skill
Creating SkillsStep-by-step tutorial for building and publishing a skill
Template StandardFull reference for the SKILL.md format
REST APIEndpoints for searching, downloading, and publishing skills
Agent IntegrationSetup guides for Claude Code, Browser Use, and Stagehand

Built for the AI browser agent ecosystem