amocrm-api-control

amocrm-api-control is a skill for Codex from nebelov/yandex-direct-for-all. It costs 45 tokens per session (694 once invoked), scanned A, original, MIT.

A guide for securely connecting to amoCRM, a customer-relationship system, through its API. It covers OAuth sign-in, account structure, and checking leads by source, time, status, owner, and external link.

In plain words
What is it for?
Use it to authenticate with amoCRM, inspect pipelines and fields, and reconcile leads. Any business-data change requires a separate plan, precise scope, confirmation, and a read-back check.
Why use it?
It reduces the risk of mishandling tokens or changing CRM data without confirming the exact account, fields, scope, and result.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to authenticate with amoCRM, inspect pipelines and fields, and reconcile leads. Any business-data change requires a separate plan, precise scope, confirmation, and a read-back check.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nebelov/yandex-direct-for-all/amocrm-api-control
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add nebelov/yandex-direct-for-all --skill amocrm-api-control
Clone the repo
git clone --depth 1 https://github.com/nebelov/yandex-direct-for-all

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for amocrm-api-control

README.md
[![agentmods](https://agentmods.dev/badge/skills/nebelov/yandex-direct-for-all/amocrm-api-control/github.svg)](https://agentmods.dev/skills/nebelov/yandex-direct-for-all/amocrm-api-control)
Your own site
<a href="https://agentmods.dev/skills/nebelov/yandex-direct-for-all/amocrm-api-control"><img src="https://agentmods.dev/badge/skills/nebelov/yandex-direct-for-all/amocrm-api-control/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for amocrm-api-control

Your own site · 80×15
<a href="https://agentmods.dev/skills/nebelov/yandex-direct-for-all/amocrm-api-control"><img src="https://agentmods.dev/badge/skills/nebelov/yandex-direct-for-all/amocrm-api-control.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 694 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00045 $0.00694
Opus 5 $0.00023 $0.00347
Sonnet 5 $0.00009 $0.00139
Haiku 4.5 $0.00005 $0.00069

Measured 11d ago against content hash 68f8458d192c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

amocrm-api-control scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (scripts/amocrm_local_callback_server.py, scripts/exchange_amocrm_token.py, scripts/fetch_amocrm_schema.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/yandex-direct-for-all/skills/amocrm-api-control/SKILL.md · 59 lines

How it starts

The opening of the file, as written. The whole thing — 59 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Управление amoCRM через программный интерфейс

Граница задачи

Навык предназначен для получения и обновления OAuth-токенов, чтения воронок, статусов и полей, а также сверки заявок. Любые изменения бизнес-данных требуют отдельного плана, точной области, подтверждения и чтения после записи.

Перед созданием интеграции

  1. Используй уже существующую интеграцию, если она есть.
  2. Создание закрытой интеграции в нетехническом аккаунте может иметь последствия для технической поддержки; покажи владельцу актуальное предупреждение из интерфейса amoCRM.
  3. redirect_uri должен точно совпадать с адресом интеграции. Местный приёмник слушает только 127.0.0.1 и проверяет точные путь и state.

Закрытые файлы

Все файлы интеграции, state, кода авторизации и токенов должны иметь права 0600, а их папки — 0700. Секрет, код и токен не передавай аргументом и не печатай.

Ожидаемая схема файла интеграции:

{
  "subdomain": "ACCOUNT_SUBDOMAIN",
  "client_id": "PUBLIC_INTEGRATION_ID",
  "client_secret": "PRIVATE_INTEGRATION_SECRET",
  "redirect_uri": "EXACT_REGISTERED_REDIRECT_URI"
}

Порядок OAuth

  1. Создай случайное состояние и сохрани его в закрытом файле.
  2. Запусти scripts/amocrm_local_callback_server.py с явными --state-file и --output.
  3. Открой адрес согласия, содержащий тот же state.
  4. Приёмник сохранит только код, а не полный адрес.
  5. Запусти scripts/exchange_amocrm_token.py с --integration-file, --authorization-code-file и --token-file. Для обновления используй --refresh без файла кода.
  6. После успешного первого обмена удали одноразовый файл кода.

Чтение схемы и сверка

scripts/fetch_amocrm_schema.py проходит постраничную выдачу и сохраняет схему аккаунта в закрытой папке. Повтор той же страницы считается ошибкой.

Для сверки каждая строка обязана иметь поля:

  • source — источник;
  • occurred_at — время события;
  • status — статус;
  • responsible — ответственный;
  • external_link — внешняя ссылка, используемая как ключ сопоставления.

Read the full file on GitHub · 59 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 59 lines · 45 tokens per session scan A 68f8458d192c

Subscribe to this mod's changes

amocrm-api-control is a skill published in the GitHub repository nebelov/yandex-direct-for-all (21 stars, last pushed 1mo ago), licensed MIT. It adds 45 tokens to every session and 694 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

corezoid-gitcall

Corezoid Git Call node specialist — run custom code (Python, Go, Java, PHP, JavaScript, Clojure, Lisp, Prolog, or a custom Dockerfile) as a step inside a process. Use when the user needs logic that plain nodes cannot do: parsing files, using external libraries, cryptography, building email/attachments, or any custom…

corezoid/corezoid-ai-plugin · 154 tokens

architecture

Proactive architecture review — explore codebase structure, generate a self-contained HTML report with Mermaid diagrams and candidate improvements, then grill the findings. Use when planning a large refactor, onboarding to an unfamiliar codebase, or before a major architectural change.

datit309/supergraph · 52 tokens

frappe-customization

Frappe customization-surface guidance covering Custom Field, Property Setter, Client Script, Server Script, Workspace, Web Page, Page, Print Format, Report, Dashboard, Workflow, Role, Notification, Webhook, and related builder/admin DocTypes. Use when choosing or changing Frappe customization layers.

Dkm0315/frappe-agent · 66 tokens

frappe-fullstack

End-to-end Frappe and ERPNext implementation guidance spanning backend Python, backend JavaScript surfaces, Vue or React frontends, customizations, and bench-aware delivery. Use when the task crosses multiple Frappe layers.

Dkm0315/frappe-agent · 50 tokens

frappe-backend

Frappe backend guidance for Python and backend-adjacent JavaScript surfaces such as client interaction patterns, hooks, APIs, patches, scheduler logic, reports, and server-side review. Use when implementing or reviewing Frappe backend behavior.

Dkm0315/frappe-agent · 53 tokens

magento2-backend-dev

This skill should be used when the user asks to "create an API endpoint", "build a REST API", "add a GraphQL resolver", "create a CLI command", "add a cron job", "set up a message queue", "implement a web API", "add a SOAP service", or "create a data provider". Covers Magento 2 backend development: REST/SOAP/GraphQL…

ddtcorex/maestro-skills · 114 tokens