·glb-compressor-server
</>

glb-compressor-server

HTTP server for compressing GLB/glTF 3D models via REST API and SSE streaming. Use when building web integrations, setting up a compression microservice, or adding real-time compression progress to a frontend.

6Installs·1Trend·@kjanat

Installation

$npx skills add https://github.com/kjanat/glb-compressor --skill glb-compressor-server

How to Install glb-compressor-server

Quickly install glb-compressor-server AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/kjanat/glb-compressor --skill glb-compressor-server
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: kjanat/glb-compressor.

SKILL.md

View raw

HTTP compression server built on Bun.serve(). Provides synchronous and streaming (SSE) compression endpoints with full CORS support.

Accepts: multipart/form-data (field: file) or raw application/octet-stream.

| X-Request-ID | UUID tracking this request | | X-Original-Size | Input file size in bytes | | X-Compressed-Size | Output file size in bytes | | X-Compression-Method | gltfpack or meshopt | | X-Compression-Ratio | Percentage reduction (e.g. 84.1) | | Content-Disposition | Suggested download filename |

HTTP server for compressing GLB/glTF 3D models via REST API and SSE streaming. Use when building web integrations, setting up a compression microservice, or adding real-time compression progress to a frontend. Source: kjanat/glb-compressor.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/kjanat/glb-compressor --skill glb-compressor-server
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from kjanat/glb-compressor

Quick answers

What is glb-compressor-server?

HTTP server for compressing GLB/glTF 3D models via REST API and SSE streaming. Use when building web integrations, setting up a compression microservice, or adding real-time compression progress to a frontend. Source: kjanat/glb-compressor.

How do I install glb-compressor-server?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/kjanat/glb-compressor --skill glb-compressor-server Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/kjanat/glb-compressor

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-25