From sundial-org-awesome-openclaw-skills-4
Generates 2D images from text and 3D OBJ models from images via Meshy.ai REST API, polls async tasks, and downloads outputs locally. Use for Meshy asset creation with file saving.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Generate Meshy assets via API and save outputs locally.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Generate Meshy assets via API and save outputs locally.
MESHY_API_KEY=msy-...MESHY_BASE_URL (defaults to https://api.meshy.ai)Use scripts/text_to_image.py.
python3 skills/public/meshy-ai/scripts/text_to_image.py \
--prompt "a cute robot mascot, flat vector style" \
--out-dir ./meshy-out
./meshy-out/text-to-image_<taskId>_<slug>/.Use scripts/image_to_3d_obj.py.
python3 skills/public/meshy-ai/scripts/image_to_3d_obj.py \
--image ./input.png \
--out-dir ./meshy-out
python3 skills/public/meshy-ai/scripts/image_to_3d_obj.py \
--image-url "https://.../input.png" \
--out-dir ./meshy-out
model.obj (and model.mtl if provided by Meshy) into ./meshy-out/image-to-3d_<taskId>_<slug>/.status=SUCCEEDED → download URLs.references/api-notes.md.