← 返回 Skills 市场
undsoul

Qlik Cloud

作者 undsoul · GitHub ↗ · v1.0.3
cross-platform ⚠ suspicious
2199
总下载
1
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install qlik-cloud
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /qlik-cloud 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug qlik-cloud
版本 1.0.3
许可证
累计安装 0
当前安装数 0
历史版本数 3
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2199 次。

如何安装 Qlik Cloud?

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

Qlik Cloud 是免费的吗?

是的,Qlik Cloud 完全免费(开源免费),可自由下载、安装和使用。

Qlik Cloud 支持哪些平台?

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

谁开发了 Qlik Cloud?

由 undsoul(@undsoul)开发并维护,当前版本 v1.0.3。

💬 留言讨论