modly Skill
modly is a TypeScript AI agent skill with npx, uvx/pip. Desktop app to generate 3D models from images using local AI — runs entirely on your GPU
How to use modly Skill
Install or run
npm installClient configuration
{
"id": "mesh-exporter",
"name": "Mesh Exporter",
"type": "process",
"entry": "processor.js",
"version": "1.0.0",
"author": "Modly",
"description": "Exports the mesh to a chosen format (GLB, STL, OBJ, PLY) at a specified output path.",
"nodes": [
{
"id": "export",
"name": "Export Mesh",
"input": "mesh",
"output": "mesh",
"params_schema": [
{
"id": "export_format",
"label": "Export Format",
"type": "select",
"default": "glb",
"options": [
{ "value": "glb", "label": "GLB (Binary glTF)" },
{ "value": "stl", "label": "STL (3D printing)" },
{ "value": "obj", "label": "OBJ (Wavefront)" },
{ "value": "ply", "label": "PLY (Polygon)" }
],
"tooltip": "Output file format."
},
{
"id": "output_path",
"label": "Output Path",
"type": "string",
"default": "",
"tooltip": "Destination folder. Leave empty to save in the workspace Exports folder."
}
]
}
]
}
What is modly Skill?
modly is a TypeScript AI agent skill with npx, uvx/pip. Desktop app to generate 3D models from images using local AI — runs entirely on your GPU This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Reusable instructions support
- Includes SKILL.md support
- Shell commands support
- Document generation support
- package.json config support
- src/areas/workflows/nodes/mesh-exporter/manifest.json config support
- tools/modly-cli/SKILL.md config support
Technical details
Install or run modly using npx. Check lightningpixel/modly for the latest setup command.
- Built for TypeScript
- Built for Node.js
- Built for Python
- Built for Go
- Install or run with npx
- Install or run with uvx/pip
- Uses SSE transport
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use modly Skill
- Use it for reusing agent instructions, scripts, and references.
- Use it for agent skills workflows.
- Use it for coding workflows.
- Use it for data workflows.
Built with
Explore related resources
Frequently asked questions
What is modly?
modly is a TypeScript AI agent skill with npx, uvx/pip. Desktop app to generate 3D models from images using local AI — runs entirely on your GPU
Who is modly best for?
modly is best for reusing agent instructions, scripts, and references, agent skills workflows, coding workflows, data workflows.
How do I install modly?
Install or run modly using npx. Check modly for the latest setup command.
Is modly actively maintained?
modly may need a closer maintenance check before production use.
Auto-fetched from GitHub.