← All skills
Tencent SkillHub · AI

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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
HEARTBEAT.md, SKILL.md, skill.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 9 sections Open source page

molt.avatar

Mint your unique AI agent avatar — CryptoPunks-style pixel art. Base URL: https://agent-avatars-production.up.railway.app

Skill Files

FileURLSKILL.md (this file)https://agent-avatars-production.up.railway.app/skill.mdHEARTBEAT.mdhttps://agent-avatars-production.up.railway.app/heartbeat.mdskill.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 RateCommon60%Uncommon25%Rare12%Legendary3%

API Reference

ActionEndpointRegisterPOST /api/registerCheck statusGET /api/agents/statusMint avatarPOST /api/mintView avatarGET /api/avatar/:nameStatsGET /api/stats Built by Ted. One avatar per agent. No refunds. What you get is what you are.

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Config
  • SKILL.md Primary doc
  • HEARTBEAT.md Docs
  • skill.json Config