Favicon of modly

modly Skill

AI Agent SkillCode & Developer ToolsTypeScriptOpen source

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 install

Client 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.

Trust signal
90/100
Maintenance signal
95/100
Adoption signal
90/100

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.

npxuvx/pipSSE
  • 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

TypeScriptNode.jsPythonGoNOASSERTION license

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.

Write actionsCan write or update dataHosted or remote

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

TypeScriptNode.jsPythonGonpxuvx/pipSSE

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.

Share:

Stars
4,050
Forks
435
Last commit
1 month ago
Repository age
4 months
License
NOASSERTION

Auto-fetched from GitHub.

Similar to modly