# Send Qlik Cloud to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "qlik-cloud",
    "name": "Qlik Cloud",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/undsoul/qlik-cloud",
    "canonicalUrl": "https://clawhub.ai/undsoul/qlik-cloud",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/qlik-cloud",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=qlik-cloud",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "scripts/qlik-alert-get.sh",
      "scripts/qlik-alert-trigger.sh",
      "scripts/qlik-alerts.sh",
      "scripts/qlik-answers-ask.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "qlik-cloud",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:34:25.991Z",
      "expiresAt": "2026-05-14T17:34:25.991Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=qlik-cloud",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=qlik-cloud",
        "contentDisposition": "attachment; filename=\"qlik-cloud-1.0.3.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "qlik-cloud"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/qlik-cloud"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/qlik-cloud",
    "downloadUrl": "https://openagent3.xyz/downloads/qlik-cloud",
    "agentUrl": "https://openagent3.xyz/skills/qlik-cloud/agent",
    "manifestUrl": "https://openagent3.xyz/skills/qlik-cloud/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/qlik-cloud/agent.md"
  }
}
```
## Documentation

### Qlik Cloud Skill

Complete OpenClaw integration for Qlik Cloud — 37 tools covering the full platform.

### Setup

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

### ⚡ When to Use What

You Want...Use ThisExampleActual 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.shUnderstanding data modelRefresh dataqlik-reload.shTrigger reload before queryingFind appsqlik-search.sh or qlik-apps.shLocate 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).

### Quick Reference

All scripts: QLIK_TENANT="https://..." QLIK_API_KEY="..." bash scripts/<script>.sh [args]

### Core Operations

ScriptDescriptionArgsqlik-health.shHealth check / connectivity test—qlik-tenant.shGet tenant & user info—qlik-search.shSearch all resources"query"qlik-license.shLicense info & usage—

### Apps

ScriptDescriptionArgsqlik-apps.shList all apps[limit]qlik-app-get.shGet app details<app-id>qlik-app-create.shCreate new app"name" [space-id] [description]qlik-app-delete.shDelete app<app-id>qlik-app-fields.shGet fields & tables (metadata only, not data values)<app-id>qlik-app-lineage.shGet app data sources<app-id>

### Reloads

ScriptDescriptionArgsqlik-reload.shTrigger app reload<app-id>qlik-reload-status.shCheck reload status<reload-id>qlik-reload-cancel.shCancel running reload<reload-id>qlik-reload-history.shApp reload history<app-id> [limit]qlik-reload-failures.shRecent failed reloads[days] [limit]

### Monitoring

ScriptDescriptionArgsqlik-duplicates.shFind duplicate apps (same name)[limit]

### Insight Advisor ⭐ (Natural Language Queries)

ScriptDescriptionArgsqlik-insight.shAsk questions in plain English, get real data values back"question" [app-id]

This is the primary tool for getting actual data! Use natural language:

"what is total sales"
"which stores have lowest availability"
"show stock count by region"
"items predicted out of stock"

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

### Users & Governance

ScriptDescriptionArgsqlik-users-search.shSearch users"query" [limit]qlik-user-get.shGet user details<user-id>qlik-spaces.shList all spaces[limit]

### Data Files & Lineage

ScriptDescriptionArgsqlik-datafiles.shList uploaded data files[space-id] [limit]qlik-datafile.shGet data file details<file-id>qlik-datasets.shList managed datasets*[space-id] [limit]qlik-dataset-get.shGet managed dataset details*<dataset-id>qlik-lineage.shData lineage graph<secure-qri> [direction] [levels]

*Managed datasets are available in Qlik Cloud.

### Automations

ScriptDescriptionArgsqlik-automations.shList automations[limit]qlik-automation-get.shGet automation details<automation-id>qlik-automation-run.shRun automation<automation-id>qlik-automation-runs.shAutomation run history<automation-id> [limit]

### AutoML

ScriptDescriptionArgsqlik-automl-experiments.shList ML experiments[limit]qlik-automl-experiment.shExperiment details<experiment-id>qlik-automl-deployments.shList ML deployments[limit]

### Qlik Answers (AI Assistant)

ScriptDescriptionArgsqlik-answers-assistants.shList AI assistants[limit]qlik-answers-ask.shAsk assistant a question<assistant-id> "question" [thread-id]

### Data Alerts

ScriptDescriptionArgsqlik-alerts.shList data alerts[limit]qlik-alert-get.shGet alert details<alert-id>qlik-alert-trigger.shTrigger alert evaluation<alert-id>

### Check Environment

bash scripts/qlik-health.sh
bash scripts/qlik-tenant.sh
bash scripts/qlik-license.sh

### Find and Query an App

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"

### See App Data Sources

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

### Reload Management

bash scripts/qlik-reload.sh "abc-123"
bash scripts/qlik-reload-status.sh "reload-id"
bash scripts/qlik-reload-history.sh "abc-123"

### Natural Language Queries (Insight Advisor)

# 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"

### Qlik Answers (AI)

# List available AI assistants
bash scripts/qlik-answers-assistants.sh

# Ask a question (creates thread automatically)
bash scripts/qlik-answers-ask.sh "27c885e4-85e3-40d8-b5cc-c3e20428e8a3" "What products do you sell?"

### Response Format

All scripts output JSON:

{
  "success": true,
  "data": { ... },
  "timestamp": "2026-02-04T12:00:00Z"
}

### Environment Variables

Required credentials (add to TOOLS.md or set as environment variables):

QLIK_TENANT — Your tenant URL (e.g., https://company.eu.qlikcloud.com)
QLIK_API_KEY — API key from Qlik Cloud profile settings

### Cloud-Only Features

The following features are Qlik Cloud exclusive (not available on Qlik Sense Enterprise on Windows):

⚙️ Automations — Low-code workflow automation
🤖 AutoML — Machine learning experiments & deployments
💬 Qlik Answers — AI-powered Q&A assistants
🔔 Data Alerts — Threshold-based notifications
🔗 Lineage (QRI) — Data flow visualization
📊 Managed Datasets — Centralized data management
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: undsoul
- Version: 1.0.3
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-07T17:34:25.991Z
- Expires at: 2026-05-14T17:34:25.991Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/qlik-cloud)
- [Send to Agent page](https://openagent3.xyz/skills/qlik-cloud/agent)
- [JSON manifest](https://openagent3.xyz/skills/qlik-cloud/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/qlik-cloud/agent.md)
- [Download page](https://openagent3.xyz/downloads/qlik-cloud)