AI 3d Rendering – Create Photorealistic 3D Renders with AI
v1.0.1AI 3D rendering — transform a photo into a Blender-style 3D model viewport screenshot
⭐ 0· 118·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
Name/description match the instructions: the SKILL.md tells the agent to call the weshop CLI's ai-3d-rendering command. The declared required environment variable (WESHOP_API_KEY) and the primary credential match the service the skill integrates with.
Instruction Scope
Runtime instructions are narrowly scoped to checking for WESHOP_API_KEY, ensuring the weshop CLI is installed, and running `weshop ai-3d-rendering --image ...`. There are no instructions to read unrelated files, access other env vars, or exfiltrate data to unexpected endpoints in the SKILL.md.
Install Mechanism
The skill is instruction-only (no install spec), and directs users to install `weshop-cli` from npm or GitHub if needed. This is low-risk for the skill itself, but introduces normal supply-chain concerns from the external npm package/repo which the user should verify.
Credentials
Only a single API key (WESHOP_API_KEY) is required, which is appropriate for invoking an external rendering API. The SKILL.md explicitly warns not to pass the key as a CLI argument and instructs to read it from the env var.
Persistence & Privilege
The skill does not request persistent presence (always:false) and does not instruct modifying other skills or global agent configuration. Autonomous invocation is allowed (platform default) and is not by itself a concern.
Assessment
This skill appears to be a thin wrapper around the external weshop CLI and only needs your WESHOP_API_KEY. Before installing or using it: (1) Verify the weshop-cli npm package and the GitHub repo (https://github.com/weshopai/weshop-cli and the npm page referenced) are legitimate and maintained; (2) Prefer creating a scoped or short-lived API key with minimum permissions for uploads/renders; (3) Be aware that images you send will be uploaded to the vendor's service (confirm their privacy/retention policy at openapi.weshop.ai); (4) Never paste your API key into chat or CLI arguments — set it in the environment as instructed; (5) If you need higher assurance, review the weshop-cli source before installing or run it in an isolated environment.Like a lobster shell, security has layers — review code before you run it.
latestvk97170fgj28f5zv89mqk1h7sch84jjwk
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
EnvWESHOP_API_KEY
Primary envWESHOP_API_KEY
