← Back to Skills Marketplace
Wavemaker
by
Vlad Ursul
· GitHub ↗
· v1.0.1
· MIT-0
113
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install wavemaker
Description
WaveMaker integration. Manage data, records, and automate workflows. Use when the user wants to interact with WaveMaker data.
Usage Guidance
Before installing or using this skill: 1) Understand it delegates authentication and API calls to Membrane — you will be trusting that third party with access to your WaveMaker data. 2) Review @membranehq/cli on npm and its GitHub repo (verify maintainer, recent commits, and security posture) before running npm install -g; prefer npx or a local/sandboxed install if you want less persistent exposure. 3) Inspect the CLI commands you run and review the connection and action outputs (connection IDs, action schemas) before executing actions that modify data. 4) If you prefer to keep credentials under your control, consider using WaveMaker's official APIs directly instead of a broker. 5) If you allow the agent to invoke this skill autonomously, limit permissions and monitor activity from the Membrane account. If you want a stricter assessment, provide the Membrane CLI package tarball or repository link for code review.
Capability Analysis
Type: OpenClaw Skill
Name: wavemaker
Version: 1.0.1
The wavemaker skill bundle provides instructions for an AI agent to interact with the WaveMaker platform via the Membrane CLI (@membranehq/cli). The SKILL.md file outlines standard procedures for installation, authentication, and executing actions through the CLI. No indicators of data exfiltration, malicious execution, or intentional prompt injection were found; the skill's behavior is consistent with its stated purpose of workflow automation and data management.
Capability Assessment
Purpose & Capability
The skill claims WaveMaker integration and its runtime instructions consistently use the Membrane CLI with a wavemaker connector. Requiring network access and a Membrane account matches that design. One note: the skill relies on a third-party broker (Membrane) rather than direct WaveMaker API calls, so trusting that service is required.
Instruction Scope
The SKILL.md confines instructions to installing/using the Membrane CLI, logging in, creating/using a connector, discovering and running actions. It does not direct the agent to read unrelated files, environment variables, or system configs. Headless auth flows produce short codes the user must paste — normal for CLI auth.
Install Mechanism
This is an instruction-only skill (no automatic install), but the doc tells users to run npm install -g @membranehq/cli@latest (and suggests npx for some commands). Installing global npm packages executes third-party code and carries the usual npm risk if the package or its maintainer is compromised. The install approach is expected for a CLI but worth reviewing the package source/maintainer before installing globally.
Credentials
The skill requests no environment variables or local secrets and explicitly tells users not to provide API keys, delegating auth to Membrane. This is proportionate to the stated workflow — but it means Membrane will hold your WaveMaker credentials, so you must trust their handling of those credentials.
Persistence & Privilege
The skill does not request always: true and has no special OS/config path requirements. It is user-invocable and allows normal autonomous invocation, which is the platform default. No instructions indicate modifying other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wavemaker - After installation, invoke the skill by name or use
/wavemaker - 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 Wavemaker?
WaveMaker integration. Manage data, records, and automate workflows. Use when the user wants to interact with WaveMaker data. It is an AI Agent Skill for Claude Code / OpenClaw, with 113 downloads so far.
How do I install Wavemaker?
Run "/install wavemaker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Wavemaker free?
Yes, Wavemaker is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Wavemaker support?
Wavemaker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Wavemaker?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.1.
More Skills