설치
npx -y @deepseek-ai/dsh plugin --profile web add github:oppnc/dsh-kernel-minimax이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.
README
유지 관리자가 작성한 문서 스냅샷입니다.
English | 中文
dsh-kernel-minimax
DSH runs on one simple idea: everything is a plugin. Models, tools, subagents — plug them together however you like.
So we did exactly that: we turned MiniMax's Mini-Agent into a DSH plugin. The mini-agent tool surface you already know — read_file, write_file, edit_file, bash, bash_output, bash_kill, get_skill, list_skills, record_note, recall_notes — is now a set of native DSH tools. Same names, same schemas, same behavior.
The payoff is simple: use Mini-Agent's tools natively inside DSH — no different from opening Mini-Agent itself. Every model stays in the environment it knows best — main agent or subagent, it feels like coming home.
Distilled from MiniMax-AI/Mini-Agent d76a4f6 (2026-02-14). No new model-facing tools since then.
The
minimax-kernelmodel route needs a MiniMax API key in~/.mini-agent/config.yaml:
api_key: "sk-..."
Install
Copy the package into your profiles' node_modules:
cp -r dsh-kernel-minimax ~/.dsh/profiles/node_modules/dsh-kernel-minimax
Then add this row to the minimax-kernel preset's cordis.yml:
- id: minimax-surface
name: dsh-kernel-minimax
Usage
Pick the minimax-kernel preset and the minimax-kernel / MiniMax-M2.7 model route. Your main agent runs on the Mini-Agent tool surface.
License
MIT — see LICENSE.
프로젝트 파일 및 신호
표시된 항목은 디렉터리 스냅샷에서 감지된 공개 저장소 신호입니다.
저장소 정보
- 언어
- JavaScript
- 라이선스
- MIT
- 최신 릴리스
- v0.1.2
- 마지막 업데이트
- 2026. 8. 17. 오전 6:44
신중하게 설치하기
소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.