一键导入
hypura-desktop-companion-3d
Use Hypura Harness companion3d tools to drive the local browser or Electron 3D companion with local VRM, GLB, GLTF, or FBX assets.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use Hypura Harness companion3d tools to drive the local browser or Electron 3D companion with local VRM, GLB, GLTF, or FBX assets.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Analyze system architecture, design patterns, module boundaries, and scalability. Provide high-level design recommendations and architectural decision records (ADR).
Blender CAD modeling automation skill with STEP/IGES import, Geometry Nodes, and USD export support.
Advanced build management agent that provides high-performance incremental compilation, hot reload capabilities, and intelligent build orchestration. Features MD5-based change detection, process management, and multi-platform deployment support with tqdm progress visualization.
Diagnose LINE and Telegram credential readiness versus live roundtrip readiness through Hypura Harness without exposing tokens or raw routing ids.
Comprehensive CI/CD integration agent that manages continuous integration and deployment pipelines with automated quality assurance, multi-platform support, and intelligent workflow orchestration. Seamlessly integrates with GitHub Actions, GitLab CI, Jenkins, CircleCI, and Azure DevOps for end-to-end DevOps automation.
Advanced code analysis agent that performs comprehensive code reviews focusing on security, performance, maintainability, and best practices. Generates actionable feedback with severity levels and automated fix suggestions.
| name | hypura-desktop-companion-3d |
| description | Use Hypura Harness companion3d tools to drive the local browser or Electron 3D companion with local VRM, GLB, GLTF, or FBX assets. |
| category | automation, companion, threejs, avatar |
| version | 1.0.0 |
| user-invocable | false |
Use this skill when an agent should animate the local Desktop Companion instead of writing to VRChat. Companion3D is a separate local browser or Electron overlay layer. It does not inject FBX or VRM assets into VRChat.
hypura_harness_companion3d_status({})
hypura_harness_companion3d_load_model({
"model_path": "state/companion3d/assets/default.vrm"
})
Remote URLs are rejected. Path traversal and files outside
state/companion3d/assets are rejected. Prefer VRM, then GLB/GLTF, then FBX
when the asset has usable animation clips.
hypura_harness_companion3d_event({
"type": "emotion",
"payload": {
"emotion": "happy",
"intensity": 0.75,
"durationMs": 2400
}
})
hypura_harness_companion3d_set_state({
"state": {
"speaking": true,
"fallbackFromVrchat": true
}
})
When the current VRChat avatar has no approved action profile, or when an
action is blocked by the safety gate, keep the VRChat layer idle and animate
only Companion3D. For speech, send speak_start, emotion, lip-sync state, and
speak_end to Companion3D; send VRChat actions only when an approved profile
contains the matching action.