Pachca API skills and CLI

Пачка API

Official agent skills and CLI for the Pachca corporate messenger: messages, chats, users, bots, tasks and search

SkillHigh riskRussian stack

pachca/openapi

Install

npx skills add pachca/openapi

Installs skills into supported agents' directories.

This is third-party code. Review the repository files before installing.

What it does

The Pachca team's repository generates docs, SDKs, a CLI, an n8n node and agent skills from one specification. Skills are split by API area: profile, users, chats, messages, bots and webhooks, forms, reminders, search, security audit and token info, with a router skill picking the right one. Instead of raw HTTP calls, the agent follows step-by-step CLI scenarios, such as uploading a file and posting it to a thread. The CLI includes a built-in API reference, so the agent does not need the docs site.

Who it is for. For companies on Pachca that want to automate messages, bots and administration through an agent.

Good fit when

  • You want the agent to post reports or files to Pachca channels
  • You need to set up a bot with webhooks
  • You need to export chat history or search messages

Not a fit when

  • Your company does not use Pachca
  • You cannot give the agent a token with workspace admin rights

Example request

Post report.pdf to the thread of message 123 in Pachca

Limitations

Requires a Pachca token, and available actions depend on its scopes. Skills rely on the CLI, so the agent needs shell access and Node.js. Audit and DLP features are not on every Pachca plan. Install skills only from the official repository.

How to disable. Delete the pachca-* folders from the agent's skills directory and run npm uninstall -g @pachca/cli if needed. Revoke the token in Pachca settings.

Security check

  • Sends and deletes messages on behalf of a user or bot
  • Can manage workspace users, chats and webhooks

README in short

The README covers Pachca's developer platform: a CLI with typed flags, auth profiles and an API reference, agent skills with a compatibility table, an n8n node and SDKs for TypeScript, Python, Go, Kotlin, Swift and C#. It shows how a skill changes the call sequence when sending a file. All artifacts are generated from one specification. MIT licensed.

SKILL.md

---
name: pachca
description: >
  Pachca — корпоративный мессенджер с REST API и CLI. Роутер: определяет нужный
  скилл для любой задачи, связанной с Pachca. Используй этот скилл, когда
  пользователь упоминает Pachca, хочет взаимодействовать с API Pachca или
  нуждается в помощи с любой операцией Pachca. Этот скилл маршрутизирует к нужному
  под-скиллу. НЕ делай API-вызовы напрямую — направь к нужному скиллу.
allowed-tools: Bash(npx:*), Bash(pachca:*), Bash(which:*), Bash(npm:*)
---

# pachca

Pachca — corporate messenger with REST API and CLI.

## Quick start

```bash
npx -y @pachca/cli <command> --token <TOKEN>
```

## For regular use

```bash
npm install -g @pachca/cli && pachca auth login
```

## Routing

Identify the user task and activate the appropriate skill.

FAQ

Do the skills contain executable code?

No, according to the Pachca team the skills are instructions only, and actions run through the official CLI.

Can I skip installing the CLI?

Yes, commands work via npx @pachca/cli with the --token flag.

Editors’ pick

A CLI for every Google Workspace API with JSON output and agent skills: Drive, Gmail, Calendar, Sheets and more

CLIHigh risk31K
Editors’ pick

Local search over Markdown notes, docs and meeting transcripts: keywords, semantic search and reranking, with an MCP server

CLIMedium risk29.7K
Editors’ pick

A task manager for AI-driven development: breaks a PRD into dependent tasks and guides the agent through them via MCP or CLI

MCP serverMedium risk28.1K
Editors’ pick

Anthropic's official plugins for knowledge work roles: sales, support, product, marketing, legal, finance, data and enterprise search

PluginHigh risk24K