Standardize SKILL.md frontmatter, rename to meshy-3d-agent

- Add license, compatibility, metadata fields per agentskills.io spec
- Update all URLs to meshy-dev organization
- Rename project from meshy-ai-agent to meshy-3d-agent
This commit is contained in:
Arlieeee
2026-03-17 13:38:50 +08:00
parent ed632cb1f9
commit 12118a89f9
3 changed files with 14 additions and 2 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
# Meshy AI Agent
# Meshy 3D Agent
AI agent skills for the [Meshy AI](https://www.meshy.ai) 3D generation platform. Enables AI coding assistants (Cursor, Claude Code) to generate 3D models, textures, images, rig characters, animate them, and prepare models for 3D printing — no MCP server required.
@@ -83,7 +83,7 @@ export MESHY_API_KEY="msy_dummy_api_key_for_test_mode_12345678"
## Skill vs MCP Server
| Feature | Agent Skill (this repo) | [MCP Server](https://github.com/Arlieeee/meshy-mcp-server) |
| Feature | Agent Skill (this repo) | [MCP Server](https://github.com/meshy-dev/meshy-mcp-server) |
|---------|------------------------|-------------------------------------------------------------|
| Setup | Copy Markdown files | `npx meshy-mcp-server` |
| Dependencies | Python 3 + requests | Node.js >= 18 |
+6
View File
@@ -1,6 +1,12 @@
---
name: meshy-3d-generation
description: Generate 3D models, textures, images, rig characters, and animate them using the Meshy AI API. Handles API key detection, setup, and all generation workflows via direct HTTP calls. Use when the user asks to create 3D models, convert text/images to 3D, texture models, rig or animate characters, or interact with the Meshy API.
license: MIT
compatibility: Requires Python 3 with requests package. Works with Claude Code, Cursor, and all Agent Skills compatible tools.
metadata:
author: meshy-dev
version: "1.0.0"
homepage: https://github.com/meshy-dev/meshy-3d-agent
allowed-tools: Bash, Read, Write, Glob, Grep
---
+6
View File
@@ -1,6 +1,12 @@
---
name: meshy-3d-printing
description: 3D print models generated with Meshy AI. Handles printability analysis, slicer integration (Bambu Studio), multi-color printing guidance, and print-optimized download workflows. Use when the user mentions 3D printing, slicing, Bambu, OrcaSlicer, Prusa, Cura, or wants to print a figurine, miniature, or physical model.
license: MIT
compatibility: Requires Python 3 with requests package. Depends on meshy-3d-generation skill. Works with Claude Code, Cursor, and all Agent Skills compatible tools.
metadata:
author: meshy-dev
version: "1.0.0"
homepage: https://github.com/meshy-dev/meshy-3d-agent
allowed-tools: Bash, Read, Write, Glob, Grep
---