The Web Shader Extractor helps users extract WebGL and Canvas shader effects from web pages. It is designed for developers looking to replicate and simplify graphical effects safely and efficiently.
$ npx skills add https://github.com/lixiaolin94/skills --skill web-shader-extractorThe Web Shader Extractor captures WebGL, Canvas, and shader code directly from live web pages using Chrome DevTools interception. It intercepts shader compilation, framebuffer operations, uniform values, and draw calls to reconstruct the complete rendering pipeline. The tool then deobfuscates and ports extracted effects as independent vanilla JavaScript or framework-based projects. Developers use it to replicate visual effects, recover proprietary shader implementations, and understand complex rendering techniques from existing websites.
Use `npx skills add` to install and start extracting.
Extract WebGL effects from a webpage
Convert Canvas effects into standalone projects
Automate shader extraction for development projects
$ npx skills add https://github.com/lixiaolin94/skills --skill web-shader-extractorgit clone https://github.com/lixiaolin94/skillsCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Check the GitHub repository or documentation for usage examples.
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan