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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"aiskillbox": {
"command": "cargo",
"args": [
"run",
"--",
"AiSkillBox"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add aiskillbox cargo run -- AiSkillBox
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"aiskillbox": {
"command": "cargo",
"args": [
"run",
"--",
"AiSkillBox"
]
}
}
}
📋 Copy
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_skill disable_skill enable_skill list_skills list_trash migrate_skills refresh_skills restore_skill search_skills
Topics
ai-agent ai-tool ai-tools egui mcp mcp-client mcp-server mcp-tools rust salvo skill-manager