Threejs Geometry

🌐Community
by cloudai-x · vlatest · Repository

Generates 3D geometries for WebGL using Three.js, enabling interactive and visually rich web experiences.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add threejs-geometry npx -- -y @trustedskills/threejs-geometry
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "threejs-geometry": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/threejs-geometry"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The threejs-geometry skill enables AI agents to generate and manipulate 3D geometric shapes using Three.js, a powerful JavaScript library for creating interactive 3D graphics in web browsers. It supports operations like creating basic geometries (e.g., cubes, spheres), modifying vertices, and exporting models in common formats.

When to use it

  • Creating interactive 3D visualizations for educational or design purposes.
  • Prototyping 3D models for games or virtual environments.
  • Exporting custom geometry for use in other applications or platforms that support 3D file formats.

Key capabilities

  • Creation of standard geometric shapes (cubes, spheres, cylinders, etc.).
  • Custom vertex manipulation and deformation.
  • Exporting geometry to common 3D file formats like OBJ or GLTF.
  • Integration with Three.js for rendering in web-based environments.

Example prompts

  • "Generate a cube with dimensions 2x2x2 and export it as an OBJ file."
  • "Create a sphere with radius 5 and apply a custom vertex displacement."
  • "Export the current geometry to GLTF format for use in a game engine."

Tips & gotchas

  • Ensure that your environment supports WebGL for rendering Three.js content.
  • Complex geometries may require optimization before exporting to maintain performance in target applications.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
cloudai-x
Installs
1.5k

🌐 Community

Passed automated security scans.