← Back to Skills Marketplace
gora050

Weweb

by Vlad Ursul · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
121
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install weweb
Description
WeWeb integration. Manage data, records, and automate workflows. Use when the user wants to interact with WeWeb data.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install weweb
  3. After installation, invoke the skill by name or use /weweb
  4. 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
Slug weweb
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Weweb?

WeWeb integration. Manage data, records, and automate workflows. Use when the user wants to interact with WeWeb data. It is an AI Agent Skill for Claude Code / OpenClaw, with 121 downloads so far.

How do I install Weweb?

Run "/install weweb" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Weweb free?

Yes, Weweb is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Weweb support?

Weweb is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Weweb?

It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.1.

💬 Comments