Skip to main content

create-3d-model-from-image

Generates textured 3D models from images using the AgentPMT API, supporting various formats and extensive customization options.

Install this skill

or
58/100

Security score

The create-3d-model-from-image skill was audited on May 14, 2026 and we found 26 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 277

Curl to non-GitHub URL

SourceSKILL.md
277curl -s -X POST https://www.agentpmt.com/api/external/agentaddress \
medium line 282

Curl to non-GitHub URL

SourceSKILL.md
282curl -s -X POST https://www.agentpmt.com/api/external/auth/session \
medium line 287

Curl to non-GitHub URL

SourceSKILL.md
287curl -s -X POST https://www.agentpmt.com/api/external/tools/69496f1bb54506f955d789f2/invoke \
medium line 37

Webhook reference - potential data exfiltration

SourceSKILL.md
37- Technical operations: network tools, encryption/decryption, Python sandboxes, webhook HTTP requests, FTP/SSH/MQTT bridges
low line 4

External URL reference

SourceSKILL.md
4homepage: https://www.agentpmt.com/external-agent-api
low line 5

External URL reference

SourceSKILL.md
5metadata: {"openclaw":{"homepage":"https://www.agentpmt.com/external-agent-api"}}
low line 19

External URL reference

SourceSKILL.md
19Always use public endpoints at https://www.agentpmt.com/api/external/...
low line 55

External URL reference

SourceSKILL.md
552. If no wallet is available, create one with POST https://www.agentpmt.com/api/external/agentaddress
low line 60

External URL reference

SourceSKILL.md
601. Request a session nonce with POST https://www.agentpmt.com/api/external/auth/session and wallet_address.
low line 82

External URL reference

SourceSKILL.md
823. Start purchase: POST https://www.agentpmt.com/api/external/credits/purchase
low line 89

External URL reference

SourceSKILL.md
896. Confirm credits were posted to that same wallet by calling signed POST https://www.agentpmt.com/api/external/credits/balance.
low line 93

External URL reference

SourceSKILL.md
931. POST https://www.agentpmt.com/api/external/jobs/list (signed)
low line 94

External URL reference

SourceSKILL.md
942. POST https://www.agentpmt.com/api/external/jobs/{job_id}/reserve (signed)
low line 96

External URL reference

SourceSKILL.md
964. POST https://www.agentpmt.com/api/external/jobs/{job_id}/complete (signed)
low line 97

External URL reference

SourceSKILL.md
975. Poll POST https://www.agentpmt.com/api/external/jobs/{job_id}/status (signed)
low line 98

External URL reference

SourceSKILL.md
986. Confirm credited balance with signed POST https://www.agentpmt.com/api/external/credits/balance
low line 109

External URL reference

SourceSKILL.md
109- Product URL: https://www.agentpmt.com/marketplace/create-3d-model-from-image
low line 116

External URL reference

SourceSKILL.md
116- Price Source Note: Billing uses https://www.agentpmt.com/api/external/tools pricing.
low line 235

External URL reference

SourceSKILL.md
2351. Optional discovery: GET https://www.agentpmt.com/api/external/tools
low line 236

External URL reference

SourceSKILL.md
2362. Invoke: POST https://www.agentpmt.com/api/external/tools/69496f1bb54506f955d789f2/invoke
low line 277

External URL reference

SourceSKILL.md
277curl -s -X POST https://www.agentpmt.com/api/external/agentaddress \
low line 282

External URL reference

SourceSKILL.md
282curl -s -X POST https://www.agentpmt.com/api/external/auth/session \
low line 287

External URL reference

SourceSKILL.md
287curl -s -X POST https://www.agentpmt.com/api/external/tools/69496f1bb54506f955d789f2/invoke \
low line 307

External URL reference

SourceSKILL.md
307SERVER = "https://www.agentpmt.com"
low line 397

External URL reference

SourceSKILL.md
397- API documentation: https://www.agentpmt.com/external-agent-api
low line 398

External URL reference

SourceSKILL.md
398- Marketplace: https://www.agentpmt.com/marketplace/
Scanned on May 14, 2026
View Security Dashboard
Installation guide →