Qlik Cloud
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
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
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
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) | | "what is total sales", "which store has lowest stock" |
| App structure (field names, tables) | | Understanding data model |
| Refresh data | | Trigger reload before querying |
| Find apps | or | Locate app by name |
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/<script>.sh [args]
| Script | Description | Args |
|---|---|---|
| Health check / connectivity test | — |
| Get tenant & user info | — |
| Search all resources | |
| License info & usage | — |
| Script | Description | Args |
|---|---|---|
| List all apps | |
| Get app details | |
| Create new app | |
| Delete app | |
| Get fields & tables (metadata only, not data values) | |
| Get app data sources | |
| Script | Description | Args |
|---|---|---|
| Trigger app reload | |
| Check reload status | |
| Cancel running reload | |
| App reload history | |
| Recent failed reloads | |
| Script | Description | Args |
|---|---|---|
| Find duplicate apps (same name) | |
| Script | Description | Args |
|---|---|---|
| Ask questions in plain English, get real data values back | |
This is the primary tool for getting actual data! Use natural language:
Note: If you don't know the app-id, run without it first — Qlik will suggest matching apps. The app-id is UUID format (e.g.,
950a5da4-0e61-466b-a1c5-805b072da128).
| Script | Description | Args |
|---|---|---|
| Search users | |
| Get user details | |
| List all spaces | |
| Script | Description | Args |
|---|---|---|
| List uploaded data files | |
| Get data file details | |
| List managed datasets* | |
| Get managed dataset details* | |
| Data lineage graph | |
*Managed datasets are available in Qlik Cloud.
| Script | Description | Args |
|---|---|---|
| List automations | |
| Get automation details | |
| Run automation | |
| Automation run history | |
| Script | Description | Args |
|---|---|---|
| List ML experiments | |
| Experiment details | |
| List ML deployments | |
| Script | Description | Args |
|---|---|---|
| List AI assistants | |
| Ask assistant a question | |
| Script | Description | Args |
|---|---|---|
| List data alerts | |
| Get alert details | |
| Trigger alert evaluation | |
bash scripts/qlik-health.sh bash scripts/qlik-tenant.sh bash scripts/qlik-license.sh
bash scripts/qlik-search.sh "Sales" bash scripts/qlik-app-get.sh "abc-123" bash scripts/qlik-app-fields.sh "abc-123" bash scripts/qlik-insight.sh "What were total sales last month?" "abc-123"
# Simple: see what files/connections an app uses bash scripts/qlik-app-lineage.sh "950a5da4-0e61-466b-a1c5-805b072da128" # Returns: QVD files, Excel files, databases, etc.
bash scripts/qlik-reload.sh "abc-123" bash scripts/qlik-reload-status.sh "reload-id" bash scripts/qlik-reload-history.sh "abc-123"
# Find apps that match your question bash scripts/qlik-insight.sh "show me sales trend"Query specific app with UUID
bash scripts/qlik-insight.sh "ciro trend" "950a5da4-0e61-466b-a1c5-805b072da128"
Returns: "Total Ciro is 9,535,982. Max is 176,447 on 2025-01-02"
# List available AI assistants bash scripts/qlik-answers-assistants.shAsk a question (creates thread automatically)
bash scripts/qlik-answers-ask.sh "27c885e4-85e3-40d8-b5cc-c3e20428e8a3" "What products do you sell?"
All scripts output JSON:
{ "success": true, "data": { ... }, "timestamp": "2026-02-04T12:00:00Z" }
Required credentials (add to TOOLS.md or set as environment variables):
https://company.eu.qlikcloud.com)The following features are Qlik Cloud exclusive (not available on Qlik Sense Enterprise on Windows):
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.