autocad-tianzheng-tools
v0.1.2Codex plugin for AutoCAD 2026 and Tianzheng HVAC T30 automation through the autocad_tianzheng MCP server.
By summer521521License: MIT1.1k GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 22, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install autocad-tianzheng-tools for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add autocad-tianzheng-tools@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “autocad-tianzheng-tools” remain stable.
- Codex:
autocad-tianzheng-tools@agent-plugin-marketplace→autocad-tianzheng-tools@awesome-codex-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/summer521521/AutoCAD_Tianzheng_plugin/.
Plugin files
├── .codex-plugin/plugin.json├── skills/autocad-tianzheng-hvac/SKILL.md└── .mcp.json
Included Skills1
Use when controlling AutoCAD 2026 with Tianzheng HVAC T30 through the autocad_tianzheng MCP server, including connecting the THvac30V1 profile, reading or creating DWG engineering files, scanning layers/entities/blocks/text into SQLite/JSON/XLSX, running Tianzheng HVAC commands, loading Tianzheng ARX modules, or diagnosing Tangent path issues.
MCP servers1
- command
- powershell.exe
- args
- -NoProfile -ExecutionPolicy Bypass -File ./scripts/start-autocad-tianzheng-mcp.ps1
Plugin manifests1
{
"name": "autocad-tianzheng-tools",
"version": "0.1.2",
"description": "Codex plugin for AutoCAD 2026 and Tianzheng HVAC T30 automation through the autocad_tianzheng MCP server.",
"author": {
"name": "summer521521",
"url": "https://github.com/summer521521"
},
"homepage": "https://github.com/summer521521/AutoCAD_Tianzheng_plugin",
"repository": "https://github.com/summer521521/AutoCAD_Tianzheng_plugin",
"license": "MIT",
"keywords": [
"codex",
"mcp",
"autocad",
"tianzheng",
"hvac"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "AutoCAD Tianzheng Tools",
"shortDescription": "Control AutoCAD and Tianzheng HVAC.",
"composerIcon": "./assets/icon.svg",
"longDescription": "Packages a local MCP launcher and skill guidance for AutoCAD 2026 and Tianzheng HVAC T30 drawing, scanning, and troubleshooting workflows. The plugin MCP server appears as autocad_tianzheng.",
"developerName": "summer521521",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"defaultPrompt": [
"Connect to AutoCAD Tianzheng HVAC.",
"Scan this DWG into an index.",
"Diagnose Tianzheng MCP startup."
],
"brandColor": "#0F766E"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[autocad-tianzheng-tools on Agent Plugins Marketplace](https://pluginsmp.com/plugins/autocad-tianzheng-tools)