← Back to Skills Marketplace
Qualetics
by
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
149
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install qualetics
Description
Qualetics integration. Manage data, records, and automate workflows. Use when the user wants to interact with Qualetics data.
Usage Guidance
This skill is internally consistent — it tells you to use the Membrane CLI to access Qualetics and does not ask for unrelated secrets. Before installing or running: 1) verify you trust the Membrane service (https://getmembrane.com) and the @membranehq/cli package (review its GitHub/npm pages); 2) prefer npx or pin a specific CLI version instead of global "@latest" installs to reduce supply-chain risk; 3) be prepared to complete an interactive login flow (browser or headless code exchange); and 4) if you are worried about autonomous agent actions, keep the skill user-invocable only or restrict agent permissions so it cannot call external commands without approval.
Capability Analysis
Type: OpenClaw Skill
Name: qualetics
Version: 1.0.3
The skill provides a standard integration for the Qualetics platform via the Membrane CLI. It follows security best practices by delegating credential management to the Membrane platform and explicitly instructs the agent not to request API keys or tokens from the user. No indicators of data exfiltration, malicious execution, or harmful prompt injection were found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
The name/description say this is a Qualetics integration and every runtime instruction uses the Membrane CLI to connect, discover, and run actions against Qualetics. Requiring the Membrane CLI and a Membrane account is proportionate to the stated purpose.
Instruction Scope
SKILL.md only instructs the agent/operator to install the Membrane CLI, authenticate (interactive browser or headless flow), create/list connections, list/create/run Membrane actions, and to use JSON outputs. It does not ask the agent to read unrelated files, access unrelated env vars, or transmit data to unexpected endpoints.
Install Mechanism
The instructions recommend npm (global install) or npx for @membranehq/cli@latest. Using npm/npx is expected for a JS CLI but installing an unpinned "@latest" global package has modest supply-chain risk; prefer npx or pin a known-good version or inspect the package repository before installing.
Credentials
The skill declares no required env vars or credentials and explicitly advises letting Membrane handle auth. That is proportionate; there are no unexpected credential requests in the instructions.
Persistence & Privilege
The skill is instruction-only, has no install hooks, and does not request always:true. Autonomous invocation is allowed (platform default) but the skill itself does not request additional long-lived system privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install qualetics - After installation, invoke the skill by name or use
/qualetics - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Auto sync from membranedev/application-skills
v1.0.2
Revert refresh marker
v1.0.1
Refresh update marker
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Qualetics?
Qualetics integration. Manage data, records, and automate workflows. Use when the user wants to interact with Qualetics data. It is an AI Agent Skill for Claude Code / OpenClaw, with 149 downloads so far.
How do I install Qualetics?
Run "/install qualetics" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Qualetics free?
Yes, Qualetics is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Qualetics support?
Qualetics is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Qualetics?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.
More Skills