Surf Skills are instruction packages that teach AI coding agents how to use the Surf CLI correctly and efficiently. In a skills-compatible agent environment, a Surf Skill can help the agent:Documentation Index
Fetch the complete documentation index at: https://docs.asksurf.ai/llms.txt
Use this file to discover all available pages before exploring further.
- Discover the right Surf command for a natural-language request
- Use the correct parameter names and command patterns
- Avoid common mistakes around search flags, chain names, and output formatting
- Move from exploration to implementation faster when building Surf-powered apps
Installation
The Surf Skill is hosted at asksurf-ai/surf-skills.Prerequisites
Install the Surf CLI:What the Skill Teaches
Thesurf skill teaches an agent to:
- Run
surf syncbefore discovery - Use
surf list-operationsandsurf <command> --helpto find the right endpoint - Prefer JSON output with
-o json -f body.datafor structured downstream processing - Match user intent to the correct domain (market, wallet, social, token, onchain, etc.)