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 MCP: Uses the connected Twenty MCP server (learn_tools then execute_tool) to discover objects, fields, filters, and sort options instead of guessing API names.
- Readable formatting: Converts timestamps to the user's timezone, translates field names like createdAt into labels like Created, formats money with currency, and hides IDs by default.
- Record linking: Builds links back to Twenty show pages using the /object/:objectNameSingular/:objectRecordId path so users can jump into the CRM.
- 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 dates instead of raw JSON.
Quick Start
Show me the 10 most recently updated opportunities in my Twenty workspace as a table with stage, amount, and last updated date.