Agent-ready toolkit for Twenty CRM. It includes 396 bash scripts covering every REST endpoint, such as CRUD, batch operations, filters, merges, and duplicate detection across 30+ objects (Companies, People, Opportunities, Notes, Tasks, Workflows, Calendar, Messaging).
The exact command may vary by repository. Check the README on GitHub.
For the skill author
Drop this on your repo README
Shows your skill is listed on Skillteca, generates a backlink and trackable traffic.
[](https://www.skillteca.com.br/skills/twenty-crm?utm_source=badge&utm_medium=readme&utm_campaign=badge)
One short email with only the new Produtividade skills. 4 minutes of reading, no spam, unsubscribe with one click.
You confirm your email on the first send. No spam. Unsubscribe with one click.
Twenty CRM Skill
Deterministic bash wrappers for the Twenty CRM REST API. One script per endpoint (396 total). Each script self-documents its JSON body.
Quick start
# Discover operations
./scripts/twenty.sh list-ops | jq '.[].operation'
# Get an input schema for any operation
./scripts/twenty.sh schema create company
# Run an operation
./scripts/twenty.sh create company '{"name":"Acme Inc"}'
./scripts/twenty.sh list people
./scripts/twenty.sh get person <id>
./scripts/twenty.sh
[Description truncada. Veja o README completo no GitHub.]