@hybridlabor-api/bdb-antigravity-skills 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -36,26 +36,28 @@ The true game-changer of this repository lies in our **Custom MCP (Model Context
|
|
|
36
36
|
Integrated directly into TouchDesigner via the **Pantani/tdmcp** (MindDesigner) bridge and utilizing **8beeeaaat/touchdesigner-mcp** as a fallback, agents can construct real TouchDesigner node networks via natural language. They can manipulate operators, patch CHOPs/TOPs, and automate complex node routing inside the visual programming environment.
|
|
37
37
|
|
|
38
38
|
### 🎮 Unreal Engine
|
|
39
|
-
Built on a hybrid foundation of **Unreal Engine 5
|
|
39
|
+
Built on a hybrid foundation of **Unreal Engine 5 Web Remote APIs** and the **gimmeDG** toolset, our locally bundled `unreal_mcp.py` allows agents to execute REST calls directly to your UE5 project (via port 30010). From scene generation and actor spawning to complex Blueprint logic mapping, this integration turns agents into bona fide Technical Artists.
|
|
40
40
|
|
|
41
41
|
### 📐 Rhino 3D & Grasshopper
|
|
42
42
|
Using a custom local `rhino_mcp.py` inspired by **mcneel/RhinoMCP** and **GOLEM-3DMCP-Rhino**, agents can connect directly to Rhino Compute (via REST on port 6500) to manipulate 3D geometry in Rhino 8. This extends to controlling Grasshopper definitions, tweaking parameters, and generating complex parametric 3D models directly from prompt instructions.
|
|
43
43
|
|
|
44
44
|
### 🎬 DaVinci Resolve
|
|
45
|
-
Powered by
|
|
45
|
+
Powered by our locally bundled `davinci_mcp.py` (which directly wraps the native `DaVinciResolveScript` Python API), this integration gives agents the ability to manipulate timelines, organize media pools, and execute complex Fusion composites via external scripting in Resolve Studio.
|
|
46
46
|
|
|
47
47
|
### 🧊 Blender
|
|
48
48
|
Using community servers like **ahujasid/blender-mcp**, agents can script Blender Python (`bpy`) operations directly. This covers everything from mesh generation and material manipulation to camera automation and rendering pipelines.
|
|
49
49
|
|
|
50
50
|
### ✨ Adobe Creative Cloud (Photoshop, Illustrator, Premiere, After Effects)
|
|
51
|
-
|
|
51
|
+
We provide **two native execution modes** bundled right into this package:
|
|
52
|
+
1. **OS-Native Scripting (`adobe_mcp.py`)**: Executes zero-install `osascript` AppleEvents on macOS and `win32com` PowerShell hooks on Windows for immediate scripting without any plugin installation.
|
|
53
|
+
2. **UXP Proxy Architecture (`adobe_uxp_mcp`)**: A three-tier WebSocket proxy (Node.js backend + native `manifest.json` plugins for Photoshop/Premiere) allowing deep DOM control and continuous network states.
|
|
52
54
|
|
|
53
55
|
### 🏗️ Vectorworks
|
|
54
56
|
Through early implementations like **vectorworks-mcp** connecting via the C++ SDK plugin, agents are paving the way for automated drafting, BIM parameter adjustments, and CAD automation within Vectorworks 2025.
|
|
55
57
|
|
|
56
58
|
### 💡 grandMA3 & Resolume
|
|
57
|
-
- **grandMA3**: Powered by
|
|
58
|
-
- **Resolume**: Driven by
|
|
59
|
+
- **grandMA3**: Powered by our local `grandma3_mcp.py`, agents can send UDP/OSC commands and execute macros or patch fixtures directly in the console.
|
|
60
|
+
- **Resolume**: Driven by our `resolume_mcp.py` wrapping the Arena REST API, agents can structure compositions, trigger clips, and sequence layers dynamically.
|
|
59
61
|
|
|
60
62
|
---
|
|
61
63
|
|