← Back to Skills Marketplace
Twist
by
Membrane Dev
· GitHub ↗
· v1.0.1
· MIT-0
110
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install twist
Description
Twist integration. Manage data, records, and automate workflows. Use when the user wants to interact with Twist data.
Usage Guidance
This skill is coherent with its stated purpose, but before installing: (1) verify the legitimacy of the Membrane project and its npm package (check the npm page, maintainers, download counts, and the linked GitHub repo); (2) be aware that running npm install -g executes third-party code on your machine—avoid on sensitive hosts if you cannot verify the package; (3) the login flow opens a browser and issues a connection token—ensure you trust the Membrane service to manage your Twist credentials; (4) if you prefer not to install global CLIs, consider running via npx in a controlled environment. If any of these checks fail or you cannot verify Membrane's trustworthiness, do not install the CLI.
Capability Analysis
Type: OpenClaw Skill
Name: twist
Version: 1.0.1
The skill provides a legitimate integration for the Twist communication platform using the Membrane CLI. It guides the agent through standard procedures for installation (via npm), OAuth authentication, and action execution. While it involves network access and the execution of a third-party CLI, the instructions in SKILL.md are transparent, aligned with the stated purpose, and emphasize security best practices such as server-side credential management.
Capability Assessment
Purpose & Capability
Name/description (Twist integration) match the instructions which use Membrane to connect to Twist and run actions. Requested capabilities (network access and a Membrane account) are consistent with the stated purpose.
Instruction Scope
SKILL.md limits runtime behavior to installing/using the Membrane CLI, creating connections, discovering and running actions, and authenticating via browser/CLI. It does not instruct reading unrelated files, requesting unrelated credentials, or sending data to unexpected endpoints.
Install Mechanism
There is no formal install spec (instruction-only), but the doc tells users to run an npm global install (npm install -g @membranehq/cli) and to use npx. Installing a global npm package executes third-party code on the host—this is expected for a CLI-based integration but is a higher-risk operation than a pure instruction-only skill. The source is the public npm registry (standard), not an arbitrary URL.
Credentials
The skill requests no environment variables or local config paths. Authentication is performed via Membrane's login flow (browser/code exchange), which aligns with the stated goal of avoiding asking users for direct API keys.
Persistence & Privilege
Skill is not always-enabled and does not request elevated platform privileges or modify other skills. The only persistence implication is installing the Membrane CLI if the user chooses to follow the instructions.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install twist - After installation, invoke the skill by name or use
/twist - 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
Frequently Asked Questions
What is Twist?
Twist integration. Manage data, records, and automate workflows. Use when the user wants to interact with Twist data. It is an AI Agent Skill for Claude Code / OpenClaw, with 110 downloads so far.
How do I install Twist?
Run "/install twist" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Twist free?
Yes, Twist is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Twist support?
Twist is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Twist?
It is built and maintained by Membrane Dev (@membranedev); the current version is v1.0.1.
More Skills