aparser-operations

aparser-operations is a skill for Claude Code from antohins/seo-tools-mcp. It costs 78 tokens per session (910 once invoked), scanned A, original, MIT.

A read-only bridge to a self-hosted A-Parser server, a tool that runs search-result and other web-parsing jobs. The server, licence, and proxy services belong to the user.

In plain words
What is it for?
Use it for search-result checks, search suggestions, bulk parsing jobs, saved presets, and proxy checks.
Why use it?
It lets an agent use an existing A-Parser setup without changing its configuration, while checking whether the server and proxies are available.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the aparser plugin — 2 skills shipped together

Good fit Use it for search-result checks, search suggestions, bulk parsing jobs, saved presets, and proxy checks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/antohins/seo-tools-mcp/aparser-operations
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 antohins/seo-tools-mcp --skill aparser-operations
Clone the repo
git clone --depth 1 https://github.com/antohins/seo-tools-mcp

Made for: Claude Code.

Or install aparser, the plugin that ships this one along with the rest of its 2 skills.

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 aparser-operations

README.md
[![agentmods](https://agentmods.dev/badge/skills/antohins/seo-tools-mcp/aparser-operations/github.svg)](https://agentmods.dev/skills/antohins/seo-tools-mcp/aparser-operations)
Your own site
<a href="https://agentmods.dev/skills/antohins/seo-tools-mcp/aparser-operations"><img src="https://agentmods.dev/badge/skills/antohins/seo-tools-mcp/aparser-operations/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 aparser-operations

Your own site · 80×15
<a href="https://agentmods.dev/skills/antohins/seo-tools-mcp/aparser-operations"><img src="https://agentmods.dev/badge/skills/antohins/seo-tools-mcp/aparser-operations.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 78 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 910 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.00078 $0.00910
Opus 5 $0.00039 $0.00455
Sonnet 5 $0.00016 $0.00182
Haiku 4.5 $0.00008 $0.00091

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

Security

Grade A, and why

aparser-operations 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 10d ago.

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/aparser/skills/aparser-operations/SKILL.md · 62 lines

How it starts

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

A-Parser: мост к своему серверу

Это мост к чужой установке: сервер, лицензия и прокси — пользовательские. Мост только дёргает HTTP API и ничего не настраивает. Все инструменты работают на чтение: они запускают разовые задачи парсинга и читают конфигурацию, но не меняют настройки A-Parser.

Порядок

  1. aparser_auth_status → нужны APARSER_URL (обязательно с путём /API, например http://IP:9091/API) и APARSER_PASSWORD (в A-Parser: Settings → API).
  2. aparser_ping — сервер жив и пароль верный.
  3. aparser_status — что сейчас в очереди и не занят ли сервер.

Прокси — главный источник пустых результатов

В A-Parser прокси-пачка настраивается прокси-чекером; их может быть несколько, и у каждого своё имя. aparser_proxies показывает доступные чекеры и живые прокси в них.

  • По умолчанию прокси используются (APARSER_USE_PROXY, по умолчанию true).
  • Какие именно — задаётся APARSER_PROXY_CHECKERS (через запятую) или параметром вызова.
  • Пустая выдача при живом сервере почти всегда означает, что в выбранном чекере не осталось живых прокси, а не что запрос ничего не нашёл. Проверять aparser_proxies до того, как объяснять результат отсутствием данных в поиске.

Пресеты

Настройки парсера (глубина, регион, потоки, антибан) живут в пресетах, созданных в GUI A-Parser. Мост их не создаёт, а использует по имени.

  • APARSER_GOOGLE_PRESET / APARSER_YANDEX_PRESET — пресеты по умолчанию.
  • aparser_get_preset — посмотреть, что внутри пресета, прежде чем на него ссылаться.
  • Имя пресета, которого нет на сервере, даёт ошибку — не подставлять имена наугад.

Инструменты

  • aparser_serp_google, aparser_serp_yandex — выдача через свой сервер.
  • aparser_suggest — подсказки.
  • aparser_parsers — какие парсеры вообще есть в этой сборке (их больше сотни); aparser_parser_fields — какие поля отдаёт конкретный парсер.
  • aparser_request — произвольный вызов API для парсера, которого нет среди готовых инструментов. Сначала посмотреть aparser_parser_fields, иначе непонятно, что разбирать в ответе.
  • aparser_bulk_request — массовый прогон. Тяжёлый: сервер один, потоки конечны. Перед большим пулом проверить aparser_status и предупредить пользователя об оценке времени.

Read the full file on GitHub · 62 lines

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. 10d ago First seen · 62 lines · 78 tokens per session scan A 903650304529

Subscribe to this mod's changes

aparser-operations is a skill published in the GitHub repository antohins/seo-tools-mcp (3 stars, last pushed 6d ago), licensed MIT. It adds 78 tokens to every session and 910 once invoked, about $0.0004 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-31.