Track and manage your professional skills, certifications, and competency frameworks. Your AI assistant can read your skill profile, suggest updates based on what you're building, and keep your profile current as you work. Supports skill ratings, certification tracking, gap analysis, and AI-powered skill suggestions.
Overview
What is SkillBubble?
SkillBubble is a skills management and certification tracking platform. Connect your AI assistant to your profile and it becomes your personal skills co-pilot — reading your profile, suggesting updates based on your work, and helping you identify gaps.
Available Tools
| Tool | Description |
|---|---|
getSkillProfile | Read skills with filtering by category, rating, or date |
getCertifications | List certifications, filter by issuer or status |
getFrameworks | View competency frameworks and progress |
getSkillHistory | See rating changes over time |
searchSkills | Search by name or category |
createSkillRating | Add or update a skill rating (Pro) |
updateSkillRating | Update an existing rating by skill key (Pro) |
createCertification | Add a certification record (Pro) |
createSkillPackage | Create a custom skill package (Pro) |
suggestSkills | AI-powered skill suggestions from context (Pro) |
suggestSkillPackage | Suggest a skill package from a goal (Pro) |
Getting Started
- Sign up at skillbubble.com
- Go to Settings → Integrations and generate an API key
- Add the config to your AI assistant and start chatting
Example Prompts
- "Show me my SkillBubble profile — what are my strongest skills?"
- "I just built a React dashboard with Recharts. Suggest skill updates."
- "What skills am I missing compared to a senior TypeScript engineer?"
Links
Server Config
{
"mcpServers": {
"skillbubble": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://mcp.skillbubble.com/mcp",
"--header",
"Authorization:YOUR_API_KEY"
]
}
}
}