docs: update SkillKit to reflect 32 supported agents

This commit is contained in:
Rohit Ghumare 2026-01-29 11:24:35 +00:00
parent efcda25e8b
commit 55306f90c8
3 changed files with 4 additions and 4 deletions

View File

@ -251,7 +251,7 @@ ClawdHub is a minimal skill registry. With ClawdHub enabled, the agent can searc
[ClawdHub](https://ClawdHub.com)
For cross-agent skill portability (translating skills from Cursor, Claude Code, Codex, and 14 other agents), see the [SkillKit extension](https://docs.molt.bot/tools/skillkit).
For cross-agent skill portability (translating skills from Cursor, Claude Code, Codex, and 29 other agents), see the [SkillKit extension](https://docs.molt.bot/tools/skillkit).
## Chat commands

View File

@ -8,7 +8,7 @@ read_when:
# SkillKit
SkillKit is a **universal CLI for managing AI agent skills** across 17 different coding agents. It provides cross-agent skill portability, team collaboration features, and smart project-aware recommendations. While ClawdHub is the Moltbot-specific skill registry, SkillKit enables you to translate and sync skills from other AI agents like Cursor, Claude Code, Codex, and more.
SkillKit is a **universal CLI for managing AI agent skills** across 32 different coding agents. It provides cross-agent skill portability, team collaboration features, and smart project-aware recommendations. While ClawdHub is the Moltbot-specific skill registry, SkillKit enables you to translate and sync skills from other AI agents like Cursor, Claude Code, Codex, and more.
**Current version**: v1.7.2

View File

@ -26,7 +26,7 @@ const plugin = {
id: "skillkit",
name: "SkillKit",
description:
"Universal AI agent skills management - search, install, translate, and sync skills across 17 coding agents",
"Universal AI agent skills management - search, install, translate, and sync skills across 32 coding agents",
configSchema: emptyPluginConfigSchema(),
register(api: MoltbotPluginApi) {
api.registerTool({
@ -54,7 +54,7 @@ const plugin = {
label: "SkillKit Translate",
description:
"Translate skills between different AI agent formats. " +
"Supports Cursor, Claude Code, Codex, Gemini CLI, Windsurf, Roo, and 11 more agents.",
"Supports Cursor, Claude Code, Codex, Gemini CLI, Windsurf, Roo, and 26 more agents.",
parameters: SkillkitTranslateSchema,
execute: executeSkillkitTranslate,
});