twenty-record-presentation

Retrieve and format Twenty CRM records as readable summaries and tables via the Twenty MCP server.

Updated Aug 3, 2026
One-click install
npx skills add https://github.com/masoodtalha/twenty --skill twenty-record-presentation-masoodtalha
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: twenty-record-presentation
Source: https://github.com/masoodtalha/twenty/tree/main/packages/twenty-claude-skills/skills/twenty-record-presentation
Command: npx skills add https://github.com/masoodtalha/twenty --skill twenty-record-presentation-masoodtalha

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Raw CRM API responses contain ISO timestamps, UUIDs, camelCase field names, and nested JSON that are hard to read. This Skill turns Twenty CRM query results into clean, scannable summaries and tables that users can act on immediately. ## Core Features & Use Cases - Guided retrieval via Twenty MCP: Discovers objects, fields, filters, and sort options through the connected Twenty MCP server instead of guessing API names. - Readable formatting: Converts timestamps to localized dates, camelCase fields to labels, currency amounts to formatted money, and booleans to Yes/No. - Record linking: Builds links back to Twenty show pages using the /object/:objectNameSingular/:objectRecordId path so users can jump to the original record. - Use Case: Ask for the five most recently updated opportunities and receive a compact Markdown table with linked names, stages, formatted amounts, and human-readable update dates instead of raw JSON. ## Quick Start Ask the assistant to show the ten most recently updated companies in Twenty as a table with links to each record.

Frequently Asked Questions about twenty-record-presentation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I show recent Twenty CRM records in a readable table?▼

Ask for the records you need, such as the latest opportunities or recently updated companies. The Skill discovers the right object and fields through the Twenty MCP server, sorts by the relevant date, and returns a compact Markdown table with linked names and formatted values.

How are dates and timestamps from Twenty displayed?▼

ISO and RFC3339 timestamps are converted to readable absolute dates in the user's timezone when known, such as May 5, 2026, 11:43 AM. Date-only values stay as dates without timezone shifting, and raw timestamps appear only when explicitly relevant.

Does this work without a connected Twenty MCP server?▼

No. The Skill relies on the connected Twenty MCP server tools learn_tools and execute_tool to discover and fetch data. If no Twenty MCP tools are available, it tells the user to connect or expose the intended workspace.

Can I get links back to the original Twenty records?▼

Yes. Record names are linked to the Twenty show-page path /object/:objectNameSingular/:objectRecordId using the workspace origin. If the origin is unknown, the Skill shows the object name and record ID instead of inventing a hostname.

When does it show raw JSON or internal IDs?▼

Raw JSON, timestamps, and IDs appear only when the user asks for debugging, export, exact API payloads, or schema inspection. Even then, a readable summary is placed before the raw block.