← Back to Skills Marketplace
Witai
by
Vlad Ursul
· GitHub ↗
· v1.0.1
· MIT-0
104
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install witai-integration
Description
Wit.ai integration. Manage data, records, and automate workflows. Use when the user wants to interact with Wit.ai data.
Usage Guidance
This skill appears coherent for integrating Wit.ai via the Membrane platform. Before installing/running anything: 1) Verify the @membranehq/cli package and its publisher on npm and inspect the upstream GitHub repo (https://github.com/membranedev/application-skills is referenced) to ensure it’s the expected project. 2) Understand that authentication and API tokens will be handled by Membrane servers — if you have privacy or compliance concerns, confirm how Membrane stores/transmits Wit.ai data. 3) Prefer installing the CLI in an isolated environment (container or VM) or review the package contents before a global install. 4) If you need an entirely local workflow that never routes through a third party, this skill is not suitable because it depends on Membrane’s hosted auth/actions.
Capability Analysis
Type: OpenClaw Skill
Name: witai-integration
Version: 1.0.1
The skill bundle provides instructions for integrating with Wit.ai via the Membrane platform. It guides the AI agent to install the '@membranehq/cli' package and use it to manage authentication and API actions. The instructions in SKILL.md are consistent with the stated purpose and follow security best practices by delegating credential management to a specialized service rather than handling raw secrets.
Capability Assessment
Purpose & Capability
Name/description match the runtime instructions. The SKILL.md consistently describes using the Membrane CLI to manage Wit.ai apps, intents, entities, utterances, and to run/discover actions — all expected for a Wit.ai integration.
Instruction Scope
Instructions are focused: install the Membrane CLI, authenticate via Membrane, create a Wit.ai connection, and list/run actions. The document does not instruct reading unrelated files, accessing arbitrary environment variables, or sending data to other endpoints beyond Membrane/Wit.ai.
Install Mechanism
The registry contains no formal install spec (instruction-only), but SKILL.md tells users to run `npm install -g @membranehq/cli@latest`. Installing a global npm package is a reasonable, common dependency for a CLI-driven integration, but it is an out-of-band action (not enforced by the registry) and pulls code from the public npm registry — a moderate-risk step. Verify the package name, publisher, and source before installing (e.g., check the package's npm page and GitHub repo).
Credentials
The skill declares no required env vars or credentials and explicitly delegates auth to Membrane. This is proportionate: Membrane handles the Wit.ai credentials and the skill does not request unrelated secrets.
Persistence & Privilege
No elevated privileges requested: always is false, user-invocable is true, and there is no instruction to modify other skills or system-wide configuration. The skill requires a Membrane account but does not demand permanent installation or system-level changes.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install witai-integration - After installation, invoke the skill by name or use
/witai-integration - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Witai?
Wit.ai integration. Manage data, records, and automate workflows. Use when the user wants to interact with Wit.ai data. It is an AI Agent Skill for Claude Code / OpenClaw, with 104 downloads so far.
How do I install Witai?
Run "/install witai-integration" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Witai free?
Yes, Witai is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Witai support?
Witai is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Witai?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.1.
More Skills