← Back to Skills Marketplace
Wiza
by
Membrane Dev
· GitHub ↗
· v1.0.1
· MIT-0
134
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install wiza
Description
Wiza integration. Manage data, records, and automate workflows. Use when the user wants to interact with Wiza data.
Usage Guidance
This skill itself is coherent: it uses the Membrane CLI to talk to Wiza rather than doing direct API calls. Before installing or using it, consider: (1) Membrane is a third party — your Wiza data and credentials will be brokered by Membrane, so review their privacy/security docs and trustworthiness; (2) the instructions recommend npm install -g @membranehq/cli@latest (or npx). Installing npm packages runs third-party code locally — prefer pinning to a fixed version, inspect the package source or the GitHub repo, and check the package on npm for recent publication activity; (3) during login you will be asked to open a URL and paste a code — only complete this flow on the official Membrane site to avoid phishing; (4) if you need stronger isolation, run the CLI in a dedicated environment/container or test with limited-scope data first. If you want additional assurance, provide the Membrane CLI package name/version or a link to the exact npm package release and I can highlight specific supply-chain signals and code areas to review.
Capability Analysis
Type: OpenClaw Skill
Name: wiza
Version: 1.0.1
The skill bundle provides instructions for an AI agent to integrate with Wiza using the Membrane CLI. It guides the agent through installing the '@membranehq/cli' npm package, authenticating, and managing API actions via the Membrane platform. The behavior is consistent with the stated purpose of prospecting and lead management, and no malicious intent, data exfiltration, or obfuscation was found.
Capability Assessment
Purpose & Capability
The name/description (Wiza integration) match the runtime instructions: all actions are performed via the Membrane CLI using a 'wiza' connector. There are no extraneous credential requests or unrelated binaries required.
Instruction Scope
SKILL.md only instructs installing/using the Membrane CLI, logging in, creating a Wiza connection, listing/discovering/creating/running actions, and using JSON flags. It does not direct the agent to read unrelated files, request unrelated environment variables, or exfiltrate data to unexpected endpoints — but it does instruct you to authenticate through Membrane (a third party).
Install Mechanism
The skill recommends installing @membranehq/cli from npm (global install) or using npx. Installing packages from public registries is common but is a supply-chain risk: 'latest' is unpinned and could change behavior. No direct downloads from arbitrary URLs are used, which is positive, but you should review the CLI package and prefer pinned versions.
Credentials
The skill declares no required env vars or credentials and explicitly instructs you not to supply API keys to the agent. Authentication is delegated to Membrane via an interactive login and a connection creation step, which is proportionate to the described integration.
Persistence & Privilege
The skill is instruction-only, has no install spec, does not request 'always: true', and is user-invocable only. It does not attempt to modify other skills or request persistent agent-wide privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wiza - After installation, invoke the skill by name or use
/wiza - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Wiza?
Wiza integration. Manage data, records, and automate workflows. Use when the user wants to interact with Wiza data. It is an AI Agent Skill for Claude Code / OpenClaw, with 134 downloads so far.
How do I install Wiza?
Run "/install wiza" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Wiza free?
Yes, Wiza is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Wiza support?
Wiza is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Wiza?
It is built and maintained by Membrane Dev (@membranedev); the current version is v1.0.1.
More Skills