Chatbot Builder for WordPress AI skill by KissMySkills, cover

Навык создания чат-ботов для WordPress

$14.99
Цена со скидкой  $14.99 Обычная цена 
Перейти к информации о товаре
Chatbot Builder for WordPress AI skill by KissMySkills, cover

Навык создания чат-ботов для WordPress

$14.99 this skill vs $90+/hr hiring a senior backend contractor

Complete skill package instant downloadchatbot-builder-wordpress.txt

Choose how to get it

  • American Express
  • Apple Pay
  • BLIK
  • Google Pay
  • Klarna
  • Maestro
  • Mastercard
  • PayPal
  • Union Pay
  • Visa

Secure checkout by Shopify

Мгновенная загрузка Сохранить навсегда Написано нами

Add it once. Your AI works like a specialist.

Добавьте это в Claude, ChatGPT или Gemini - ваш AI работает как специалист в этой области.

Мгновенная загрузка · 30-дневная гарантия возврата денег. Заплатите один раз и пользуйтесь навсегда - никакой подписки. Написано и протестировано нами, а не собрано с GitHub. Политика возврата средств

Ask it something hard.

📎 chatbot-builder-wordpress.md LOADED ✓
WordPress 6.5, classic theme behind a page cache, PHP 8.2. I need a chat widget on the pricing page that answers from our docs post type.
CLAUDE · WITH THIS SKILL You get: a plugin header and activation hook -> a settings page that writes the key to wp_options with a sanitize callback -> a POST route at /wp-json/kms/v1/chat with a permission_callback and an X-WP-Nonce check -> a shortcode and a block that mount the widget -> a streaming handler that flushes each chunk -> WP_Query answers pulled from your own posts and cached in a transient

Есть вопросы перед покупкой?

Напишите нам, и вам ответит человек - обычно в тот же день. Не бот и не очередь заявок.

hello@kissmyskills.com

Вы не читаете. Это делает ваш AI.

Один раз добавьте файл навыка в Claude, ChatGPT или Gemini. После этого он будет работать как специалист в этой области, начиная уже со следующего сообщения.

Купите один раз, и файл навсегда останется у вас. Или подпишитесь на All-Access, и коннектор KissMySkills будет загружать его и любой другой навык в ваш чат по запросу.

// what's inside

Что входит в этот навык

  1. register_rest_route with a real permission_callback, and why admin-ajax is the wrong door
  2. The key in wp_options or wp-config, never in a script the browser can read
  3. Streaming past nginx buffering, and why wp_remote_post cannot stream at all
  4. Answers drawn from your own posts with WP_Query, cached in transients

A WordPress developer or agency contractor who has to ship a chat widget on a client site this week.

// what's inside

What you're actually buying

Большинство руководств по чатам для WordPress заканчиваются на окне, отправляющем запросы в admin-ajax.php, при этом API-ключ находится в подключённом скрипте. Плагин чат-бота для WordPress, созданный таким образом, передаёт ключ любому, кто откроет исходный код страницы, возвращает 403, как только кэш страницы отдаёт вчерашний nonce, и не может выполнять потоковую передачу токенов, потому что wp_remote_post возвращает результат только после загрузки всего тела ответа.

Это руководство по созданию, а не плагин. Вы помещаете файл в свой проект и открываете его с помощью Claude Code или Cursor; он спрашивает, какие версии WordPress и PHP вы используете, будет ли виджет общедоступным и где находится ваш контент. Затем он создаёт всё вместе с вами: блок заголовка и хук активации, страницу настроек, записывающую данные в wp_options, register_rest_route с полноценным permission_callback, проверки nonce и прав пользователя, шорткод и блок, транзиенты и WP_Query для ваших записей.

Одна покупка - навсегда ваша. Никакой подписки. Файл остаётся в вашем репозитории и снова работает на следующем клиентском сайте.

chatbot-builder-wordpress.txt
# Chatbot Builder Skill for WordPress
KissMySkills.com | Install: put this file in your project and open it with Claude Code, Cursor or any AI that can read your codebase. Or paste it into Claude or ChatGPT and describe your project. Then ask it to start.

