← Back to Skills Marketplace
Whatconverts
by
Membrane Dev
· GitHub ↗
· v1.0.1
· MIT-0
105
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install whatconverts
Description
WhatConverts integration. Manage data, records, and automate workflows. Use when the user wants to interact with WhatConverts data.
Usage Guidance
This skill appears to do what it says: it uses the Membrane CLI to connect to WhatConverts. Before installing: verify you trust the Membrane project/@membranehq npm package (check the npm page, publisher, and package contents), prefer using npx or pinning to a specific version rather than 'latest' if you want less supply-chain risk, and ensure you are comfortable with Membrane storing and managing the WhatConverts credentials on their service. During login, confirm the authorization URL and redirect behavior are legitimate and never paste secrets into chat or into the agent. If you need higher assurance, review the @membranehq/cli source code or run it in an isolated environment.
Capability Analysis
Type: OpenClaw Skill
Name: whatconverts
Version: 1.0.1
The skill instructs the agent to perform high-risk operations, including the global installation of a third-party NPM package (`@membranehq/cli`) and routing all authentication and API traffic through an external orchestration platform (Membrane). While these actions are aligned with the stated purpose of the integration, the requirement for global software installation and the use of a third-party intermediary for credential management (as seen in SKILL.md) introduces significant supply-chain risk and potential for unauthorized code execution if the external platform or package is compromised.
Capability Assessment
Purpose & Capability
The name/description (WhatConverts integration) aligns with the instructions: install Membrane CLI, log in, create a connection to the whatconverts connector, and list/run actions. No unrelated permissions or environment variables are requested.
Instruction Scope
SKILL.md stays on-topic: it instructs installing/using membrane CLI, performing login flows, creating connections and actions, and running them. It does not ask the agent to read arbitrary files, harvest unrelated environment variables, or transmit data to unexpected endpoints. It explicitly advises not to ask users for API keys.
Install Mechanism
The doc tells users to install @membranehq/cli globally via npm (npm install -g @membranehq/cli@latest) or use npx. Installing a global npm package is a standard but non-trivial action (writes to disk / PATH). Using @latest is convenient but increases supply-chain exposure; the package author/publisher should be verified.
Credentials
No environment variables or credentials are required by the skill itself. The skill relies on Membrane-managed authentication (interactive login flow) and explicitly recommends letting Membrane handle credentials rather than asking the user for keys.
Persistence & Privilege
The skill is not always-included, is user-invocable, and does not request persistent or system-wide modification. It does not attempt to change other skills' configuration or request elevated agent privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install whatconverts - After installation, invoke the skill by name or use
/whatconverts - 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 Whatconverts?
WhatConverts integration. Manage data, records, and automate workflows. Use when the user wants to interact with WhatConverts data. It is an AI Agent Skill for Claude Code / OpenClaw, with 105 downloads so far.
How do I install Whatconverts?
Run "/install whatconverts" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Whatconverts free?
Yes, Whatconverts is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Whatconverts support?
Whatconverts is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Whatconverts?
It is built and maintained by Membrane Dev (@membranedev); the current version is v1.0.1.
More Skills