← Back to Skills Marketplace
Waydev
by
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
153
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install waydev
Description
Waydev integration. Manage data, records, and automate workflows. Use when the user wants to interact with Waydev data.
Usage Guidance
This skill is coherent with its description: it uses the Membrane CLI to connect to Waydev rather than calling Waydev APIs directly. Before installing or running it, consider: (1) Verify and trust the @membranehq npm package and the Membrane service (review their homepage, repo, and privacy/security docs) because the CLI will run code on your machine and Membrane will hold credentials/act on your behalf. (2) Prefer using npx or running the CLI in an isolated environment (container/VM) if you don't want to install a global npm package. (3) Expect interactive authentication (opening a browser or pasting a code); confirm auth URLs are legitimate. (4) The agentType you supply will be visible to Membrane — avoid adding sensitive identifiers. If you are uncomfortable trusting a third party to broker Waydev access, consider implementing direct API integration or vetting Membrane's source code and npm package first.
Capability Analysis
Type: OpenClaw Skill
Name: waydev
Version: 1.0.3
The skill provides instructions for an AI agent to integrate with Waydev using the Membrane CLI. It outlines legitimate procedures for installation via npm, authentication, and managing workflows through the Membrane platform. No indicators of data exfiltration, malicious code execution, or harmful prompt injection were found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
The skill claims to integrate with Waydev via Membrane and its instructions require installing/using the Membrane CLI and creating a connection. Requesting the Membrane CLI and a Membrane account is proportional and expected for this integration; there are no unexplained environment variables, binaries, or config paths.
Instruction Scope
SKILL.md limits runtime actions to installing/running the Membrane CLI, performing login and connection commands, discovering and running actions, and creating actions when needed. It does not instruct the agent to read unrelated files or to exfiltrate data to unexpected endpoints. It does require interactive auth flows (authorization URLs) and passes an agentType parameter to identify the agent to Membrane.
Install Mechanism
There is no formal install spec in the registry, but SKILL.md instructs installing @membranehq/cli via npm (global) or invoking via npx. Installing/running an npm package means arbitrary code from the npm package will execute locally — a standard but non-trivial risk. The package is named under a scoped namespace (@membranehq) on the public npm registry (traceable), which is reasonable but requires trusting that package and the registry.
Credentials
The skill does not request environment variables, filesystem paths, or credentials in the registry metadata. Authentication is handled by Membrane via interactive login and server-side connections, which is consistent with the guidance in SKILL.md. Note: agentType metadata will be sent to Membrane during login/connection and may leak agent identity/metadata.
Persistence & Privilege
The skill is not marked always:true, is user-invocable, and does not request persistent system-wide modifications or access to other skills' configs. It relies on the Membrane service for credential management and does not instruct modifying platform settings beyond its own use.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install waydev - After installation, invoke the skill by name or use
/waydev - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Auto sync from membranedev/application-skills
v1.0.2
Revert refresh marker
v1.0.1
Refresh update marker
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Waydev?
Waydev integration. Manage data, records, and automate workflows. Use when the user wants to interact with Waydev data. It is an AI Agent Skill for Claude Code / OpenClaw, with 153 downloads so far.
How do I install Waydev?
Run "/install waydev" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Waydev free?
Yes, Waydev is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Waydev support?
Waydev is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Waydev?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.
More Skills