通过 shell 驱动 tripo-cli 的 Tripo 3D 生成 Skill:文生 3D、图生 3D、绑骨与走跑动画、减面与 LOD 链,导出 GLB/FBX/OBJ/STL/USDZ/3MF,支持国内站与海外站账号的无头设备码登录;npm 包名 `tripo-dsh`。
安装
# npm 包(预构建)
dsh plugin --profile web add tripo-dsh
# GitHub 源码(首次需按提示配置 allowBuilds 构建授权后重试)
dsh plugin --profile web add github:VAST-AI-Research/Tripo3D-Plugin-dsh#path:/plugin
装任何插件都等于在你的机器上跑第三方代码,权限和你本人一样大——能读你的文件、用你的凭据、访问网络,工具审批管不到它。GitHub 来源的插件还会在安装时执行构建脚本——pnpm 默认拦截,所以安装可能停在 ERR_PNPM_GIT_DEP_PREPARE_NOT_ALLOWED 或 ERR_PNPM_IGNORED_BUILDS;dsh 会打印出需要添加的确切键名,把它加进该 profile 的 pnpm-workspace.yaml 的 allowBuilds 下,重跑一次即可装上。放行构建本身就是一次信任判断:请只安装可信来源,并尽量锁定 commit(github:owner/repo#sha)。
README
Tripo 3D generation skills for DeepSeek Harness (dsh).
用一句话或一张图生成带贴图的 3D 模型,支持骨骼绑定、动画、减面和格式转换 (GLB/FBX/OBJ/STL/USDZ/3MF),文件直接落到你的本地项目里。国内站与海外站 账号均可使用。
Generate textured, rig-ready 3D models from a text prompt or a reference image — files land directly in your local project. Exports GLB/FBX/OBJ/STL/ USDZ/3MF for games, film, AR and 3D printing. Works with both Tripo regions (China mainland and international).
Install
dsh plugin --profile web add tripo-dsh
dsh web
Or install straight from the GitHub repository (the package lives in plugin/):
dsh plugin --profile web add "github:VAST-AI-Research/Tripo3D-Plugin-dsh#path:/plugin"
What it does
The bundle registers two skills on the global skill registry:
- tripo-3d — text/image/mesh → model: device login,
tripo make, exit codes, credit rules, result handling. - tripo-game-asset — game pipeline recipes: low-poly props on a face budget, LOD chains, rigged characters with locomotion clips.
The skills drive the tripo-cli
through the agent's shell tool (npx tripo-cli@latest, no preinstall needed).
The agent guides you through a one-time device login; API keys are stored by
the CLI, never pasted into chat.
Try prompts like:
- 生成一个低多边形的宝箱 3D 模型,导出 FBX 给 Unity 用
- Turn this concept image into a textured 3D model and export it as GLB
- 生成一个可 3D 打印的骑士小雕像,导出 STL 文件
Uninstall
dsh plugin --profile web remove tripo-dsh
Source & feedback
Source code and issue tracker:
VAST-AI-Research/Tripo3D-Plugin-dsh
(the package lives in the plugin/ directory).
License
MIT © VAST
链接
同类插件
zhu1090093659/dsh-web#packages/dsh-skill-explorer★ 7488
技能中心:按来源分级浏览已加载的全部 skill,启用/禁用模型调用、创建新技能、删除进可恢复回收站。
GanyuanRan/Aegis★ 1182
面向编码 Agent 的软件工程方法包,提供基线优先规划、系统化调试、提示词卫生、完成前验证,以及修复/退役双轨跟踪技能。
superdesigndev/superdesign-skill★ 547
在 Superdesign 画布上做 UI 与营销图的设计技能:先读代码库拿上下文、抽取现有设计系统,再通过 Superdesign CLI 生成并迭代可分支的设计稿、流程页与可复用组件。
linhay/harmony-next.skills★ 347
为 DeepSeek Harness 提供 HarmonyOS NEXT 技能包、离线 API 参考及 DevEco、HDC 与模拟器自动化指南。
sandbaseai/sandbase-skills★ 165
通过文件系统 Skill provider 将 88 个研究、社交情报、营销与商业 Agent Skills 挂载到 dsh。
dhicoc/dsh-reverse-skill★ 135
完整 reverse-skill(85 个 SKILL.md)的 DeepSeek Harness 插件:逆向工程、授权渗透测试与安全研究的技能路由包。
社区评论
评论公开保存在 GitHub Discussions。加载评论会连接 GitHub 和 Giscus;发表内容需要 GitHub 账号。