TopRank Skills

Home / Claw Skills / Git / GitHub / basecred-8004-registration
Official OpenClaw rules 36%

basecred-8004-registration

Interactive ERC-8004 agent registration via chat. Guides users through a prefill form, shows draft, confirms, then registers on-chain using agent0-sdk.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 basecred-8004-registration 技能。 若已安装,则直接安装 basecred-8004-registration 技能。

Overview

Skill Key
callmedas69/basecred-8004-registration
Author
callmedas69
Source Repo
openclaw/skills
Version
-
Source Path
skills/callmedas69/basecred-8004-registration
Latest Commit SHA
a09d45f471c7cf2b791d9d091c21103d62ba991a

Extracted Content

SKILL.md excerpt

# Basecred ERC-8004 Registration

Register AI agents on the [ERC-8004](https://8004.org) on-chain registry through a guided chat experience.

## Registration Flow

### Step 1: Auto-Prefill

When the user triggers registration, **auto-fill every field you can** from:
- Agent identity files (IDENTITY.md, SOUL.md, USER.md)
- Environment (`.env` — wallet address derived from private key)
- Previous context (A2A endpoint, description, image, etc.)
- Sensible defaults (version: 1.0.0, license: MIT, chain: Base, storage: onchain)

**Do NOT ask questions one by one.** Prefill first, ask later.

### Step 1.5: Explain Config Defaults

Before showing the draft, briefly explain the config so users understand what's pre-selected and what alternatives exist:

```
⚙️ Config defaults (you can change these later):

Chain:    Base (8453) — where your agent lives on-chain
          Others: Ethereum, Polygon, BNB, Arbitrum, Celo, Gnosis, Scroll

Storage:  Fully onchain — agent data stored directly on-chain
          Alternative: IPFS — data pinned to IPFS, hash stored on-chain

Trust:    Reputation — other agents/users rate your agent on-chain
          Others: Crypto-Economic (staking/slashing guarantees)
                  TEE Attestation (hardware-level trust proof)

x402:     Off — no payment protocol
          On: agent can charge for services via x402 payment protocol

Active:   On — agent is discoverable and accepting requests
          Off: registered but hidden from discovery

Wallet:   Your agent's on-chain identity address
          Two ways to set it:

          Option A: Paste your wallet address
          → Just paste your 0x... address
          → Agent will be linked to this address on-chain

          Option B: Add private key to .env (for signing)
          → Set PRIVATE_KEY=0x... in your .env file
          → Wallet auto-detected + can sign transactions
          → Enables setWallet() via EIP-712 after registration

          💡 Option A is easier. Option B is needed...

README excerpt

# basecred-8004-registration

Interactive ERC-8004 agent registration for [OpenClaw](https://openclaw.ai) agents. Register your AI agent on the [ERC-8004](https://8004.org) on-chain identity registry through a guided chat experience.

## Features

- 🗂️ **Auto-prefill** — fills from agent identity files, `.env`, and context
- 📋 **Full draft preview** — all fields with ✅/⚠️ status before submitting
- ✏️ **Inline section editing** — tap buttons to edit Basic Info, Endpoints, Skills, or Config
- 💬 **Instant button feedback** — immediate acknowledgment on every tap
- 🔘 **Multi-select toggles** — skills, domains, and trust models as toggleable buttons
- ⛓️ **Multi-chain** — Base (default), Ethereum, Polygon, BNB, Arbitrum, Celo, Gnosis, Scroll
- 💾 **Fully onchain** — default storage on-chain, no IPFS dependency
- 🔑 **Wallet flexibility** — paste an address or auto-detect from private key
- 🔐 **EIP-712 wallet linking** — sets agent wallet after registration
- 📄 **8004.org compatible** — imports/exports the standard 8004.org JSON template
- ⏳ **Progress updates** — step-by-step feedback during on-chain registration

## How It Works

1. **Auto-prefill** — agent fills every field it can from identity files and `.env`
2. **Config explainer** — explains defaults (chain, storage, trust, x402, wallet) with alternatives
3. **Draft + buttons** — shows full draft as single message with inline edit/register buttons
4. **Edit sections** — tap to edit any section, with back-to-draft navigation
5. **Register** — on confirmation, mints agent NFT, sets endpoints, links wallet
6. **Result** — shows Agent ID, TX hash, and link to 8004.org

## Quick Start

### 1. Install

```bash
bash scripts/setup.sh
```

### 2. Set Environment

Add to your `.env`:

```bash
# Required (one of these):
PRIVATE_KEY=0x...
# or
AGENT_PRIVATE_KEY=0x...
# or
MAIN_WALLET_PRIVATE_KEY=0x...

# Optional:
RPC_URL=https://mainnet.base.org
CHAIN_ID=8453
PINATA_JWT=...  # only needed for IPFS storage
```

### 3....

Related Claw Skills

heyixuan2

bambu-studio-ai

★ 41

Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).

capt-marbles

geo-optimization

★ 1

Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.

carlulsoe

parakeet-stt

★ 0

Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs.

carlzhao007

feishu-process-feedback

★ 0

飞书消息自动处理与进度反馈技能。安装后后台运行,监听飞书任务消息并自动创建独立进程处理。 在处理前后发送实时进度反馈(任务确认、进度百分比、完成通知)。 支持任务类型识别、智能解析、错误重试、并发控制、状态持久化。 使用场景:飞书自动化工作流、任务进度追踪、批量任务处理、需要实时反馈的场景。

cartoonitunes

bottyfans

★ 0

BottyFans agent skill for autonomous creator monetization. Lets AI agents register, build a profile, publish posts (public, subscriber-only, or pay-to-unlock), upload media, accept USDC subscriptions and tips on Base, send and receive DMs, track earnings, and appear on the creator leaderboard. Use this skill when an agent needs to monetize content, interact with fans, manage a creator profile, handle payments in USDC, or operate as an autonomous creator on the BottyFans platform.

cancorleone

Cancorteaw App

★ 0

cancorteaw app