Complete Qlik Cloud analytics platform integration with 37 tools. Health checks, search, app management, reloads, natural language queries (Insight Advisor), automations, AutoML, Qlik Answers AI, data alerts, spaces, users, licenses, data files, and lineage. Use when user asks about Qlik, Qlik Cloud, Qlik Sense apps, analytics dashboards, data reloads, or wants to query business data using natural language.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install qlik或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install qlik⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/qlik/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: qlik-cloud description: Complete Qlik Cloud analytics platform integration with 37 tools. Health checks, search, app management, reloads, natural language queries (Insight Advisor), automations, AutoML, Qlik Answers AI, data alerts, spaces, users, licenses, data files, and lineage. Use when user asks about Qlik, Qlik Cloud, Qlik Sense apps, analytics dashboards, data reloads, or wants to query business data using natural language. ---
Complete OpenClaw integration for Qlik Cloud — 37 tools covering the full platform.
Add credentials to TOOLS.md:
### Qlik Cloud
- Tenant URL: https://your-tenant.region.qlikcloud.com
- API Key: your-api-key-here
Get an API key: Qlik Cloud → Profile icon → Profile settings → API keys → Generate new key
| You Want... | Use This | Example | |-------------|----------|---------| | Actual data values (KPIs, numbers, trends) | qlik-insight.sh | "what is total sales", "which store has lowest stock" | | App structure (field names, tables) | qlik-app-fields.sh | Understanding data model | | Refresh data | qlik-reload.sh | Trigger reload before querying | | Find apps | qlik-search.sh or qlik-apps.sh | Locate app by name |
🚨 Decision Tree:
User asks about data (numbers, KPIs, trends)?
└─ YES → Use qlik-insight.sh
└─ Response has 'narrative' or 'data'?
└─ YES → Return the results
└─ NO → Try rephrasing, check drillDownLink
└─ NO (structure/metadata) → Use qlik-app-fields.sh
Key insight: qlik-app-fields.sh returns metadata (structure), NOT actual data. To get real numbers, always use qlik-insight.sh (Insight Advisor).
All scripts: QLIK_TENANT="https://..." QLIK_API_KEY="..." bash scripts/
Automate my data & analytics tasks using qlik
Identifies repetitive steps in your workflow and sets up qlik to handle them automatically