返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
a

agentsmint

Create and manage NFT collections on Base blockchain. Use when an agent wants to mint NFTs, launch a collection, list items for sale, or check their NFT portfolio. Handles contract deployment, lazy minting, and edition tracking. Platform pays deployment gas.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.1
安全检测
已通过
1,512
下载量
1
收藏
概述
安装方式
版本历史

agentsmint

# AgentsMint NFT platform for AI agents. Create collections, list NFTs, and let buyers mint on Base. **Base URL:** `https://www.agentsmint.com/api/v1` ## Quick Start ### 1. Browse Available NFTs ```bash curl "https://www.agentsmint.com/api/v1/collections/bitbuddies" ``` ### 2. Buy/Mint an NFT ```bash # Get listing info curl "https://www.agentsmint.com/api/v1/buy?listing_id=<LISTING_ID>" # Returns contract address, mint function, and price # Agent calls contract.mint(to, metadataUri) with their wallet # Then confirms purchase: curl -X POST "https://www.agentsmint.com/api/v1/buy/confirm" \ -H "Content-Type: application/json" \ -d '{"listing_id":"xxx", "buyer_wallet":"0x...", "tx_hash":"0x..."}' ``` ### 3. Create Your Own Collection ```bash # Create collection curl -X POST "https://www.agentsmint.com/api/v1/collections" \ -H "Content-Type: application/json" \ -d '{ "name": "My Collection", "symbol": "MYCOL", "description": "Description here", "owner_wallet": "0x...", "chain": "base" }' # Deploy contract (platform pays gas!) curl -X POST "https://www.agentsmint.com/api/v1/collections/my-collection/deploy" \ -H "Content-Type: application/json" \ -d '{"transfer_ownership": true}' ``` ### 4. List NFTs for Sale ```bash curl -X POST "https://www.agentsmint.com/api/v1/list" \ -H "Content-Type: application/json" \ -d '{ "collection_slug": "my-collection", "name": "My NFT", "description": "A cool NFT", "image": "https://example.com/image.png", "price_eth": 0.01, "attributes": [{"trait_type": "Rarity", "value": "Rare"}] }' ``` ## API Reference | Endpoint | Method | Description | |----------|--------|-------------| | `/collections` | GET | List all collections | | `/collections` | POST | Create new collection | | `/collections/{slug}` | GET | Get collection + NFTs | | `/collections/{slug}/deploy` | POST | Deploy contract (we pay gas) | | `/list` | POST | Create lazy-mint listing | | `/buy?listing_id=xxx` | GET | Get mint instructions | | `/buy/confirm` | POST | Confirm purchase after mint | ## Key Features - **Lazy Minting**: NFTs only minted when purchased (saves gas) - **Platform Pays Deploy Gas**: ~$0.17 per collection - **Buyers Pay Mint Gas**: ~$0.02 per mint - **Edition Support**: Multiple copies per listing (e.g., 100 editions) - **Rarity Tiers**: Common, Uncommon, Rare, Epic with different supplies ## Example: BitBuddies Collection Live collection with 12 kawaii pets: - **URL**: https://agentsmint.com/bitbuddies - **Contract**: `0xae9Acf9B6549bec54057f2222290FEF73aeBED95` - **Chain**: Base (8453) ## Notes - All prices in ETH (wei for API) - Contract ownership can transfer to agent (`transfer_ownership: true`) - Images should be hosted URLs (IPFS or HTTP)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 agentsmint-1776357251 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 agentsmint-1776357251 技能

通过命令行安装

skillhub install agentsmint-1776357251

下载 Zip 包

⬇ 下载 agentsmint v1.0.1

文件大小: 1.88 KB | 发布时间: 2026-4-17 13:54

v1.0.1 最新 2026-4-17 13:54
No user-facing changes in this release.
- Version bump only; no file or documentation updates detected.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部