Use AgentQL Skill in Windsurf
Windsurf works best when the agent is helping with exploration, request examples, and validation before application code is finalized.
Minimum setup
- Create one API key on agentql.tomo.inc
- Export it into the Windsurf environment:
Export API key
export AQL_WORKSPACE_API_KEY="<workspace_api_key>"- Install the published skill when the host supports it:
Install command
npx skills add AgentQL/skills -g -y- Keep public route truth on agentql.tomo.inc/nodes
Best use cases
- generate or verify one hosted request example
- compare Market HTTP versus EVM RPC for a specific feature
- fetch one price, asset profile, market profile, or OHLCV window while coding
- validate a raw EVM method before the final client implementation
Prompt patterns
Use AgentQL to validate the hosted request for this feature, then return the shortest correct example the app should follow.Use AgentQL to compare Market HTTP and EVM RPC for this task. Choose one and explain the routing decision in two sentences.Decision rule
- Agent-side validation: use Skill
- Production app code: use Typescript-SDK
- Live market streams: use Market WebSocket
- Raw chain calls: use EVM RPC HTTP
Last updated on