Skip to Content
AgentQL SkillIDE AgentsUse in VS Code Agents

Use AgentQL Skill in VS Code Agents

Use this page when the host runs inside VS Code and the agent is assisting with research, examples, or request validation.

Shared baseline

Export API key
export AQL_WORKSPACE_API_KEY="<workspace_api_key>"
  • Install the published skill if the workflow supports the shared install path:
Install command
npx skills add AgentQL/skills -g -y
  • fast market lookups while writing code
  • hosted request validation before you commit transport logic
  • EVM RPC smoke checks such as eth_blockNumber or eth_chainId
  • MCP-style tool prompts when the host exposes tool routing

Prompt patterns

Use AgentQL to fetch the latest price for the requested ethereum asset, then return the response in compact JSON.
Use AgentQL to test whether this feature should call Market HTTP or EVM RPC HTTP. Return one route shape and one short rationale.

Use SDK instead when

  • the repo needs typed runtime integration
  • the feature already knows the exact transport and just needs production code
  • the task depends on a real websocket client, headers, or retries inside app code
Last updated on