trueRISCOacnt/maa-dsh-skill ↗★ 0
maa-dsh-skill
适用于 DeepSeek Harness 的 MAA(明日方舟小助手)自动化技能插件,驱动 maa-cli/MaaCore 自动执行游戏任务。
AI 分析
核心用途是实现明日方舟游戏任务的自动化。适合需要在 DSH 中调度 MAA 进行游戏挂机、肉鸽、基建等任务的用户,需提前安装 MAA 和 ADB 环境。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:trueRISCOacnt/maa-dsh-skill说明文档
阅读完整 README ↗方式一:使用 npm 安装(DSH 插件 Bundle)
仅需一段命令:
dsh plugin --profile web add github:trueRISCOacnt/maa-dsh-skill
github:trueRISCOacnt/maa-dsh-skill为 registry 包名;也支持本地目录 / .tgz
检查是否已安装:
dsh plugin --profile web list
若可以看到 maa-dsh-skill,则说明成功安装。
更新:
dsh plugin --profile web update maa-dsh-skill
卸载:
dsh plugin --profile web remove maa-dsh-skill