📦

xxDoMagic

轻量级 AI Agent CLI 工具

📂 开发工具#AI Agent#CLI#LLM#MCP#脚本引擎📅 2026-8-3

配置与 Profile

配置文件

配置保存在 ~/.xxdm/config.json,支持多 Profile 切换:

/profile save myprofile    # 保存当前配置
/profile switch myprofile  # 切换配置
/profile                    # 列出所有配置

MCP 服务器

/mcp                        # 查看 MCP 状态
/mcp enable <server> KEY=xxx  # 启用并配置

Skills 技能系统

/skills                              # 列出已加载的 skill
/skills install <github-url>         # 从 GitHub 安装
/skills remove <name>                # 删除 skill