← Back to Skills Marketplace
undsoul

Qlik Cloud

by undsoul · GitHub ↗ · v1.0.3
cross-platform ⚠ suspicious
2199
Downloads
1
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install 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.
Usage Guidance
Before installing, note these issues and take steps to mitigate risk: - The skill's scripts and SKILL.md require QLIK_TENANT and QLIK_API_KEY, but the skill registry metadata did not declare those env vars or a primary credential. Ask the publisher to update the metadata (primaryEnv should be QLIK_API_KEY and requires.env should include QLIK_TENANT and QLIK_API_KEY). - Review the included scripts yourself (they are plain bash + small python3 JSON parsers). They call only the Qlik tenant URL you supply; they do not call other external endpoints. Still, verify the tenant URL you provide is correct and trusted. - Use least-privilege API keys: create an API key with the minimum privileges needed (read-only where possible) and test in a non-production tenant or with a low-privilege account first. Revoke the key if you later stop using the skill. - Because some scripts trigger actions (delete app, run automations, trigger alerts, run reloads), restrict who can invoke the skill and confirm operator intent before running destructive actions. - The delete script writes a temporary file to /tmp; ensure your environment's /tmp is monitored if that's a policy concern. - If you require higher assurance, ask the publisher for an updated package that correctly declares required env vars and a primary credential, and for a short explanation of why each API action is needed. Confidence note: The behavior appears to match the advertised purpose and no obvious exfiltration patterns are present, but the metadata omissions and the fact this package contains executable scripts rather than being purely declarative make this suspicious rather than outright benign.
Capability Analysis
Type: OpenClaw Skill Name: qlik-cloud Version: 1.0.3 The skill bundle provides a comprehensive integration with Qlik Cloud, allowing an AI agent to interact with its API for various tasks. All scripts correctly handle credentials (QLIK_TENANT, QLIK_API_KEY) as environment variables and direct network calls exclusively to the specified Qlik Cloud tenant. User input is safely handled via JSON encoding or URL encoding before being sent in API requests, preventing injection. The documentation (SKILL.md, README.md) provides clear, helpful instructions without any evidence of prompt injection attempts against the agent. No indicators of data exfiltration, malicious execution, persistence, or obfuscation were found.
Capability Assessment
Purpose & Capability
The scripts and documentation implement a full Qlik Cloud integration (health, apps, reloads, Insight Advisor, automations, AutoML, Answers, alerts, lineage). That functionality is coherent with the skill name/description. However, the registry metadata lists no required environment variables or primary credential even though every script and the SKILL.md require QLIK_TENANT and QLIK_API_KEY. This metadata omission is an important mismatch.
Instruction Scope
SKILL.md and the included scripts limit runtime actions to calling the Qlik Cloud tenant API (constructed from QLIK_TENANT) with the QLIK_API_KEY. Scripts do not attempt to read arbitrary host files or send data to non-tenant endpoints. They do create a temporary file (/tmp/qlik_delete_response.txt) only when handling delete responses. Instructions do ask the user to add credentials to TOOLS.md and to run scripts with QLIK_TENANT/QLIK_API_KEY environment variables.
Install Mechanism
There is no install spec (instruction-only installer behavior). Files are provided as scripts (bash + python3). No external downloads, package installs, or extract-from-URL steps are present in the manifest, which lowers install-time risk.
Credentials
The runtime requires two environment values (QLIK_TENANT and QLIK_API_KEY) which are appropriate and minimal for the stated purpose. However, the registry metadata declares no required env vars and no primary credential. That inconsistency is problematic: the skill should have declared QLIK_API_KEY as the primary credential and listed the required env variables. The requested environment access (tenant URL + API key) is otherwise proportionate to the functionality.
Persistence & Privilege
The skill does not request always:true and does not appear to modify other skills or system-wide settings. It will be user-invocable and can be invoked autonomously by the agent (platform default), which is normal for skills.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install qlik-cloud
  3. After installation, invoke the skill by name or use /qlik-cloud
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Added 'When to Use What' guide - clarifies that insight.sh returns actual data values while fields.sh returns metadata only
v1.0.2
Fixed Managed Datasets description
v1.0.1
Improved formatting for Environment Variables and Cloud-Only Features sections
Metadata
Slug qlik-cloud
Version 1.0.3
License
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is 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 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 2199 downloads so far.

How do I install Qlik Cloud?

Run "/install qlik-cloud" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Qlik Cloud free?

Yes, Qlik Cloud is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Qlik Cloud support?

Qlik Cloud is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Qlik Cloud?

It is built and maintained by undsoul (@undsoul); the current version is v1.0.3.

💬 Comments