DeepSeek Harness 插件

VAST-AI-Research/Tripo3D-Plugin-dsh#plugin

Star 数 ★ 2 下载量(近 30 天) 37 分类 技能包 收录于 2026-09-09 npm tripo-dsh

通过 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_ALLOWEDERR_PNPM_IGNORED_BUILDS;dsh 会打印出需要添加的确切键名,把它加进该 profile 的 pnpm-workspace.yamlallowBuilds 下,重跑一次即可装上。放行构建本身就是一次信任判断:请只安装可信来源,并尽量锁定 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

内容来自项目 README(GitHub)↗

链接

同类插件

查看整个分类 →

社区评论

评论公开保存在 GitHub Discussions。加载评论会连接 GitHub 和 Giscus;发表内容需要 GitHub 账号。