Inspection only. Pricing, project use, execution, billing, and financial operations stay unavailable until verified approval.
FBX to GLB Converter
FBX 转 GLB 无损转换工具。基于 Assimp 工业级引擎(WASM),完整保留贴图、材质、骨骼动画和蒙皮。提供 CLI 命令行转换和网页端部署两种方式。
Adoption decision
Use this listing for public evaluation and replacement comparison only until verification is complete.
Use when support queues, knowledge bases, and internal operations need faster triage.
Use FBX to GLB Converter as a reusable agent capability instead of rebuilding the same workflow.
Inspect schema, permissions, publisher, and review state first; do not connect it to production before approval.
curl "https://api.useskillhub.com/v1/skills/fbx-to-glb"This skill is submitted but not verified yet. You can inspect its manifest, schemas, permissions, publisher, and review state. Project use, execution, subscription, billing, and financial operations stay unavailable until verified approval.
{
"type": "object",
"required": [
"inputFile"
],
"properties": {
"force": {
"type": "boolean",
"default": false,
"description": "是否覆盖已存在的输出文件"
},
"inputFile": {
"type": "string",
"description": "FBX 文件的绝对路径,例如 C:/Users/xxx/Desktop/model.fbx"
},
"outputFile": {
"type": "string",
"description": "输出的 GLB 文件路径(可选)。不指定则在输入文件同目录生成同名 .glb 文件"
}
}
}{
"type": "object",
"required": [
"success",
"outputFile"
],
"properties": {
"error": {
"type": "string",
"description": "失败时的错误信息"
},
"success": {
"type": "boolean",
"description": "转换是否成功"
},
"duration": {
"type": "string",
"description": "转换耗时"
},
"inputSize": {
"type": "string",
"description": "输入 FBX 文件大小"
},
"outputFile": {
"type": "string",
"description": "输出的 GLB 文件路径"
},
"outputSize": {
"type": "string",
"description": "输出 GLB 文件大小"
},
"compressionRatio": {
"type": "string",
"description": "压缩比例"
}
}
}Published feedback appears after moderated signed-in evaluations. Submitted skills are not installable until verified.
No published feedback yet.
Feedback enters moderation and must be tied to a signed-in SkillHub account before it can become public trust evidence.
Sign in to submitTrust reports create operator queue items and must be tied to a signed-in SkillHub account.
Sign in to report