← Back to Skills Marketplace
163
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install twenty
Description
Twenty CRM API integration with managed authentication. Manage companies, people, opportunities, notes, and tasks. Use this skill when users want to interact...
Usage Guidance
This skill appears to do what it claims. Before installing: (1) Verify you trust maton.ai/gateway.maton.ai/ctrl.maton.ai and that the MATON_API_KEY you provide has only the permissions you expect (create a scoped API key if possible). (2) Note the skill will make network requests using that key and may open an authorization URL (contains a session_token) which you should only open in a trusted browser. (3) The registry metadata omits marking a primary credential even though the SKILL.md uses MATON_API_KEY—confirm which key the platform will supply. (4) Because the skill can be invoked by the agent, consider limiting who can enable it or use a dedicated API key for least privilege. If you need further assurance, ask the publisher for the key scope and audit logs showing what gateway calls are made.
Capability Analysis
Type: OpenClaw Skill
Name: twenty
Version: 1.0.0
The 'twenty' skill is a legitimate integration for the Twenty CRM via the Maton API gateway (gateway.maton.ai). It provides standard documentation and code examples for managing CRM resources such as companies, people, and opportunities. Authentication is handled through a managed API key (MATON_API_KEY), and the provided Python and Bash snippets are functional examples of API interaction without any signs of malicious intent, data exfiltration, or harmful prompt injection.
Capability Assessment
Purpose & Capability
Name/description (Twenty CRM integration) matches the instructions, which show HTTP requests to Maton gateway endpoints to manage companies/people/opportunities/tasks. Minor metadata inconsistency: the registry metadata lists no primary credential, but the SKILL.md clearly requires MATON_API_KEY.
Instruction Scope
SKILL.md contains only examples and instructions to call https://gateway.maton.ai and https://ctrl.maton.ai with the MATON_API_KEY and to open an auth URL in a browser. It does not instruct reading unrelated files, sweeping environment variables, or sending data to unexpected endpoints.
Install Mechanism
No install spec and no code files — instruction-only. Nothing is written to disk or downloaded by the skill itself.
Credentials
Only one environment variable (MATON_API_KEY) is required, which is appropriate for an API gateway-based CRM integration. (As noted above, the registry's 'primary credential' field is unset despite this requirement.)
Persistence & Privilege
always:false (no forced permanent inclusion). The skill is user-invocable and may be invoked autonomously by the agent (the platform default), which is expected for integration skills. It does not request system-wide config or other skills' credentials.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install twenty - After installation, invoke the skill by name or use
/twenty - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Twenty CRM API integration.
- Enables access and management of Twenty CRM data: companies, people, opportunities, notes, and tasks via Maton API gateway.
- Managed authentication with support for multiple connections.
- Detailed documentation on listing, creating, updating, and deleting CRM entities.
- Offers code samples and environment setup instructions.
- Option to specify active connection via HTTP header for multi-account use.
Metadata
Frequently Asked Questions
What is Twenty CRM?
Twenty CRM API integration with managed authentication. Manage companies, people, opportunities, notes, and tasks. Use this skill when users want to interact... It is an AI Agent Skill for Claude Code / OpenClaw, with 163 downloads so far.
How do I install Twenty CRM?
Run "/install twenty" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Twenty CRM free?
Yes, Twenty CRM is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Twenty CRM support?
Twenty CRM is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Twenty CRM?
It is built and maintained by byungkyu (@byungkyu); the current version is v1.0.0.
More Skills