
from application-skills38
Integrates Wit.ai via the Membrane CLI to list and manage apps, intents, entities, traits and utterances; can proxy API requests while handling authentication a
This skill provides a wrapper around Wit.ai using the Membrane CLI, letting agents list and manage Wit.ai apps, intents, entities, traits, and utterances. It documents common actions (list/get/create/delete) and explains how to run Membrane actions and proxy raw API calls through Membrane so credentials and token refresh are handled securely.
Use the skill when a user needs to inspect or modify Wit.ai resources from within a conversational agent, run queries for intents/entities, import or create training utterances, or proxy custom API calls to Wit.ai without embedding secrets in prompts. It's appropriate for dev workflows where Membrane CLI is available.
Agents with network access and the ability to invoke CLIs or call into Membrane (developers using Membrane-backed connectors).
Wit.ai integration skill using the Membrane CLI to manage apps, intents, entities, traits, and utterances. No bundled scripts — purely instruction-based, relying on the external membrane CLI. SKILL.md is well-documented with clear setup steps, action tables, and best practices. The dual dependency on both Membrane and Wit.ai accounts limits practical reach to a niche audience already in the Membrane ecosystem.
No scripts to execute. Pure CLI-instruction skill. Proxy request capability (membrane request) allows arbitrary API calls but auth is handled server-side by Membrane. No hardcoded secrets or destructive patterns found.