← 返回 Skills 市场
Whatconverts
作者
Membrane Dev
· GitHub ↗
· v1.0.1
· MIT-0
105
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install whatconverts
功能描述
WhatConverts integration. Manage data, records, and automate workflows. Use when the user wants to interact with WhatConverts data.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install whatconverts - 安装完成后,直接呼叫该 Skill 的名称或使用
/whatconverts触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
元数据
常见问题
Whatconverts 是什么?
WhatConverts integration. Manage data, records, and automate workflows. Use when the user wants to interact with WhatConverts data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 105 次。
如何安装 Whatconverts?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install whatconverts」即可一键安装,无需额外配置。
Whatconverts 是免费的吗?
是的,Whatconverts 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Whatconverts 支持哪些平台?
Whatconverts 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Whatconverts?
由 Membrane Dev(@membranedev)开发并维护,当前版本 v1.0.1。
推荐 Skills