Files
twenty/packages/twenty-codex-plugin/.codex-plugin/plugin.json
Thomas des Francs 1642be86f5 Bonapara/twenty codex plugin (#20857)
@martmull v2.0 ;)

---------

Co-authored-by: martmull <martmull@hotmail.fr>
Co-authored-by: bosiraphael <raphael.bosi@gmail.com>
2026-06-02 14:39:14 +00:00

51 lines
1.7 KiB
JSON

{
"name": "twenty",
"version": "0.1.0",
"description": "Create, operate, develop, publish, and query Twenty apps through Codex.",
"author": {
"name": "Twenty PBC",
"url": "https://twenty.com/"
},
"homepage": "https://docs.twenty.com/",
"repository": "https://github.com/twentyhq/twenty",
"license": "AGPL-3.0",
"keywords": [
"twenty",
"create-twenty-app",
"mcp",
"oauth",
"crm",
"apps",
"scaffolding",
"cli",
"twenty-sdk",
"publishing"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Twenty",
"shortDescription": "Create, develop, publish, and query apps",
"longDescription": "Scaffold, develop, deploy, and publish Twenty apps end-to-end. Five focused skills cover app creation, entity development (objects, fields, logic, layouts, front components), remote/sync/deploy operations, marketplace publishing assets, and workspace data retrieval via MCP. The bundled Twenty docs MCP server keeps guidance current, and the setup helper wires per-user workspace MCP with OAuth in one command.",
"developerName": "Twenty PBC",
"category": "Coding",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://twenty.com/",
"privacyPolicyURL": "https://twenty.com/privacy-policy",
"termsOfServiceURL": "https://twenty.com/terms",
"defaultPrompt": [
"Create and run a new Twenty app",
"Push a Twenty app to production",
"Develop a Twenty app feature"
],
"brandColor": "#000000",
"composerIcon": "./assets/twenty-logo.svg",
"logo": "./assets/twenty-logo.png",
"screenshots": []
}
}