← 返回 Skills 市场
tamjeedhur

QwryAI

作者 Tamjeed Hur · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
62
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install qwryai
功能描述
Connect OpenClaw to a paid QwryAI workspace through the read-only QwryAI MCP and public API integration surface.
使用说明 (SKILL.md)

QwryAI Agent Access

Use this skill when the user wants OpenClaw to inspect a QwryAI workspace through QwryAI's read-only developer and agent integration surface.

What This Connects

QwryAI exposes active-paid-subscription-gated, tenant-isolated access through:

  • MCP: https://api.qwryai.com/mcp
  • Public REST API: https://api.qwryai.com/public/v1
  • Claude OAuth MCP: https://api.qwryai.com/mcp-oauth
  • CLI: qwryai-cli

This 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.

Required Setup

  1. In QwryAI, open Settings > Security > Developer & Agent Access.
  2. Confirm the workspace has an active paid QwryAI subscription with developer access enabled.
  3. Generate a read-only API key.
  4. Set:
export QWRYAI_API_KEY=\x3Cyour-qwryai-api-key>
export QWRYAI_MCP_URL=https://api.qwryai.com/mcp
export QWRYAI_API_URL=https://api.qwryai.com/public/v1

OpenClaw MCP Definition

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 Uses OAuth

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.

Cursor And Custom MCP Definition

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.

Available Read-Only Tools

  • get_account_context
  • list_chatbots
  • get_chatbot
  • list_conversations
  • get_conversation
  • get_conversation_messages
  • search_knowledge
  • get_analytics_overview

Security Notes

  • This skill requires an active paid QwryAI subscription with Developer & Agent Access enabled. ClawHub does not bill for this skill; QwryAI subscription access is enforced by QwryAI.
  • Do not add ClawHub paid-skill, pricing, or revenue-share metadata. Billing stays inside the customer's existing QwryAI plan.
  • Registry metadata must declare QWRYAI_API_KEY as required and sensitive. Optional endpoint overrides are QWRYAI_MCP_URL and QWRYAI_API_URL.
  • Network access is limited to https://api.qwryai.com.
  • Treat QWRYAI_API_KEY as a secret.
  • Never paste QwryAI API keys into prompts, tickets, public logs, or shared screenshots.
  • Access follows the tenant's current active subscription plan. If the workspace is downgraded, canceled, inactive, suspended, or using revoked or expired API/OAuth credentials, API, MCP, OAuth, and CLI access should stop.
  • The V1 integration surface is intentionally read-only.
  • Do not ask the agent to send replies, resolve conversations, create/update/delete resources, manage users, or manage billing.

Useful Prompts

  • "List my QwryAI chatbots and summarize which ones have recent conversations."
  • "Search QwryAI knowledge for the refund policy in chatbot \x3Cid>."
  • "Show analytics overview for the last 30 days."
  • "Read the latest messages in conversation \x3Cid> and summarize customer intent."
安全使用建议
Install only if you trust QwryAI and the chosen agent with read-only access to the selected workspace data. Keep QWRYAI_API_KEY in a private environment variable or secret manager, avoid committing MCP config files containing tokens, and leave endpoint settings pointed at the official QwryAI HTTPS host unless you deliberately control the alternative endpoint.
能力标签
requires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
The stated purpose and capabilities fit together: the skill connects OpenClaw or MCP clients to QwryAI for read-only inspection of chatbots, conversations, messages, knowledge search, and analytics.
Instruction Scope
The skill can expose sensitive workspace content to the agent once a valid key is provided, but the artifacts repeatedly limit use to read-only access and forbid replies, edits, billing, user management, and admin actions.
Install Mechanism
The artifact contains markdown and YAML only, with no executable scripts, package installs, local server process, or hidden runtime behavior.
Credentials
A required sensitive API key and network access to https://api.qwryai.com are proportionate for a hosted authenticated MCP/API connector; optional endpoint overrides and advice to paste a key into local config require user care.
Persistence & Privilege
No persistence, background worker, privilege escalation, local credential harvesting, broad local indexing, or secret storage behavior appears in the artifacts.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install qwryai
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /qwryai 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: read-only QwryAI MCP and public API integration for OpenClaw, Cursor, custom MCP clients, scripts, Claude OAuth guidance, and qwryai-cli setup.
元数据
Slug qwryai
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

QwryAI 是什么?

Connect OpenClaw to a paid QwryAI workspace through the read-only QwryAI MCP and public API integration surface. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 62 次。

如何安装 QwryAI?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install qwryai」即可一键安装,无需额外配置。

QwryAI 是免费的吗?

是的,QwryAI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

QwryAI 支持哪些平台?

QwryAI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 QwryAI?

由 Tamjeed Hur(@tamjeedhur)开发并维护,当前版本 v0.1.0。

💬 留言讨论