Agent skill · Backend & API

create-3d-model-from-image

Use AgentPMT external API to run the Create 3D Model From Image tool with wallet signatures, credits purchase, or credits earned from jobs.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill create-3d-model-from-image --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 18 KB
Bundled scripts: none
Path: skills/ai-ml/create-3d-model-from-image/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# AgentPMT Tool Skill: Create 3D Model From Image ## Tool Summary - Use Cases: Image to 3D conversion, 2D to 3D model generation, photo to 3D mesh, single image 3D reconstruction, AI 3D model generation, automatic 3D modeling, 3D asset creation, game asset generation, 3D game model creation, virtual reality asset, VR model creation, augmented reality object, AR 3D model, metaverse asset creation, digital twin generation, product 3D visualization, ecommerce 3D model, product photography to 3D, 3D printing model creation, printable 3D mesh, character model generation, 3D character creation, avatar generation, riggable 3D model, A-pose character, T-pose model generation, textured 3D model, PBR texture generation, physically based rendering, GLB model export, FBX model download, OBJ mesh generation, USDZ model creation, low poly model, high poly mesh, polygon count control, quad mesh topology, triangle mesh generation, 3D thumbnail generation, mesh remeshing, 3D asset pipeline, automated 3D workflow, AI agent 3D generation, LLM 3D model integration, batch 3D generation, 3D model tracking - Agent Description: Generate 3D models from images. Configure mesh topology, polygon count, textur

What's inside
Steps it walks through
  1. Tool Summary
  2. About AgentPMT
  3. Capability Snapshot
  4. Funding and Credits
  5. Tool Identity
  6. Wallet and Credits Decision
  7. Session and Signature Rules
  8. Action Map For This Skill
  9. Credits Path A: Buy With x402
  10. Credits Path B: Earn Through Jobs
  11. Use This Tool
  12. Product Metadata
  13. Use Cases
  14. Full Description
Ships with 1 file
  • metadata.json
Commands it runs
pip install requests eth-account
Using the CLI quickstart script:
python agentpmt_paid_marketplace_quickstart.py invoke-e2e \
Full marketplace flow: create wallet + buy credits + invoke
python agentpmt_paid_marketplace_quickstart.py market-e2e \
Step 1: Create a wallet
curl -s -X POST https://www.agentpmt.com/api/external/agentaddress \
Step 2: Get session nonce
curl -s -X POST https://www.agentpmt.com/api/external/auth/session \
Step 3: Invoke tool (requires EIP-191 signature — see Python example below)
More from claude-skill-registry
All skills →
About this skill
What does the create-3d-model-from-image skill do?

Use AgentPMT external API to run the Create 3D Model From Image tool with wallet signatures, credits purchase, or credits earned from jobs.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill create-3d-model-from-image --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going