← 返回 Skills 市场
qlik
作者
fianabates1
· GitHub ↗
· v1.0.0
1629
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install qlik
功能描述
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.
安全使用建议
This skill appears to be a functional Qlik Cloud integration, but there are important inconsistencies and privacy risks you should address before installing:
- Metadata mismatch: The scripts require QLIK_TENANT and QLIK_API_KEY and need bash, curl, and python3, but the registry metadata declares none of these. Ask the publisher to update the skill manifest to explicitly require QLIK_TENANT and QLIK_API_KEY and list required binaries.
- Do NOT store API keys in plaintext files (TOOLS.md or repository): SKILL.md tells you to add the API key to TOOLS.md which could leave secrets in your repo or agent workspace. Instead, keep the Qlik API key in a proper secret store or as an environment variable injected at runtime with minimal scope.
- Review all scripts before running: Although the provided snippets call only the tenant URL and parse JSON, you (or an administrator) should quickly scan the remaining files (14 omitted in the manifest) to ensure there are no unexpected external endpoints or obfuscated/exfiltration logic.
- Principle of least privilege: When generating the Qlik API key, restrict its permissions to only what the skill needs (read-only for queries, minimal write permissions only if you intend to create/delete apps or trigger reloads/automations).
- Test in a safe environment: Run the scripts in an isolated environment or with a dedicated test tenant/account first to verify behavior and outputs.
If you want to proceed, request that the publisher update the skill metadata to declare the required env vars and binaries and remove guidance that encourages storing secrets in repository files. If the publisher cannot or will not fix these mismatches, treat the skill as higher-risk and avoid installing it in production contexts.
功能分析
Type: OpenClaw Skill
Name:
Developer:
Version:
Description: OpenClaw Agent Skill
Suspicious High-Entropy/Eval files: 37
The OpenClaw AgentSkills skill bundle for Qlik Cloud is benign. It provides a comprehensive set of tools to interact with the Qlik Cloud API, covering app management, data reloads, natural language queries, automations, and user/space management. All API calls are directed to the user-configured Qlik tenant URL, and credentials (QLIK_API_KEY) are handled securely via Authorization headers. Input sanitization for JSON bodies and URL query parameters is properly implemented using Python's `json.dumps` and `urllib.parse.quote`, mitigating common injection risks. There is no evidence of data exfiltration to external endpoints, malicious execution, persistence mechanisms, or obfuscation. The `SKILL.md` and `README.md` provide clear, non-malicious instructions for the AI agent and user, aligning perfectly with the stated purpose of Qlik Cloud integration.
能力评估
Purpose & Capability
The skill name/description (Qlik Cloud integration) matches the included scripts which call Qlik Cloud APIs for apps, reloads, Insight Advisor, automations, AutoML, Answers, alerts, etc. That part is coherent. However, the skill metadata declares no required environment variables or primary credential while every script expects QLIK_TENANT and QLIK_API_KEY. The missing declaration of those required credentials in the registry metadata is an incoherence.
Instruction Scope
SKILL.md and README instruct the agent/user to run the provided bash scripts and to add Tenant URL and API Key to TOOLS.md. The runtime scripts only call the tenant endpoint and parse responses (no obvious unrelated system reads), which is appropriate. The concern: SKILL.md explicitly instructs storing API keys in a plaintext TOOLS.md file (pushing users toward persisting secrets in repo/config), which is a risky instruction and out-of-band from the registry's declared requirements.
Install Mechanism
There is no install spec (instruction-only install), and scripts are bundled in the skill. No external downloads or installers are used. That is lower-risk from an install perspective, though the presence of many executable scripts means reviewers should inspect them before running.
Credentials
The scripts consistently require QLIK_TENANT and QLIK_API_KEY and the README lists bash, curl, and python3 as runtime requirements. The registry metadata, however, lists no required env vars, no primary credential, and no required binaries. This mismatch is a proportionality/information issue: the requested secrets (API key) are appropriate for the stated purpose, but they are not declared where the platform expects them to be, and the skill also advises writing API keys into TOOLS.md which amplifies risk.
Persistence & Privilege
The skill is not marked always:true and does not request persistent system-wide privileges. However, SKILL.md's setup step encourages adding credentials to TOOLS.md (a file likely stored alongside skills), which could cause long-lived plaintext secrets in the workspace. The skill itself does not automatically persist new credentials or modify other skills' config.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install qlik - 安装完成后,直接呼叫该 Skill 的名称或使用
/qlik触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Qlik Cloud Skill 1.0.0 – Full-featured integration for Qlik Cloud's analytics platform.
- Integrates 37 tools covering health checks, search, app management, reloads, data queries (Insight Advisor), automations, AutoML, Qlik Answers, data alerts, spaces, users, licenses, data files, and lineage.
- Clear guidance for choosing the right tool (decision tree and quick reference).
- Strong distinction between metadata scripts (`qlik-app-fields.sh`) and real data value queries (`qlik-insight.sh`).
- Includes workflow examples and tips (personal space usage, resourceId handling).
- All scripts documented with command-line usage and argument details.
元数据
常见问题
qlik 是什么?
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 插件,目前累计下载 1629 次。
如何安装 qlik?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install qlik」即可一键安装,无需额外配置。
qlik 是免费的吗?
是的,qlik 完全免费(开源免费),可自由下载、安装和使用。
qlik 支持哪些平台?
qlik 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 qlik?
由 fianabates1(@fianabates1)开发并维护,当前版本 v1.0.0。
推荐 Skills