chatwoot-publish

Publish Markdown articles with hosted images to a Chatwoot Help Center via API.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/NEXUZ-SYS/nxz-tutorial-agents --skill chatwoot-publish
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chatwoot-publish
Source: https://github.com/NEXUZ-SYS/nxz-tutorial-agents/tree/main/skills/chatwoot-publish
Command: npx skills add https://github.com/NEXUZ-SYS/nxz-tutorial-agents --skill chatwoot-publish

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines publishing Markdown-based tutorials, guides, or knowledge articles to a Chatwoot Help Center portal, including embedding hosted images and proper portal/category routing.

Core Features & Use Cases

  • Portal and category routing: automatically determines where articles belong in the Help Center.
  • Image hosting integration: uploads local images and uses hosted URLs in the article content.
  • End-to-end publishing workflow: reads Markdown, uploads assets, creates the article, and verifies publication.

Quick Start

Publish your final Markdown article with hosted images to a Chatwoot Help Center.

Frequently Asked Questions about chatwoot-publish

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I publish Markdown articles with images to a Chatwoot Help Center?

Publish Markdown articles with embedded images to a Chatwoot Help Center by using an API to upload local images, replacing them with hosted URLs, and creating the article. The workflow includes portal and category discovery, article creation, and post-publish verification.

Can I automatically route Markdown tutorials to specific Help Center portals and categories?

Yes, you can automatically route Markdown tutorials to specific Help Center portals and categories. The publishing workflow handles portal and category discovery to determine where articles belong before creating them via the Chatwoot API.

Does the Chatwoot API support uploading local images for Help Center articles?

Yes, the Chatwoot API supports uploading local images for Help Center articles. The skill handles image hosting integration by uploading local image assets and inserting the resulting hosted URLs directly into the Markdown article content.

What is the best way to automate publishing knowledge base content to Chatwoot?

The best way to automate publishing knowledge base content to Chatwoot is using an end-to-end API workflow that reads Markdown tutorials, uploads embedded images for hosting, creates the article in the correct portal category, and verifies the publication.

How do I verify an article was successfully published to the Chatwoot Help Center?

You verify an article was successfully published to the Chatwoot Help Center through a post-publish verification step. After the API creates the article with hosted image URLs, the workflow checks the publication status to confirm successful hosting.

Do I need Markdown formatting to create Chatwoot Help Center articles via API?

Yes, you need Markdown formatting to create Chatwoot Help Center articles via this API workflow. The process is designed to read Markdown content containing tutorials or guides, upload any embedded images, and publish the formatted text directly.