plain

Installation
SKILL.md

Troubleshooting

If requests fail, run zero doctor check-connector --env-name PLAIN_TOKEN or zero doctor check-connector --url https://core-api.uk.plain.com/graphql/v1 --method POST

Threads

List Threads

Write to /tmp/plain_request.json:

{
  "query": "query listThreads($first: Int, $filters: ThreadsFilter) { threads(first: $first, filters: $filters) { edges { node { id externalId title status priority createdAt { iso8601 } customer { id fullName email { email } } assignedTo { ... on User { id fullName } ... on MachineUser { id fullName } } } } pageInfo { hasNextPage endCursor } } }",
  "variables": {
    "first": 20,
    "filters": {
      "statuses": ["TODO", "SNOOZED"]
    }
  }
Related skills
Installs
11
GitHub Stars
59
First Seen
Apr 13, 2026