From 80e3156f5c0d8e6c400e0b867de4e1ba5b041eb6 Mon Sep 17 00:00:00 2001 From: Kumar Anirudha Date: Mon, 6 Apr 2026 14:13:46 +0530 Subject: [PATCH] add plugin: manim video by NousResearch --- plugins/manim-video.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 plugins/manim-video.json diff --git a/plugins/manim-video.json b/plugins/manim-video.json new file mode 100644 index 0000000..3c46b31 --- /dev/null +++ b/plugins/manim-video.json @@ -0,0 +1,19 @@ +{ + "name": "manim-video", + "source": { + "source": "git-subdir", + "url": "https://github.com/NousResearch/hermes-agent.git", + "path": "skills/creative/manim-video" + }, + "description": "Production pipeline for mathematical and technical animations using Manim Community Edition", + "version": "1.0.0", + "author": { + "username": "NousResearch", + "name": "Nous Research" + }, + "category": "design", + "tags": [ + "skills" + ], + "license": "MIT" +}