From sundial-org-awesome-openclaw-skills-4
Interact with self-hosted Twenty CRM via REST/GraphQL APIs using shell scripts for CRUD on companies and other objects.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Interact with your self-hosted Twenty instance via REST and GraphQL.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Interact with your self-hosted Twenty instance via REST and GraphQL.
Create config/twenty.env (example at config/twenty.env.example):
TWENTY_BASE_URL (e.g. https://crm.example.com or http://localhost:3000)TWENTY_API_KEY (Bearer token)Scripts load this file automatically.
REST GET: skills/twenty-crm/scripts/twenty-rest-get.sh "/companies" 'filter={"name":{"ilike":"%acme%"}}&limit=10'
REST POST: skills/twenty-crm/scripts/twenty-rest-post.sh "/companies" '{"name":"Acme"}'
REST PATCH: skills/twenty-crm/scripts/twenty-rest-patch.sh "/companies/<id>" '{"employees":550}'
REST DELETE: skills/twenty-crm/scripts/twenty-rest-delete.sh "/companies/<id>"
GraphQL: skills/twenty-crm/scripts/twenty-graphql.sh 'query { companies(limit: 5) { totalCount } }'
skills/twenty-crm/scripts/twenty-create-company.sh "Acme" "acme.com" 500skills/twenty-crm/scripts/twenty-find-companies.sh "acme" 10/rest/...) and GraphQL (/graphql).401.