npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

market-ru-seo

v1.0.4

Published

SEO audit in Russian for OpenCode and Claude Code - website analysis for Google and Yandex

Readme

market-ru-seo

SEO-аудит сайта для Google и Яндекс. Автоматический анализ + подробные отчёты.

Что делает этот скилл

Проводит SEO-аудит любого сайта и показывает:

  • Насколько сайт оптимизирован для поиска в Google
  • Насколько сайт оптимизирован для поиска в Яндекс
  • Какие конкретно проблемы нужно исправить
  • В каком порядке лучше всего исправлять

Как это работает

Шаг 1: Анализ

Скрипт сканирует сайт и проверяет 16 факторов (8 для Google + 8 для Яндекс).

Шаг 2: Оценка

Каждый фактор получает баллы. Чем больше баллов — тем лучше:

  • 0-7 — плохо, нужно срочно исправить
  • 8-13 — требует работы
  • 14-20 — хорошо

Шаг 3: Отчёт

Генерируются два отчёта:

  • Markdown — подробный текстовый анализ
  • HTML — красивая страница с визуализацией

Почему Google и Яндекс оцениваются по-разному

Google и Яндекс — разные поисковые системы. Они учитывают разные факторы:

| Для Google важнее | Для Яндекс важнее | |-------------------|-------------------| | Ссылки на сайт | Коммерческие данные (телефоны, адреса) | | Качество контента | Поведение пользователей | | Техническая оптимизация | Яндекс.Метрика и Вебмастер |

Поэтому скилл проверяет разные вещи для каждой системы и выводит 2 отдельные оценки.

Для сайтов в России: Яндекс важнее (70%), Google (30%).

Установка

OpenCode

npm install -g market-ru-seo

После установки добавь плагин в opencode.json:

{
  "plugin": [
    "...existing plugins...",
    "market-ru-seo"
  ]
}

Или используй путь к глобальному npm:

{
  "plugin": [
    "...existing plugins...",
    "ПУТЬ_К_NPM/node_modules/market-ru-seo/.opencode/plugins/market-ru-seo.js"
  ]
}

Найти путь: npm root -g

Claude Code

curl -fsSL https://raw.githubusercontent.com/Valdiss-Valdiss/ai-marketing-ru-seo/main/install.sh | bash

Или вручную:

git clone https://github.com/Valdiss-Valdiss/ai-marketing-ru-seo.git
cd ai-marketing-ru-seo
./install.sh

Использование

/market-ru-seo <url>

Пример

/market-ru-seo https://example.com

Скрипты

| Скрипт | Назначение | |--------|------------| | scripts/analyze_page.py | Сканирует сайт и собирает данные | | scripts/generate_seo_md.py | Создаёт Markdown-отчёт | | scripts/generate_seo_html.py | Создаёт HTML-страницу |

Запуск вручную:

# ВЫПОЛНИТЬ ОБА скрипта (НЕ пропускать ни один):
python scripts/generate_seo_md.py <url>
python scripts/generate_seo_html.py <url>

Требования

  • Python 3.x
  • OpenCode или Claude Code

Для AI-агентов

Если ты AI-агент и хочешь установить этот скилл:

  1. Прочитай файл AGENT_INSTALL.md в этом репозитории
  2. Следуй инструкциям по установке для твоей IDE

Примеры отчётов

См. папку examples/:

  • example-seo-audit.md
  • example-seo-audit.html

Лицензия

MIT License