AiSkillBox

liutaos/AiSkillBox
★ 0 stars Rust AI/LLM Updated today
All-in-one MCP tool written in Rust, support conversational AI to manage skills. Integrated MCP server, visual web admin panel and egui desktop client, with auto skill scanning, lock-free hot reloading and recycle bin soft delete.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "aiskillbox": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "AiSkillBox"
      ]
    }
  }
}

README Excerpt

自动注册和管理 AI Skill 的 MCP 服务。 1. **自动注册 Skill** - 扫描 skills 目录 - 解析 SKILL.md 的 YAML front matter - 自动注册为 MCP 工具 2. **管理 Skill** - 列出已注册的 Skill - 启用/禁用 Skill - 删除/恢复(回收站) - 搜索过滤 3. **多种管理方式** - AI 对话管理(推荐):通过 Cursor、Claude 等 AI 助手直接管理 - 桌面 GUI:`AISkillBox.exe` - Web 后台:`http://127.0.0.1:10882/web-admin/`

Tools (9)

delete_skilldisable_skillenable_skilllist_skillslist_trashmigrate_skillsrefresh_skillsrestore_skillsearch_skills

Topics

ai-agentai-toolai-toolseguimcpmcp-clientmcp-servermcp-toolsrustsalvoskill-manager