Install
openclaw skills install qwryaiConnect OpenClaw to a paid QwryAI workspace through the read-only QwryAI MCP and public API integration surface.
openclaw skills install qwryaiUse this skill when the user wants OpenClaw to inspect a QwryAI workspace through QwryAI's read-only developer and agent integration surface.
QwryAI exposes active-paid-subscription-gated, tenant-isolated access through:
https://api.qwryai.com/mcphttps://api.qwryai.com/public/v1https://api.qwryai.com/mcp-oauthqwryai-cliThis skill is read-only. It can help agents list chatbots, inspect conversations, read messages, search knowledge, and view analytics. It must not send replies, modify chatbots, change billing, manage users, or perform admin actions. ClawHub does not bill for this skill; QwryAI enforces access through the customer's current paid subscription plan.
export QWRYAI_API_KEY=<your-qwryai-api-key>
export QWRYAI_MCP_URL=https://api.qwryai.com/mcp
export QWRYAI_API_URL=https://api.qwryai.com/public/v1
Add QwryAI as a remote HTTPS MCP server in OpenClaw. QwryAI does not require a local stdio process; clients should call the hosted MCP endpoint with a bearer API-key header.
{
"url": "https://api.qwryai.com/mcp",
"headers": {
"Authorization": "Bearer ${QWRYAI_API_KEY}"
}
}
If the OpenClaw runtime does not interpolate environment variables in MCP headers, paste the generated API key directly into the local OpenClaw configuration and keep that config out of source control.
Claude should use the OAuth MCP endpoint:
https://api.qwryai.com/mcp-oauth
Do not paste a QwryAI API key into Claude. Claude should open QwryAI sign-in and approval, then receive an OAuth token scoped to the approved read-only access.
For Cursor-style MCP configuration, add QwryAI as a remote HTTPS MCP server:
{
"mcpServers": {
"qwryai": {
"url": "https://api.qwryai.com/mcp",
"headers": {
"Authorization": "Bearer ${QWRYAI_API_KEY}"
}
}
}
}
Compatible custom MCP clients can use the same URL and bearer-token header.
get_account_contextlist_chatbotsget_chatbotlist_conversationsget_conversationget_conversation_messagessearch_knowledgeget_analytics_overviewQWRYAI_API_KEY as required and sensitive. Optional endpoint overrides are QWRYAI_MCP_URL and QWRYAI_API_URL.https://api.qwryai.com.QWRYAI_API_KEY as a secret.<id>."<id> and summarize customer intent."