What problem does it solve? Connecting an AI agent to a live Twenty CRM workspace and turning raw MCP API output into readable, linked Markdown records is tedious and error-prone. This Skill handles workspace connection setup, record retrieval, and consistent formatting of dates, values, and record links. ## Core Features & Use Cases - MCP Workspace Connection: Configure Codex to connect to an existing Twenty workspace through MCP, including URL normalization, OAuth guardrails, and setup troubleshooting. - Record and Metadata Retrieval: Query and inspect workspace records, objects, fields, schema, and configuration from a running Twenty instance. - Readable Output Formatting: Present CRM data as Markdown with formatted dates, values, compact tables, and record links built as {workspaceOrigin}/object/{objectNameSingular}/{recordId}. - Use Case: Ask the agent to "list all my companies in Twenty" and receive a compact Markdown table where each company name links directly back to its record in your workspace. ## Quick Start Connect Codex to my Twenty workspace at myworkspace.twenty.com and show me all opportunities created this week as a linked Markdown table.