← 返回 Skills 市场
gora050

Weweb

作者 Vlad Ursul · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
121
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install weweb
功能描述
WeWeb integration. Manage data, records, and automate workflows. Use when the user wants to interact with WeWeb data.
安全使用建议
This skill appears to do what it says (use Membrane to interact with WeWeb), but the registry metadata failed to declare that the Membrane CLI must be installed. Before installing or running it: (1) confirm you trust the @membranehq/cli package on npm and the vendor (check the GitHub repo and getmembrane.com); (2) prefer installing in a controlled environment (container/VM) if you need to audit the CLI; (3) ask the skill owner to update the manifest to declare the membrane CLI install requirement and any network/auth requirements; (4) be aware the CLI uses an interactive OAuth flow (browser or copy-paste code) and the skill will require network access to Membrane services.
功能分析
Type: OpenClaw Skill Name: weweb Version: 1.0.1 The skill bundle provides instructions for an AI agent to interact with the WeWeb platform using the Membrane CLI (@membranehq/cli). It follows standard integration patterns, including authentication via OAuth-style flows and action discovery through the Membrane service. The instructions in SKILL.md are well-aligned with the stated purpose of managing WeWeb data and emphasize security best practices, such as avoiding local storage of API keys by delegating credential management to the Membrane platform.
能力评估
Purpose & Capability
The SKILL.md clearly requires the Membrane CLI (membrane commands) and a network connection to a Membrane account to operate. The registry metadata, however, lists no required binaries or install steps. Requiring an external CLI is coherent with the stated purpose (WeWeb via Membrane) but the manifest omits that dependency, which is an inconsistency that could lead to surprise or misconfiguration.
Instruction Scope
The runtime instructions stay within the declared purpose: interact with WeWeb via the Membrane CLI (login, connect, list actions, run actions). They do not instruct reading unrelated files or asking for API keys; they explicitly recommend letting Membrane manage credentials. The only notable behavior is interactive auth (opening a browser or copy-paste code) which is expected for CLI-based OAuth flows.
Install Mechanism
There is no formal install spec in the registry, yet the SKILL.md tells users to run 'npm install -g @membranehq/cli@latest' or use 'npx'. Installing a global npm package from the public registry is a moderate-risk install path and should be declared in the manifest so admins can review and control it. The instructions themselves use standard npm/npx usage (no obscure URLs), but the manifest/instruction mismatch is the main issue.
Credentials
The skill does not request any environment variables or keys in the manifest and the instructions explicitly advise not to ask users for API keys (Membrane handles auth). Requiring a Membrane account and network access is proportional to the stated goal. No unrelated credentials are requested.
Persistence & Privilege
The skill is not marked always:true and is user-invocable; it does not request persistent system privileges or modify other skills. Autonomous invocation is allowed (platform default) but there is no additional privileged persistence requested by the skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install weweb
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /weweb 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
元数据
Slug weweb
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Weweb 是什么?

WeWeb integration. Manage data, records, and automate workflows. Use when the user wants to interact with WeWeb data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 121 次。

如何安装 Weweb?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install weweb」即可一键安装,无需额外配置。

Weweb 是免费的吗?

是的,Weweb 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Weweb 支持哪些平台?

Weweb 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Weweb?

由 Vlad Ursul(@gora050)开发并维护,当前版本 v1.0.1。

💬 留言讨论