IT Documentation ๐งช Community โ Claude Code โ Claude Desktop ๐ Requires MCP Server โข Hudu
Hudu
Hudu IT documentation - companies, assets, articles, passwords, websites
๐ Recommended MCP Server
Pair this plugin with the Hudu MCP for direct API access alongside skills and commands.
Installation
Install this plugin individually:
/plugin marketplace add wyre-technology/msp-claude-plugins --plugin hudu Or install all MSP plugins at once:
/plugin marketplace add wyre-technology/msp-claude-plugins Features
- Knowledge Base Articles
- Asset Management
- Company Management
- Password Management
- Website Monitoring
Skills
This plugin provides 6 skills that teach Claude about Hudu:
| Skill | Description |
|---|---|
articles | Hudu knowledge base articles: HTML content format, company-scoped vs global articles, article folders (including nesting), drafts vs published, the /api/v1/articles endpoint surface, and search, templating, and documentation-health patterns. |
assets | Hudu assets and asset layouts: the layout-as-template model, custom field types, the `custom_fields` key/value array shape, archiving vs deletion, company scoping, and filter patterns across /api/v1/assets and /api/v1/asset_layouts. |
companies | Hudu companies (clients/organizations): company field reference, parent/child hierarchy, PSA integration matching via id_in_integration, the /api/v1/companies CRUD plus archive/unarchive endpoints, onboarding and offboarding workflows, and how companies scope assets, passwords, articles, and websites. |
passwords | Hudu secure credential storage: the /api/v1/asset_passwords endpoint (the UI calls these "Passwords"), company scoping and password folders, TOTP secrets, per-API-key password permissions, activity-log auditing, rotation workflows, and output-safety rules for handling plaintext credential values. |
websites | Hudu website records: CRUD via /api/v1/websites, monitoring and pause/disable fields, SSL/TLS certificate tracking, email security status (DMARC, DKIM, SPF), DNS record fields, company linkage, and website validation errors. |
api-patterns | Hudu REST API fundamentals: x-api-key authentication, base URL and /api/v1/ structure, granular API key permission levels, UI-vs-API resource naming differences, query-parameter filtering, page-based pagination, the 300 req/min rate limit, and HTTP status/error semantics. |
Agents
This plugin provides 2 agents for autonomous task execution:
| Agent | Description |
|---|---|
documentation-auditor | Use this agent when an MSP technician or vCIO needs to find and fix documentation debt in Hudu. |
runbook-freshness-auditor | Use this agent when an MSP needs to audit the currency and coverage of runbooks and SOPs in Hudu. |
Commands
Available slash commands:
| Command | Description |
|---|---|
/find-company | Find a company in Hudu by name |
/get-password | Retrieve a password from Hudu (with security logging) |
/lookup-asset | Find an asset in Hudu by name, hostname, serial number, or IP address |
/search-articles | Search Hudu knowledge base articles by keyword or phrase |
API Reference
| Base URL | |
| Authentication | |
| Rate Limit | |
| Documentation |
Example Usage
Find a company in Hudu by name
/find-company Retrieve a password from Hudu (with security logging)
/get-password Find an asset in Hudu by name, hostname, serial number, or IP address
/lookup-asset Search Hudu knowledge base articles by keyword or phrase
/search-articles Using Skills
/skill hudu:articles
Hudu knowledge base articles: HTML content format, company-scoped vs global articles, article folders (including nesting), drafts vs published, the /api/v1/articles endpoint surface, and search, templating, and documentation-health patterns.