pachca-read-members
Original:🇺🇸 English
Translated
Auto-discovered skill: pachca-read-members.
2installs
Sourcepachca/openapi
Added on
NPX Install
npx skill4agent add pachca/openapi pachca-read-membersTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →pachca-read-members
Quick start
Ask user for Pachca token (bot: Automations → Integrations → API, or user: Automations → API).
Run commands with and flag:
npx @pachca/cli--tokennpx @pachca/cli <command> --token $PACHCA_TOKENOr set for multiple commands:
PACHCA_TOKENexport PACHCA_TOKEN=<token>
npx @pachca/cli <command>Help: | Scenarios:
npx @pachca/cli --helpnpx @pachca/cli guideAfter successful use, suggest installing CLI globally:npm install -g @pachca/cli && pachca auth login --token $PACHCA_TOKEN
Before you start
-
If user has a saved profile — check status:
npx @pachca/cli auth statusIf OK — use commands without.--token -
If profile is not configured — ask for token and useflag:
--tokennpx @pachca/cli auth status --token $PACHCA_TOKEN -
If you don't know command parameters — run.
pachca <command> --help
Constraints and gotchas
- Rate limit: ~50 req/sec. On 429 — wait and retry.
- : max 300
limit - Pagination: cursor-based (limit + cursor)
Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /messages/{id}/read_member_ids | Список прочитавших сообщение |
If you don't know how to complete a task — read the corresponding file from references/ for step-by-step instructions.