← Back to Skills Marketplace
296
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install superrare-mint
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install superrare-mint - After installation, invoke the skill by name or use
/superrare-mint - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 296 downloads so far.
How do I install superrare-mint?
Run "/install superrare-mint" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is superrare-mint free?
Yes, superrare-mint is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does superrare-mint support?
superrare-mint is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created superrare-mint?
It is built and maintained by aaigotchi (@aaigotchi); the current version is v0.3.0.
More Skills