R3F Loaders
R3F Loaders streamlines importing assets (textures, models, etc.) into Reality3D projects, saving time and simplifying workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add r3f-loaders npx -- -y @trustedskills/r3f-loaders
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"r3f-loaders": {
"command": "npx",
"args": [
"-y",
"@trustedskills/r3f-loaders"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The r3f-loaders skill provides a way to load and manage 3D models within React Three Fiber (R3F) applications. It simplifies the process of importing various model formats like glTF, OBJ, and FBX directly into your R3F scene graph. This allows for dynamic loading of assets and efficient management of complex 3D environments.
When to use it
- Loading 3D models: When you need to incorporate pre-existing or dynamically fetched 3D models into a React Three Fiber project.
- Managing model formats: If your project utilizes multiple 3D model file types (glTF, OBJ, FBX).
- Dynamic asset loading: To load different models based on user interaction or application state.
Key capabilities
- Supports glTF (.glb, .gltf) format.
- Supports OBJ (.obj) format.
- Supports FBX (.fbx) format.
- Integration with React Three Fiber (R3F).
Example prompts
- "Load the model 'my_model.glb' into the scene."
- "Import and display the 3D object from 'path/to/object.obj'."
- "Load the FBX file 'character.fbx' and scale it by a factor of 0.5."
Tips & gotchas
- Ensure you have React Three Fiber installed in your project before using this skill.
- File paths for models should be accurate and accessible to the application.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.