diff --git a/README.md b/README.md index b55176c10..827288f23 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/tools/skillkit.md b/docs/tools/skillkit.md index 49b73d4ee..735df371b 100644 --- a/docs/tools/skillkit.md +++ b/docs/tools/skillkit.md @@ -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 diff --git a/extensions/skillkit/index.ts b/extensions/skillkit/index.ts index 07f9706c7..1c152e17b 100644 --- a/extensions/skillkit/index.ts +++ b/extensions/skillkit/index.ts @@ -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, });