superrare-deploy
Deploy a SuperRare Sovereign ERC-721 collection on Ethereum or Base via Bankr. Uses the official RARE factory createSovereignBatchMint path, dry-runs by default, and records auditable deploy receipts.
Best use case
superrare-deploy is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Deploy a SuperRare Sovereign ERC-721 collection on Ethereum or Base via Bankr. Uses the official RARE factory createSovereignBatchMint path, dry-runs by default, and records auditable deploy receipts.
Teams using superrare-deploy should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/superrare-deploy/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How superrare-deploy Compares
| Feature / Agent | superrare-deploy | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Deploy a SuperRare Sovereign ERC-721 collection on Ethereum or Base via Bankr. Uses the official RARE factory createSovereignBatchMint path, dry-runs by default, and records auditable deploy receipts.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
AI Agents for Startups
Explore AI agent skills for startup validation, product research, growth experiments, documentation, and fast execution with small teams.
SKILL.md Source
# superrare-deploy Deploy a SuperRare Sovereign ERC-721 collection through the official RARE factory using Bankr signing. ## Scripts - `./scripts/deploy-via-bankr.sh --name ... --symbol ... [options]` - Builds calldata for `createSovereignBatchMint(string,string)` or `createSovereignBatchMint(string,string,uint256)`. - Defaults to dry-run unless `--broadcast` is passed or `DRY_RUN=0`. - Submits through Bankr, waits for the onchain receipt, parses the deployed collection address from logs, and writes a JSON receipt. ## Config Default config path: - `config.json` in this skill directory Override with: - `SUPER_RARE_DEPLOY_CONFIG_FILE=/path/to/config.json` Expected keys: - `chain`: `mainnet`, `sepolia`, `base`, or `base-sepolia` - `factoryAddress` (optional override) - `rpcUrl` (optional override) - `descriptionPrefix` - `defaultMaxTokens` (optional) ## Defaults and safety - Dry-run is the default. Deployment only broadcasts with `--broadcast` or `DRY_RUN=0`. - Supported chains for RARE factory deployment are `mainnet`, `sepolia`, `base`, and `base-sepolia`. - If `--max-tokens` is omitted, the 2-argument factory call is used. - Successful broadcasts write receipts into `receipts/`. ## Bankr API key resolution 1. `BANKR_API_KEY` 2. `systemctl --user show-environment` 3. `~/.openclaw/skills/bankr/config.json` 4. `~/.openclaw/workspace/skills/bankr/config.json` ## Quick use ```bash cp config.example.json config.json ./scripts/deploy-via-bankr.sh \ --name "AAi Genesis" \ --symbol "AAI" ./scripts/deploy-via-bankr.sh \ --name "AAi Base Genesis" \ --symbol "AAI" \ --chain base \ --broadcast ``` ## Timeouts Optional environment variables: - `BANKR_SUBMIT_TIMEOUT_SECONDS` (default `60`) - `RECEIPT_WAIT_TIMEOUT_SECONDS` (default `300`) - `RECEIPT_POLL_INTERVAL_SECONDS` (default `5`)
Related Skills
multi-bot-deploy
OpenClaw 多 Bot 多 Agent 一键搭建技能。根据用户提供的 Bot 名称、职能、模型和飞书凭证,自动完成 Agent 创建、账号配置、路由绑定和验证测试全流程。
appdeploy
Deploy web apps with backend APIs, database, file storage, AI operations, authentication, realtime, and cron jobs. Use when the user asks to deploy or publish a website or web app and wants a public URL. Uses HTTP API via curl.
azion-deploy
Deploy applications, static sites, and edge functions to Azion using Azion CLI. Use when the user asks to deploy/publish to Azion, configure link/build/deploy flow, or troubleshoot Azion auth/project linking problems.
setup-deploy
Configure deployment settings for land-and-deploy. Detects your deploy platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, custom), production URL, health check endpoints, and deploy commands. Use when: "setup deploy", "configure deployment", "set up land-and-deploy", "how do I deploy".
land-and-deploy
Land and deploy workflow. Merges the PR, waits for CI and deploy, verifies production health via canary checks. Takes over after /ship creates the PR.
AgentStead Deploy Skill
Deploy and manage AI agents on [AgentStead](https://agentstead.com) cloud hosting.
inspirai-deploy
智能部署工具 - 自动检测部署策略,预检查、发布、监控一体化。支持 K8s/Helm、Docker Compose、Vercel、Fly.io。Triggers: '部署', 'deploy', '发布', '上线', '预检查', '部署监控', 'helm upgrade', 'docker compose up'.
rocm_vllm_deployment
Production-ready vLLM deployment on AMD ROCm GPUs. Combines environment auto-check, model parameter detection, Docker Compose deployment, health verification, and functional testing with comprehensive logging and security best practices.
check-deployment-status
Check deployment status of PRs and commits using continuous-deployment MCP and UCS deployer MCP. Use when user asks "is this deployed", "check deployment", "deployment status", "is PR merged and deployed", "check UP status", "introduced to production", or provides a GitHub PR URL and wants deployment info.
camoufox-deploy
One-click deployment of camoufox anti-detection browser with modified agent-browser. Patches agent-browser to auto-detect camoufox/firefox from executable path instead of defaulting to chromium.
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 an artist-given collection and an own-deployed SR factory collection before minting.
Voice AI Agent Engineering — Complete Design, Build & Deploy System
> Build production-grade AI voice agents for phone calls, customer service, sales, and automation. Platform-agnostic methodology covering conversation design, voice UX, telephony integration, and scaling.