Use AgentQL Skill in IDE Agents
Use this section when the host lives inside an IDE and the agent should help with research, validation, or example generation.
Shared rules
- Keep the API key in the agent environment, not inside prompt text.
- Keep endpoint truth on agentql.tomo.inc/nodes.
- Use the skill for agent-side reads and validation.
- Use the Typescript-SDK for production application code.
Setup baseline
Export API key
export AQL_WORKSPACE_API_KEY="<workspace_api_key>"If the host supports the published skill install flow, use:
Install command
npx skills add AgentQL/skills -g -yIf not, keep the same prompt contract and route the host through the documented AgentQL surfaces directly.
Read by host
- Use in Claude Code: codebase-aware setup for hosted validation and integration decisions.
- Use in Codex: terminal-first and validation-friendly setup for direct agent execution.
- Use in Cursor: split agent-side exploration from app runtime integration.
- Use in Windsurf: keep example generation and hosted request checks inside the IDE workflow.
- Use in VS Code Agents: use the same skill rules in VS Code-native agent sessions.
Surface chooser
- Need token or market data: Market HTTP
- Need live market events: Market WebSocket
- Need tool-native orchestration: MCP Service
- Need raw EVM compatibility: EVM RPC HTTP or RPC WebSocket
Last updated on