Hudu Articles Management

Manage Hudu knowledge base articles and folders via REST API endpoints.

39|17|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/wyre-technology/msp-claude-plugins --skill hudu-articles-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Hudu Articles Management
Source: https://github.com/wyre-technology/msp-claude-plugins/tree/main/msp-claude-plugins/hudu/hudu/skills/articles
Command: npx skills add https://github.com/wyre-technology/msp-claude-plugins --skill hudu-articles-management

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the management of Hudu's knowledge base, enabling efficient creation, searching, updating, and organization of documentation articles.

Core Features & Use Cases

  • Article Creation & Management: Create, update, and delete articles, including managing their content (HTML), scope (company-specific or global), and draft status.
  • Folder Organization: Organize articles into a hierarchical folder structure for better management.
  • API Integration: Provides detailed API patterns for interacting with Hudu articles and folders.
  • Use Case: Quickly create a new "New User Setup Procedure" article for a specific client, ensuring all necessary steps and prerequisites are documented and easily accessible.

Quick Start

Use the Hudu Articles skill to create a new global article titled "Standard Password Policy" with the content detailing password requirements.

Frequently Asked Questions about Hudu Articles Management

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

FAQPage Schema
How do I create Hudu knowledge base articles with rich HTML content?

Hudu knowledge base articles are created by submitting HTML content through RESTful API endpoints, where you define the article scope as company-specific or global and manage its draft state to control visibility.

Can I organize Hudu documentation into a hierarchical folder structure?

You can organize Hudu documentation into hierarchical folders using provided API patterns for folder operations, allowing structured management of runbooks and procedures for better accessibility.

What is the difference between global and company-specific articles in Hudu?

Global articles in Hudu are accessible across the entire environment, whereas company-specific articles are scoped to a single client, defined during creation or updating to target the correct audience.

Does Hudu article management support saving documentation as a draft?

Hudu article management supports draft states, allowing you to create or update articles and save them privately as drafts before publishing standard policies or setup procedures to the knowledge base.

How do I search for existing runbooks in the Hudu knowledge base?

You search for existing runbooks in the Hudu knowledge base by utilizing RESTful API endpoints to query articles, returning matching documentation based on your specified query parameters.

What is the best way to update Hudu articles using RESTful API endpoints?

The best way to update Hudu articles is by sending a request to the specific article's RESTful API endpoint, modifying HTML content, adjusting folder organization, or changing company scope to apply the updates.