From b8255ca945172a1e33b840c96941c3abae170fcf Mon Sep 17 00:00:00 2001 From: George <180932462+George-RD@users.noreply.github.com> Date: Thu, 9 Jul 2026 16:05:36 +0400 Subject: [PATCH] feat: add cli-anything-meerk40t to registry (#374) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Standalone repo: https://github.com/George-RD/cli-anything-meerk40t Category: graphics Install: pip install cli-anything-meerk40t Agent CLI harness for MeerK40t laser cutting software — wraps the real MeerK40t kernel headless for project/element/operation/device/export commands with --json output. 38 tests, 100% pass rate. --- registry.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/registry.json b/registry.json index 584178608..474d43b97 100644 --- a/registry.json +++ b/registry.json @@ -1456,6 +1456,25 @@ "url": "https://github.com/webdevtodayjason" } ] + }, + { + "name": "meerk40t", + "display_name": "MeerK40t", + "version": "1.0.0", + "description": "Laser cutting/engraving job preparation via the real MeerK40t kernel — elements, operations, SVG/G-code export with --json output", + "requires": "MeerK40t (installed automatically)", + "homepage": "https://github.com/meerk40t/meerk40t", + "source_url": "https://github.com/George-RD/cli-anything-meerk40t", + "install_cmd": "pip install cli-anything-meerk40t", + "entry_point": "cli-anything-meerk40t", + "skill_md": "https://github.com/George-RD/cli-anything-meerk40t/blob/main/skills/cli-anything-meerk40t/SKILL.md", + "category": "graphics", + "contributors": [ + { + "name": "George-RD", + "url": "https://github.com/George-RD" + } + ] } ] }