The Help.Center Agent Skill lets AI coding agents manage your help center articles directly. Write, update, publish, and organize articles by simply describing what you want in plain language.
This skill follows the Agent Skills specification and works with any compatible AI agent, including Claude Code, Openclaw, Codex and Cursor.
What You Can Do
Create and publish articles with well-structured HTML
Search and update existing articles (preserving unchanged content)
Manage drafts, categories, and SEO metadata
Publish or unpublish articles on demand
Installation
Claude Code
Run this command in your terminal:
claude install-skill https://github.com/microdotcompany/helpcenter-skillOpenClaw
Install the skill using the ClawHub CLI:
clawhub install microdotcompany/helpcenter-skillOr clone it directly into your agent workspace:
git clone https://github.com/microdotcompany/helpcenter-skill.git skills/helpcenter-skillThe skill will be automatically available to your OpenClaw agent. Learn more at openclaw.ai.
Cursor / Windsurf
Clone the skill into your project:
git clone https://github.com/microdotcompany/helpcenter-skill.git .skills/helpcenter-skillThen add this line to your .cursorrules or agent config:
Read and follow .skills/helpcenter-skill/SKILL.mdGit Submodule
Add the skill as a submodule to your project:
git submodule add https://github.com/microdotcompany/helpcenter-skill.git .skills/helpcenter-skillManual Installation
Copy the SKILL.md file from the GitHub repository into your project and point your agent to it.
Setup
Before using the skill, you need two things from your Help.Center dashboard:
Go to Settings > General > API
Copy your API Key
Copy your Center ID
The skill will ask for these when you first use it.
Usage Examples
Once installed, just tell your AI agent what you want in plain language:
"Write a getting started guide for our app" - Creates a new article with structured content
"Update the billing FAQ with the new pricing" - Finds and updates the existing article
"List all draft articles" - Shows unpublished articles
"Publish the article about authentication" - Publishes a specific draft
"Search for articles about onboarding" - Searches your knowledge base
The skill handles all the API calls behind the scenes. It will search for existing articles before creating duplicates, preserve content when making partial updates, and ask before publishing.
How It Works
The skill teaches your AI agent how to use the Help.Center API. When you ask it to do something, it:
Searches for existing articles to avoid duplicates
Reads the current content before making changes
Merges your changes into the existing content
Creates articles as drafts by default
Only publishes when you explicitly ask
Skill Structure
The repository contains:
SKILL.md- The skill definition with full API reference and instructionsAGENTS.md- Guidelines for AI agents working with the skillREADME.md- DocumentationLICENSE- MIT License
Source Code
The skill is open source and available on GitHub: microdotcompany/helpcenter-skill
Licensed under MIT - free to use, modify, and distribute.
Still need help?
Contact us