Install & Configure Skill
Install the published skill artifact first, then wire one API key and let the skill route the host toward the right AgentQL surface.
What you install
- Source repository: AgentQL/skills
- Current global install command:
Install command
npx skills add AgentQL/skills -g -yPrepare access
Create one API key
Open agentql.tomo.inc, create one API key, and keep it in the host environment.
Export the hosted key
Export API key
export AQL_WORKSPACE_API_KEY="<workspace_api_key>"Keep endpoints externalized
Browse the latest public entrypoints on
agentql.tomo.inc/nodesinstead of freezing transport values into prompts.
Runtime rules
- Use the skill to steer the host toward hosted product surfaces.
- Keep
Authorization: Bearer <workspace_api_key>as the auth model when the host eventually performs hosted HTTP, MCP, or WebSocket requests. - Do not treat the install artifact as the public contract source of truth.
Use this docs site and
agentql.tomo.inc/nodesfor current routing truth.
Validate the install
- Open IDE Agents for Codex, Cursor, Windsurf, VS Code agents, or similar IDE-native workflows.
- Open Market Research Agent if the host should answer price or market questions first.
- Open Chain Data Agent if the host should route raw EVM RPC methods.
- Open MCP Agent if the host already works best with tool or MCP-style task delegation.
Last updated on