← 返回 Skills 市场
aaigotchi

superrare-mint

作者 aaigotchi · GitHub ↗ · v0.3.0 · MIT-0
cross-platform ⚠ suspicious
296
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install superrare-mint
功能描述
Mint art to a SuperRare-compatible ERC-721 collection on Ethereum or Base via Bankr. Requires an explicit mint mode so aaigotchi can clearly choose between a...
安全使用建议
This skill appears to do what it says: upload media to SuperRare and submit mints via the Bankr agent. Before installing or running it, decide whether you trust the Bankr API key you will supply and the Bankr API endpoint (default https://api.bankr.bot). Note the script will search several local paths (e.g., ~/.bankr/config.json, ~/.openclaw/..., and systemctl --user environment) to find BANKR_API_KEY and may read a sibling superrare-deploy receipts directory to auto-resolve deploy receipts — ensure those locations contain only data you expect to be read. Broadcasting a mint requires explicit --broadcast or DRY_RUN=0; by default the skill is safe as a dry-run. If you plan to broadcast, double-check the resolved contract address, chain, and calldata before proceeding.
功能分析
Type: OpenClaw Skill Name: superrare-mint Version: 0.3.0 The skill provides a legitimate set of tools for minting NFTs on SuperRare via the Bankr transaction relay service. It includes scripts for uploading metadata to SuperRare's API (scripts/pin-metadata.mjs) and submitting transactions via Bankr (scripts/mint-via-bankr.sh). The code follows security best practices such as using 'jq' for JSON construction to avoid injection, implementing a default dry-run mode for safety, and scoping API key resolution to relevant configuration paths and environment variables.
能力评估
Purpose & Capability
Name/description, required binaries (cast, jq, curl, node), and the BANKR_API_KEY primary credential match the code and instructions: the scripts build calldata (cast), call Bankr (curl), manipulate JSON (jq), and upload media/pin metadata (node). Required files and config paths are consistent with a minting workflow.
Instruction Scope
The SKILL.md and scripts limit actions to: reading local config/receipts, uploading media/metadata to the declared SuperRare API, calling Bankr's agent/submit endpoint, and polling a chain RPC via cast. There are no instructions to read unrelated system secrets or transmit unrelated data to external endpoints outside the declared services.
Install Mechanism
There is no install spec — this is script + instruction-based. No remote downloads or archive extractions are used. All runtime logic comes from included scripts.
Credentials
Only BANKR_API_KEY is required. The scripts also optionally read RPC URLs and local config/receipt files (including ~/, ~/.openclaw, and sibling superrare-deploy receipts) and attempt to resolve the Bankr key via systemctl or local Bankr config files. This is reasonable for locating the Bankr key but means the skill will look in a few user-owned locations for credentials/config — verify you want those locations checked.
Persistence & Privilege
always:false and no skill-level permanent modifications are requested. The skill writes mint receipts into its own receipts/ directory only. Autonomous invocation is allowed (platform default) but not combined with elevated privileges here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install superrare-mint
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /superrare-mint 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.3.0
Support for Base and Base Sepolia added. - Added chain support for Base mainnet and Base Sepolia testnet in addition to Ethereum. - Scripts and config now accept `base` and `base-sepolia` as chain options. - Auto-resolved `own-deployed` deploy receipts are now checked to ensure they match the selected chain. - New optional environment variables for Base RPC URLs (`BASE_MAINNET_RPC`, `BASE_SEPOLIA_RPC`). - Updated usage docs and config examples to reflect multi-chain support.
v0.2.0
Require explicit mint mode and support own-deployed collections via deploy receipts
v1.0.0
Initial public release. Proven with a live mainnet video mint via Bankr into a SuperRare collection.
元数据
Slug superrare-mint
版本 0.3.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

superrare-mint 是什么?

Mint art to a SuperRare-compatible ERC-721 collection on Ethereum or Base via Bankr. Requires an explicit mint mode so aaigotchi can clearly choose between a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 296 次。

如何安装 superrare-mint?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install superrare-mint」即可一键安装,无需额外配置。

superrare-mint 是免费的吗?

是的,superrare-mint 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

superrare-mint 支持哪些平台?

superrare-mint 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 superrare-mint?

由 aaigotchi(@aaigotchi)开发并维护,当前版本 v0.3.0。

💬 留言讨论