Back to Apps

SkillGenerator
Supports UIby nhatminh171003
Advanced backend MCP server for creating, managing, and running AI skills from ChatGPT Web.
0 stars
Works in:ChatGPT
Exposes:ToolsResources
What it does
SkillGenerator is a specialized MCP server designed to streamline the authoring of AI skills. It allows users to define complex workflows, trigger phrases, and rules through an interactive interview process, then persists these skills in a database for consistent execution across AI sessions.
Key features
- Interactive Interview: A guided questionnaire to capture skill goals, outputs, and workflows.
- Dual Runtime: Supports both local Codex CLI for testing and OpenAI API for production deployment.
- Persistence: Built-in support for PostgreSQL and SQLite to save and version AI skills.
- Secret Scanning: Includes validation to prevent accidental leakage of sensitive data during skill creation.
Installation
- Claude Desktop:
{
"mcpServers": {
"skill-generator": {
"command": "node",
"args": ["/absolute/path/to/SkillGenerator/dist/server.js"],
"env": {
"MODEL_RUNTIME": "openai_api",
"OPENAI_API_KEY": "your-key"
}
}
}
}
Supported hosts
Confirmed for ChatGPT (via Connectors) and standard MCP clients.
Quick install
npm install && npm run buildInformation
- Pricing
- free
- Published
- 7/21/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
ChatGPT
Add connector URL https://your-domain.com/mcpClaude Desktop
Add to claude_desktop_config.json using node dist/server.js





