crm

Manage Twenty CRM contacts, opportunities, and tasks via the MyPA backend API.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/RPLogic-Inc/mypa --skill crm-rplogic-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: crm
Source: https://github.com/RPLogic-Inc/mypa/tree/main/skills/crm
Command: npx skills add https://github.com/RPLogic-Inc/mypa --skill crm-rplogic-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Twenty CRM data is accessed through the MyPA backend API, enabling centralized management of contacts, opportunities, and tasks without storing sensitive CRM data locally.

Core Features & Use Cases

  • List and manage contacts (people) through the Twenty CRM integration.
  • Create or update opportunities and tasks, all mediated by the MyPA backend API.
  • Retrieve detailed entity information via standardized endpoints to drive contextual AI interactions.

Quick Start

Query Twenty CRM through the MyPA backend API to list, create, or update contacts, opportunities, and tasks.

Frequently Asked Questions about crm

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

FAQPage Schema
How do I manage Twenty CRM contacts and opportunities through a backend API?

The MyPA backend API mediates all Twenty CRM operations using JWT authentication, ensuring that contact and opportunity data is accessed securely through standardized /api/crm endpoints without local storage.

Can I create and update tasks in Twenty CRM without storing data locally?

Yes, creating and updating tasks is possible without local storage because the integration enforces a strict backend-first workflow, routing all task operations through the MyPA backend API.

Do I need JWT authentication to retrieve contacts via the Twenty CRM integration?

Yes, JWT authentication is required to retrieve contacts, as all operations route through the MyPA backend API to ensure secure access to CRM data without local storage.

What is the best way to integrate Twenty CRM data with an AI assistant?

Using a backend-first API workflow that retrieves detailed entity information through standardized endpoints is the best way to integrate Twenty CRM data and drive contextual AI interactions.

Are there limitations to managing CRM data without local storage in a backend-first workflow?

A limitation of the backend-first workflow is that all CRM data management depends on continuous MyPA backend API availability, meaning the system cannot read or store CRM data locally for offline access.