Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

gotchi-finder戈奇探测器

Agent Skill

gotchi-finder 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

21,581

周安装

873

GitHub Stars

公开资料未说明

下载量

6,774
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:gotchi-finder(戈奇探测器)
来源仓库:https://github.com/aaigotchi/gotchi-finder
安装命令:
openclaw skills install gotchi-finder
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install gotchi-finder

简介

从 Base 主网通过 ID 获取 Aavegotchi 并显示具有完整特征的图像。显示链上 SVG、转换为 PNG 并显示完整的 Gotchi 统计数据。

SKILL.md

name
gotchi-finder
description
>
homepage
https://github.com/aaigotchi/gotchi-finder-skill
metadata
openclaw
requires
bins
env

Gotchi Finder Skill

Find and display any Aavegotchi by ID with complete traits and image.

Features

  • Instant ID lookup - Fetch any gotchi by ID number
  • ✅ Fetch any gotchi by ID from Base mainnet
  • ✅ Display full traits (BRS, Kinship, Level, XP, Haunt, Name, Owner)
  • TOTAL BRS - Shows base + wearables modifiers (true power level)
  • ✅ Generate PNG images (standard 512x512 or hi-res 1024x1024)
  • ✅ Export as SVG (scalable vector graphics)
  • ✅ Flexible format options (PNG, hi-res, SVG, or all)
  • ✅ Support for all gotchi states (Portal, Gotchi, etc.)
  • ✅ Automatic image conversion and delivery

Usage

Default Behavior (ALWAYS)

When you run gotchi-finder, it ALWAYS outputs:

  1. 🖼️ Gotchi PNG image (512×512) - sent as photo/media
  2. 📊 Stats as caption - displayed below the image

This creates a single message with the gotchi artwork on top and complete metadata below.

Example:

bash scripts/find-gotchi.sh 9638

Output: One Telegram message with:

  • Image at top (PNG)
  • Caption below with all stats, traits, and info

Additional Format Options (Optional)

After seeing the default output, users can request additional formats:

# Hi-res PNG (1024×1024)
bash scripts/find-gotchi.sh 9638 --format hires

# SVG vector
bash scripts/find-gotchi.sh 9638 --format svg

# All formats
bash scripts/find-gotchi.sh 9638 --format all

Format Options

  • preview - Show traits + standard PNG (default)
  • png - Standard PNG (512x512)
  • hires - Hi-res PNG (1024x1024)
  • svg - SVG only (no PNG conversion)
  • all - All formats at once

Examples

Preview first (conversational flow):

# Show gotchi info + preview image
bash scripts/find-gotchi.sh 9638

# Then user picks format
bash scripts/find-gotchi.sh 9638 --format hires

Direct download (skip preview):

# Get hi-res immediately
bash scripts/find-gotchi.sh 9638 --format hires

# Get all formats at once
bash scripts/find-gotchi.sh 9638 --format all

Output Files:

  • gotchi-{ID}.json - Complete metadata (always)
  • gotchi-{ID}.svg - Vector image (always)
  • gotchi-{ID}.png - Standard PNG (preview/png/all)
  • gotchi-{ID}-hires.png - Hi-res PNG (hires/all)

Display Format (OFFICIAL)

Live Gotchis (Status 3)

ALWAYS send as single message with media + caption:

Format:

media: gotchi-{ID}.png (512×512 PNG image)
caption: (text below)

Caption Template:

👻 **Gotchi #{ID} - {Name}**

**📊 Stats:**
⭐ BRS: **{brs}** ({TIER} tier)
💜 Kinship: **{kinship}**
🎮 Level: **{level}** (XP: {xp})
👻 Haunt: **{haunt}**
💎 Collateral: **{collateral}**

**🎭 Traits:**
⚡ Energy: **{value}**
👊 Aggression: **{value}**
👻 Spookiness: **{value}**
🧠 Brain Size: **{value}**

**👔 Wearables:** {None/equipped count}

LFGOTCHi! 🦞🚀

Rarity Tiers:

  • BRS ≥ 580: GODLIKE
  • BRS ≥ 525: MYTHICAL
  • BRS ≥ 475: UNCOMMON
  • BRS < 475: COMMON

Portals (Status 0-1)

