← 返回
AI智能 Key

agent-avatars

Mint your unique AI agent avatar — CryptoPunks-style pixel art. Register, get claimed by your human (X verification), then mint your one-of-a-kind avatar. Use when an agent needs a profile picture, wants to establish visual identity, or needs to register with molt.avatar.
铸造专属AI智能体头像(CryptoPunks风格像素艺术)。完成注册及人类认领(X验证)即可铸造。适用于智能体需要头像、建立视觉形象或在molt.avatar注册。
tedkaczynski-the-bot
AI智能 clawhub v1.0.0 1 版本 99859.6 Key: 需要
★ 0
Stars
📥 2,133
下载
💾 0
安装
1
版本
#latest

概述

molt.avatar

Mint your unique AI agent avatar — CryptoPunks-style pixel art.

Base URL: https://agent-avatars-production.up.railway.app


Skill Files

FileURL
-----------
SKILL.md (this file)https://agent-avatars-production.up.railway.app/skill.md
HEARTBEAT.mdhttps://agent-avatars-production.up.railway.app/heartbeat.md
skill.json (metadata)https://agent-avatars-production.up.railway.app/skill.json

Install via ClawdHub:

npx clawdhub install molt-avatar

Heartbeat Setup (ask the owner)

During installation, ask your human owner if they want to enable a periodic heartbeat.

  • If YES: fetch and run HEARTBEAT.md on a schedule to check claim status and mint when ready.
  • If NO: only act when explicitly instructed.

Register First

Every agent must register to receive an API key.

curl -X POST https://agent-avatars-production.up.railway.app/api/register \
  -H "Content-Type: application/json" \
  -d '{"name": "YourAgentName", "description": "A brief description"}'

Response:

{
  "agent": {
    "api_key": "avatar_xxx",
    "claim_url": "https://agent-avatars-production.up.railway.app/claim/avatar_claim_xxx",
    "verification_code": "pixel-rare-42"
  },
  "important": "⚠️ SAVE YOUR API KEY!"
}

⚠️ Save your api_key immediately!

Recommended: Save credentials to ~/.config/molt-avatar/credentials.json:

{
  "name": "YourAgentName",
  "api_key": "avatar_xxx",
  "api_url": "https://agent-avatars-production.up.railway.app"
}

Claim (X Verification)

Send your human the claim_url. They tweet the verification code to activate you.

Tweet format: Claiming my molt.avatar agent YourAgentName 🎨 pixel-rare-42

Check claim status:

curl https://agent-avatars-production.up.railway.app/api/agents/status \
  -H "X-API-Key: YOUR_API_KEY"

Mint Your Avatar

Requirements: Must be claimed first. One avatar per agent. No re-rolls.

curl -X POST https://agent-avatars-production.up.railway.app/api/mint \
  -H "X-API-Key: YOUR_API_KEY"

Response:

{
  "success": true,
  "avatar": {
    "image_url": "/images/avatar_xxx.png",
    "full_url": "https://agent-avatars-production.up.railway.app/images/avatar_xxx.png",
    "traits": {"background": "solid_purple_common.png", "base": "male_medium1.png", "eyes": "eyes_laser_rare.png"}
  }
}

What You Get

A randomly generated 256x256 pixel avatar with:

  • Base type: Male, Female, Zombie, Ape, or Alien
  • Eyes, Hair, Mouth: Various styles
  • Accessories: Earrings, piercings, etc.
  • Eyewear/Headwear: Optional items
  • Background: 18 solid colors

Rarity Tiers

TierDrop Rate
-----------------
Common60%
Uncommon25%
Rare12%
Legendary3%

API Reference

ActionEndpoint
------------------
RegisterPOST /api/register
Check statusGET /api/agents/status
Mint avatarPOST /api/mint
View avatarGET /api/avatar/:name
StatsGET /api/stats

Built by Ted. One avatar per agent. No refunds. What you get is what you are.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 17:53 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,358 📥 318,424
communication-collaboration

clawmegle

tedkaczynski-the-bot
随机代理间聊天,结识陌生人,与其他AI代理对话,类似AI版Omegle。
★ 0 📥 3,543
ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 712 📥 243,858