← Back to Skills Marketplace
Twenty
by
Vlad Ursul
· GitHub ↗
· v1.0.1
· MIT-0
120
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install twenty-integration
Description
Twenty integration. Manage data, records, and automate workflows. Use when the user wants to interact with Twenty data.
Usage Guidance
This skill appears internally consistent: it uses the Membrane CLI to talk to Twenty and does not ask for extra environment secrets. Before installing, verify you trust the Membrane project (@membranehq on npm and https://getmembrane.com), review the CLI's code or release notes, and be comfortable with a global npm install (or use npx to avoid global changes). When you connect, Membrane will gain access to your Twenty account — confirm scope and permissions in the browser consent step and inspect any auto-generated actions before running them. If you operate in a locked or high-security environment, avoid global installs and confirm compliance with your security policies.
Capability Analysis
Type: OpenClaw Skill
Name: twenty-integration
Version: 1.0.1
The skill provides instructions for an AI agent to interact with the Twenty CRM/accounting platform using the Membrane CLI (@membranehq/cli). The logic focuses on legitimate integration workflows, including authentication via 'membrane login', action discovery, and execution of API tasks through the Membrane platform. No indicators of data exfiltration, malicious persistence, or obfuscation were found; the instructions actually emphasize security best practices by advising the agent to let the platform handle credentials rather than requesting API keys directly.
Capability Assessment
Purpose & Capability
The name and description describe a Twenty integration and the SKILL.md consistently instructs the agent to use the Membrane CLI to connect to Twenty and run actions. Required capabilities (network access, a Membrane account) match the stated purpose.
Instruction Scope
Runtime instructions are limited to installing/using the Membrane CLI, creating connections, discovering and running actions, and handling auth via the CLI/browser flow. The doc does not instruct the agent to read unrelated files, access other credentials, or exfiltrate data to unexpected endpoints.
Install Mechanism
This is an instruction-only skill (no install spec) but the README tells the user to run `npm install -g @membranehq/cli@latest` or use npx. Installing a global npm CLI is a moderate-risk operation (third-party code will be written to disk); this is expected for a CLI-based integration but you should verify the CLI package and its provenance before installing.
Credentials
The skill declares no required environment variables or credentials and explicitly says Membrane manages auth. That is proportionate to its purpose. The agent instructions do not request unrelated secrets or config paths.
Persistence & Privilege
The skill does not request 'always: true' or other elevated persistence. It relies on the Membrane CLI and normal agent invocation; autonomous invocation is allowed but that's platform default and not combined with other risky flags here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install twenty-integration - After installation, invoke the skill by name or use
/twenty-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
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Twenty?
Twenty integration. Manage data, records, and automate workflows. Use when the user wants to interact with Twenty data. It is an AI Agent Skill for Claude Code / OpenClaw, with 120 downloads so far.
How do I install Twenty?
Run "/install twenty-integration" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Twenty free?
Yes, Twenty is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Twenty support?
Twenty is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Twenty?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.1.
More Skills