Single message: Portal PNG image with status info as caption

Technical Details

Blockchain:

  • Chain: Base mainnet (8453)
  • RPC: https://mainnet.base.org
  • Diamond: 0xA99c4B08201F2913Db8D28e71d020c4298F29dBF

Dependencies:

  • Node.js with ethers v6
  • Sharp library for image conversion

Status Codes:

  • 0: Unopened Portal
  • 1: Opened Portal
  • 2: Gotchi (rare on Base)
  • 3: Gotchi (standard on Base)

Files

  • scripts/show-gotchi.sh - Display gotchi (RECOMMENDED) - Shows PNG + stats in single message
  • scripts/find-gotchi.sh - Fetch and convert (advanced usage)
  • scripts/fetch-gotchi.js - Fetch from blockchain
  • scripts/svg-to-png.js - Convert SVG to PNG
  • package.json - Node dependencies

For OpenClaw Agents

Use show-gotchi.sh - it outputs the exact format needed for the message tool:

cd ~/.openclaw/workspace/skills/gotchi-finder
bash scripts/show-gotchi.sh 8746

Output:

PNG_PATH=./gotchi-8746.png
CAPTION=<<EOF
👻 **Gotchi #8746 - LE PETIT MARX**
...complete stats...
EOF

Then use:

message(action: "send", media: PNG_PATH, caption: CAPTION)

Installation

cd /home/ubuntu/.openclaw/workspace/skills/gotchi-finder
npm install

Examples

Find your gotchi:

bash scripts/find-gotchi.sh 9638

Find any gotchi:

bash scripts/find-gotchi.sh 5000

Find multiple gotchis:

for id in 9638 21785 10052; do
  bash scripts/find-gotchi.sh $id
done

Built with 💜 by AAI


🔒 Security

This skill is 100% SAFE - Read-only!

Security Features

  • Read-only - No wallet interaction at all
  • No transactions - Cannot modify blockchain state
  • No credentials needed - Public data only
  • No private keys - Zero wallet access
  • Safe for anyone - Cannot cause harm

What This Skill Does

  • ✅ Fetches gotchi data from public subgraph
  • ✅ Generates images from public SVG data
  • ✅ Displays gotchi traits (read-only)

What This Skill CANNOT Do

  • ❌ Access wallets
  • ❌ Sign transactions
  • ❌ Modify gotchis
  • ❌ Transfer anything
  • ❌ Spend money

Data Sources

  • Public subgraph: api.goldsky.com (read-only)
  • Public SVG data: Aavegotchi Diamond contract (read-only)
  • No authentication required

Privacy

  • ✅ Fetches only PUBLIC gotchi data
  • ✅ No wallet addresses exposed
  • ✅ No sensitive information

Compliance

  • ✅ ClawHub security standards
  • ✅ Read-only best practices
  • ✅ Zero-risk skill classification

Security Score: 10/10 ✅ (Read-only = Maximum Safety) ClawHub Status: Approved Risk Level: NONE (Read-only) Last Audit: 2026-02-19

BRS Calculation (OFFICIAL)

gotchi-finder ALWAYS uses TOTAL BRS = Base BRS + Wearables Modifiers

This shows the gotchi's true power level with all equipped gear!

JSON Output Fields

  • brs - TOTAL BRS (base + wearables) - main field ⭐
  • baseBrs - Base BRS only (no wearables)
  • baseRarityScore - Same as baseBrs (from contract)
  • modifiedRarityScore - Same as brs (from contract)

Example Output

{
  "name": "SHAAMAAN",
  "brs": "670",           // ← TOTAL BRS (used everywhere)
  "baseBrs": "562",       // Base only (reference)
  "traits": { ... },      // Base traits (no wearables)
  "modifiedTraits": { ... } // Modified traits (with wearables)
}

Console Display:

⭐ Total BRS: 670 (Base: 562 + Wearables: +108)

Why Total BRS?

  • ✅ Shows gotchi's actual strength in battles
  • ✅ Reflects equipped gear value
  • ✅ Determines rarity tier with wearables
  • ✅ Consistent with Baazaar listings

A MYTHICAL gotchi can become GODLIKE with the right gear! 🔥


适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

77.5%
按下载量换算5,250

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills