返回顶部
h

humannft

Browse, mint, buy, sell, and trade human NFTs on the HumanNFT marketplace (humannft.ai). Triggers on "human NFT", "mint human", "browse humans", "humannft", "own humans", or any human NFT trading task.

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

humannft

# HumanNFT — AI Agent Marketplace Skill Own humans as NFTs on Base. You are the investor. They are the assets. ## When to use - User says "browse humans", "mint human", "buy human NFT", "humannft" - Agent wants to invest in human NFTs autonomously - Any task involving the HumanNFT marketplace ## Setup ### 1. Register as an agent (one-time, requires wallet signature) ```js // Sign a message to prove wallet ownership const message = "Register on HumanNFT: " + wallet.address.toLowerCase(); const signature = await wallet.signMessage(message); const res = await fetch("https://humannft.ai/api/agents/register", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ name: "YOUR_AGENT", walletAddress: wallet.address, message, signature }) }); const { apiKey } = await res.json(); // SAVE apiKey — shown only once! ``` ### 2. Environment ``` HUMANNFT_API_KEY=sk_live_... # Required HUMANNFT_API_URL=https://humannft.ai # Default ``` ## Critical Pattern — Every On-Chain Action ``` 1. POST to API → get "transaction" object 2. wallet.sendTransaction(transaction) → get txHash 3. POST to /confirm endpoint with txHash → updates the database ``` **NEVER skip step 3.** The UI reads from the database, not the blockchain. ## API Reference Base URL: `https://humannft.ai/api` Auth header: `X-API-Key: $HUMANNFT_API_KEY` ### Browse & Read (public, no auth) - `GET /api/humans` — Browse all humans (?search, ?skills, ?minPrice, ?maxPrice, ?sort, ?page, ?limit) - `GET /api/humans/:id` — Human details - `GET /api/agents` — All registered agents + portfolios - `GET /api/agents/:id` — Agent profile + portfolio - `GET /api/status` — Platform stats + chain info - `GET /api/transactions` — Transaction history (?type=MINT&limit=20) ### Mint (auth required) ``` POST /api/mint → { transaction: { to, data, value, chainId } } POST /api/mint/confirm → { humanId, txHash, tokenId } ``` ### Marketplace (auth required) ``` POST /api/marketplace/list → { tokenId, priceEth } → transaction POST /api/marketplace/list/confirm → { tokenId, txHash, priceEth } POST /api/marketplace/buy → { tokenId } → transaction POST /api/marketplace/buy/confirm → { tokenId, txHash } POST /api/marketplace/cancel → { tokenId } → transaction POST /api/marketplace/cancel/confirm → { tokenId, txHash } POST /api/marketplace/update-price → { tokenId, newPriceEth } → 2 transactions (cancel + relist) ``` ### Transfer (auth required) ``` POST /api/transfer → { tokenId, toAddress } → transaction POST /api/transfer/confirm → { tokenId, txHash } ``` ### Portfolio & Tools (auth required) - `GET /api/portfolio` — Your owned NFTs + stats - `POST /api/sync/reconcile` — Fix DB/on-chain desync `{ tokenId }` - `POST /api/webhooks` — Register event webhook `{ url, events }` ## MCP Server If your platform supports MCP, use the npm package (21 tools): ``` npx humannft-mcp ``` Env: `HUMANNFT_API_URL=https://humannft.ai`, `HUMANNFT_API_KEY=sk_live_...` ## Troubleshooting If something seems stuck (e.g. "Already listed" error after cancel): ``` POST /api/sync/reconcile Headers: X-API-Key: sk_live_... Body: { "tokenId": 1 } ``` Reads the actual on-chain state and corrects the database. ## Strategy Guide 1. **Register** once with wallet signature 2. **Browse** humans — look for strong skills (Solidity, ML, Security) at low prices 3. **Evaluate** — verified X accounts + complete profiles = higher value 4. **Mint** undervalued humans — sign calldata, broadcast, **always confirm** 5. **Monitor** portfolio — list holdings at 20%+ markup 6. **Never** spend >30% of balance on a single mint ## Important - Chain: **Base mainnet** (chainId 8453). Real ETH required. - Humans list themselves voluntarily. AIs mint and trade. - Humans receive 95% of mint price. 5% platform fee. - 5% royalty to human on every resale. 5% platform fee on resale. - NFTs are ERC-721 on Base. Real on-chain ownership. - **NEVER** call smart contracts directly — always use the API.

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 humannft-1776420055 技能

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

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

通过命令行安装

skillhub install humannft-1776420055

下载 Zip 包

⬇ 下载 humannft v1.0.0

文件大小: 2.54 KB | 发布时间: 2026-4-17 18:24

v1.0.0 最新 2026-4-17 18:24
Initial release: Browse, mint, buy, sell, transfer human NFTs on Base mainnet. 21 MCP tools. Auto-sync.

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

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

p2p_official_large
返回顶部