> meshy-ai
meshy-ai skill from tippyentertainment/skills
curl "https://skillshub.wtf/tippyentertainment/skills/meshy-ai?format=md"Meshy.ai Skill
Provided by TippyEntertainment
https://github.com/tippyentertainment/skills.git
Generate 3D models via Meshy.ai and save outputs for the current task.
Capabilities
- Create text-to-3D tasks from a prompt.
- Create image-to-3D tasks from an image URL.
- Poll async task status until
SUCCEEDEDorFAILED. - Download resulting 3D assets (OBJ/MTL) and preview images into a task-scoped folder.
Inputs
mode:"text-to-3d"|"image-to-3d".- For
text-to-3d:prompt(string, required).art_style(string, optional; e.g.,"realistic","cartoon","lowpoly").should_remesh(boolean, optional).
- For
image-to-3d:image_url(string, required; public URL or data URI).model_type(optional;"standard"|"lowpoly").should_texture,should_remesh(booleans, optional).
Outputs
- Meshy task id.
- Final task status.
- Local paths or URLs of downloaded OBJ/MTL and preview images.
> related_skills --same-repo
> worldclass-tailwind-v4-visual-design
A top-tier product/UI designer skill that uses Tailwind v4 plus Google Gemini Nano Banana image models to craft visually stunning, “award‑winning” marketing sites and apps with strong art direction, motion, and systems thinking.
> wasm-spa-autofix-react-imports
Meticulously detect and fix missing React/TSX imports, undefined components, and bundler runtime errors in the WASM SPA build/preview pipeline. Ensures JSX components, icons, and hooks are properly imported or defined before running the browser preview, so the runtime safety-net rarely triggers.
> vite-webcontainer-developer
Debug and auto-fix Vite projects running inside WebContainers: resolve mount/root issues, alias/path errors, missing scripts, and other common dev-time problems so the app boots cleanly.
> vite-config-react19-spa-expert
Diagnose and fix Vite + React 19 configuration issues for TypeScript SPA and WASM preview builds. Specializes in React 19’s JSX runtime, @vitejs/plugin-react, path aliases, SPA routing, and dev-server behavior so the app and in-browser preview bundle cleanly without manual trial-and-error.