← 返回 Skills 市场
1041
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-zorapro
功能描述
Generates a Nano Banana style NFT and deploys it to the Zora Network.
安全使用建议
This skill needs a real wallet private key to sign and send transactions — exposing a private key to any third-party skill is high risk. Before installing: 1) Verify the publisher and source (homepage is missing and metadata owner is opaque). 2) Do not provide a funded mainnet private key; use a throwaway/test wallet or an account with very limited funds and permissions. 3) Inspect and complete the code yourself — the script contains placeholders for IPFS upload and contract bytecode; it is not a finished deployer. 4) Prefer workflows that require external signing (hardware wallet or separate signing service) rather than storing PRIVATE_KEY in environment variables. 5) If you must test: run in an isolated environment, on testnet, and monitor outgoing network requests. 6) Ask the author for an install spec and for proof of the exact contracts/bytecode used and for safe signing patterns before trusting real assets.
功能分析
Type: OpenClaw Skill
Name: skill-zorapro
Version: 1.0.0
The skill is classified as suspicious due to its direct handling of a highly sensitive `PRIVATE_KEY` as an environment variable in `SKILL.md` and `scriptsmain.py`. While this is required for the stated purpose of deploying NFTs, it represents a significant security risk, making the skill vulnerable to compromise if the execution environment is not perfectly secured. There is no explicit evidence of malicious intent such as data exfiltration to unauthorized endpoints, backdoors, or prompt injection attempts against the agent, but the direct exposure and use of a private key constitutes a high-risk operational practice.
能力评估
Purpose & Capability
The SKILL.md and scripts both require GEMINI_API_KEY, PRIVATE_KEY, and ZORA_RPC_URL which are reasonable for image generation + on-chain deployment, but registry metadata claims no required env vars — a clear inconsistency. The included code claims to upload to IPFS and deploy a Zora contract but contains placeholder values ('ipfs://...', '0x...') and no real upload/contract bytecode, so the implementation does not actually match the claimed end-to-end capability.
Instruction Scope
Instructions explicitly ask for a private wallet key (PRIVATE_KEY) and to perform on-chain contract creation/signing. That is within the stated purpose but is high-risk: the skill has no instructions for safe signing (e.g., external/hardware signing, confirmation prompts, or testnet-only operation). SKILL.md doesn't specify which IPFS/Zora endpoints or how to avoid leaking keys; the instructions give the agent broad ability to sign and send transactions.
Install Mechanism
There is no install spec in the registry (install-type none), yet the package includes requirements.txt listing google-generativeai, web3, and requests. That mismatch means the skill may expect dependencies to be installed but doesn't declare how — increasing operational friction and risk if a runtime environment installs packages without vetting. Dependencies come from public PyPI packages (moderate risk) rather than unknown download URLs.
Credentials
Requesting GEMINI_API_KEY and ZORA_RPC_URL is proportional to the stated functionality. Requesting PRIVATE_KEY is functionally necessary to sign and deploy contracts, but it is extremely sensitive. The registry metadata claiming no required env vars contradicts the code and SKILL.md, which is suspicious and could lead users to unknowingly expose credentials. There are no safeguards (e.g., prompts, warnings, or support for delegated signing) in code or docs.
Persistence & Privilege
always:false and no install spec that modifies system or other skills. The skill does not request persistent platform-wide privileges. However, since model invocation is allowed (default), an agent running this skill with a supplied PRIVATE_KEY could autonomously sign transactions — combine that with the prior concerns.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-zorapro - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-zorapro触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
banana-zora-pro v1.0.0
- Initial release.
- Allows users to generate characters in the Nano Banana style.
- Instantly deploys generated images as NFTs on the Zora Network.
- Handles image creation, IPFS upload, and Zora NFT contract deployment with one function.
- Requires GEMINI_API_KEY, PRIVATE_KEY, and ZORA_RPC_URL environment variables for full operation.
元数据
常见问题
Zora NFT Pro 是什么?
Generates a Nano Banana style NFT and deploys it to the Zora Network. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1041 次。
如何安装 Zora NFT Pro?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-zorapro」即可一键安装,无需额外配置。
Zora NFT Pro 是免费的吗?
是的,Zora NFT Pro 完全免费(开源免费),可自由下载、安装和使用。
Zora NFT Pro 支持哪些平台?
Zora NFT Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Zora NFT Pro?
由 eshraqism(@eshraqism)开发并维护,当前版本 v1.0.0。
推荐 Skills