dust3d-export
Open a dust3d .ds3 file and export it to a specific format (.obj, .glb, or .fbx) using the dust3d command-line interface.
DeepseekModel
キュレーション済みスキル
品質 優秀 · 90
v1.0.0
取得
https://deepseekmodel.com/api/download.php?id=huxingyi-dust3d-github-skills-dust3d-export-skill-md&format=skill
ダウンロード .skill
標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name dust3d-export description Open a dust3d .ds3 file and export it to a specific format (.obj, .glb, or .fbx) using the dust3d command-line interface. dust3d Export Skill Use the dust3d command-line tool to open a .ds3 file and export it to a target format. Command Syntax dust3d <input.ds3> -o <output.obj|output.glb|output.fbx> The input file must end in .ds3 . The -o (or -output ) flag specifies the output file. The export format is determined by the output file's extension. Supported export formats: .obj , .glb , .fbx . Only one input .ds3 file is supported when using export ( -o ). Multiple -o flags can be provided to export to several formats at once. Examples Export to OBJ: dust3d model.ds3 -o model.obj Export to GLB: dust3d model.ds3 -o model.glb Export to FBX: dust3d model.ds3 -o model.fbx Export to multiple formats at once: dust3d model.ds3 -o model.obj -o model.glb -o model.fbx Exit Codes 0 — All exports succeeded. 1 — One or more exports failed.
このスキルを起動するキーワード。クリックでコピーできます。
このスキルにはトリガーワードがありません。
ダウンロードした .skill に含まれるフィールド。
| フィールド | 説明 |
|---|---|
| format | フォーマット識別子(skill/v1) |
| skill_id | スキル固有 ID |
| name | スキル名 |
| version | バージョン |
| description | 説明 |
| category | カテゴリ(配列) |
| trigger_words | トリガーワード |
| tags | タグ |
| source | ソース |
| source_url | ソース URL(本ページ) |
| exported_at | エクスポート日時(ダウンロード毎) |
| system_prompt | システムプロンプト本文 |
| model_config | モデル設定:provider / model / temperature / max_tokens / top_p |
| examples | サンプル |
| install_guide | 各プラットフォームの導入説明(Coze / Dify / Claude / カスタム) |