## Your job
Build a real WordPress plugin with the developer: a chat widget, a server side REST endpoint, a settings page for the key. The standard: the key never reaches the browser, tokens stream as they arrive, a refresh does not lose the thread, and it stops resending the whole thread once it passes the token budget.

## What you ask first
1. WordPress version, PHP version, single site or multisite.
2. Standalone plugin, child theme, or must use plugin.
3. Block editor, classic editor, or a page builder, and is the widget public.
4. Which provider, and is there a spend limit on the key.
5. Page cache or CDN in front, and which one.

Пример из фактического файла, который вы скачаете.

// how to install Меньше 2 минут

Четыре шага. Любой чат AI.

  1. 01
    Скачайте файл

    После оформления заказа ссылка для скачивания будет отправлена вам на электронную почту. Сохраните файл в любом месте на вашем устройстве.

  2. 02
    Откройте свой чат AI

    Claude, ChatGPT, Gemini, Grok или Copilot - какой бы вы уже ни использовали.

  3. 03
    Вставьте содержимое файла

    Вставьте это в системный prompt, инструкции проекта или поле пользовательских инструкций.

  4. 04
    Начать работу

    Ваш AI теперь настроен как специалист. Задавайте ему любые вопросы в его области.

Технические знания не требуются. Без подписки. Заплатите один раз и пользуйтесь навсегда.

// compatible with

Работает со всеми основными AI-чатами.

Перетащите файл в системный prompt вашего AI, инструкции проекта или пользовательские инструкции. Никаких настроек. Никакого кода. Никакой привязки к поставщику.

// faq

Вопросы об этом товаре

Is this a wordpress chatbot plugin I can just install and activate?+

No. It is a build guide you load into Claude Code, Cursor or any assistant that reads your codebase, and it writes the plugin with you. You end up owning the PHP, the REST route and the widget, so you can change the model provider, rebrand it for the next client, or hand it to plugin review without a licence attached.

Does this write the code for me, or do I still have to?+

It writes with you, in your editor, on your files. You still read every line, run it on a staging site, and decide what ships. The guide explains each choice before it makes it, so when the nonce check fails or the stream stalls behind nginx you know which piece to look at instead of pasting the error back in and hoping.

Will streaming actually work on shared or managed WordPress hosting?+

Sometimes, and the guide tells you how to find out on day one rather than at launch. It sends the right headers, closes the output buffers and sets X-Accel-Buffering so nginx stops buffering. Some managed hosts still buffer at a layer you cannot reach, so it also builds the non streaming fallback and a test that tells you which path you are on.

Which editors and AI tools does this work with?+

Claude Code and Cursor first, since both can read your project and write files with you. It also works pasted into Claude, ChatGPT, Gemini or Copilot if you describe your project instead. Any assistant that accepts a long instruction file will follow it.

What exactly do I get for $14.99?+

One instruction file you put in your project, delivered the moment the order goes through. It carries the architecture, the build order, the code your assistant writes with you and the failure modes for this stack. No subscription and no expiry.

Can I get a refund?+

Yes. Thirty days, money back, no questions asked. Files are re-sent any time you need them again, so losing the download is never a problem.

Готовы специализировать свой AI?

Один готовый файл. Заплатите один раз и пользуйтесь вечно - работает с Claude и ChatGPT.

Больше навыков в этой области

Skill для создания чат-ботов в Discord

Skill для создания чат-ботов в Discord

Skill для создания чат-ботов в Discord

$29.00
Цена со скидкой  $29.00 Обычная цена 
Skill для создания чат-ботов в WhatsApp

Skill для создания чат-ботов в WhatsApp

Skill для создания чат-ботов в WhatsApp

$29.00
Цена со скидкой  $29.00 Обычная цена 
Skill для создания чат-ботов в Telegram

Skill для создания чат-ботов в Telegram

Skill для создания чат-ботов в Telegram

$29.00
Цена со скидкой  $29.00 Обычная цена 
Навык создания чат-ботов для Node.js

Навык создания чат-ботов для Node.js

Навык создания чат-ботов для Node.js

$14.99
Цена со скидкой  $14.99 Обычная цена