benchflow-ai / gcode-to-text
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/gcode-to-text && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/3687" && unzip -o skill.zip -d .claude/skills/gcode-to-text && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/gcode-to-text/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Extracts hidden or encoded text from GCODE files by analyzing toolpath geometry and coordinate data. This skill should be used when tasks involve decoding text from 3D printing files, recovering embossed or engraved text from GCODE, or CTF-style challenges involving GCODE analysis. Applies to any task requiring geometric reconstruction of text from CNC or 3D printer movement commands.