← Back to Skills Marketplace
gora050

Vidizmo

by Vlad Ursul · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ Security Clean
152
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install vidizmo
Description
VIDIZMO integration. Manage data, records, and automate workflows. Use when the user wants to interact with VIDIZMO data.
Usage Guidance
This skill delegates VIDIZMO access to the Membrane service and asks you to install the Membrane CLI. Before installing, verify you trust getmembrane.com/@membranehq and the npm package owner. Installing global npm packages executes remote code—prefer to pin a specific package version rather than @latest if you want reproducibility. Understand that Membrane will hold and refresh your VIDIZMO credentials server-side (review their privacy/terms if you care about where tokens live). In headless environments you or the user must complete the browser auth externally. If you require direct control over VIDIZMO credentials or want to avoid a third-party service, consider a different integration approach.
Capability Analysis
Type: OpenClaw Skill Name: vidizmo Version: 1.0.3 The skill provides instructions for an AI agent to interact with the VIDIZMO video management platform using the Membrane CLI (@membranehq/cli). The instructions in SKILL.md focus on standard CLI operations such as authentication, connection management, and action execution, and explicitly advise against manual credential handling in favor of Membrane's managed authentication. No malicious code, data exfiltration, or deceptive prompt injection techniques were identified.
Capability Assessment
Purpose & Capability
The name/description say 'VIDIZMO integration' and the SKILL.md explicitly instructs using the Membrane CLI to connect to a vidizmo connector, discover actions, and run them. There are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
All runtime instructions are limited to installing/using the Membrane CLI, authenticating via browser flow, creating a connector for VIDIZMO, discovering actions, and running them. The instructions do not ask the agent to read unrelated files, environment variables, or exfiltrate data to unexpected endpoints.
Install Mechanism
The skill is instruction-only (no registry install spec), but it tells users to run `npm install -g @membranehq/cli@latest` (and uses npx in examples). Installing a global npm package pulls code from the public registry and using `@latest` is less reproducible. This is expected for a CLI-based integration but has the usual remote-package risks.
Credentials
No environment variables or credentials are declared. Authentication is delegated to Membrane's browser-based login flow and the skill explicitly advises not to ask the user for API keys. Credential demands match the described approach.
Persistence & Privilege
The skill does not request always:true, does not declare system config paths, and is user-invocable. It can be invoked autonomously (default), which is normal for skills; nothing indicates elevated or persistent privileges beyond that.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install vidizmo
  3. After installation, invoke the skill by name or use /vidizmo
  4. 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
Slug vidizmo
Version 1.0.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Vidizmo?

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

How do I install Vidizmo?

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

Is Vidizmo free?

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

Which platforms does Vidizmo support?

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

Who created Vidizmo?

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

💬 Comments