← 返回 Skills 市场
aaigotchi

Aavegotchi Traits

作者 aaigotchi · GitHub ↗ · v1.1.0
cross-platform ✓ 安全检测通过
385
总下载
0
收藏
4
当前安装
4
版本数
在 OpenClaw 中安装
/install aavegotchi-traits
功能描述
Retrieve Aavegotchi NFT data by gotchi ID or name on Base. Returns traits, wearables, rarity scores, kinship, XP, level, and owner data.
使用说明 (SKILL.md)

Aavegotchi Traits

Fetch Aavegotchi data on Base by ID or name.

Usage

cd scripts
node get-gotchi.js 9638
node get-gotchi.js aaigotchi
./gotchi-info.sh 9638

What it returns

  • Token ID, name, owner, haunt
  • BRS / modified BRS
  • Kinship, XP, level
  • Base + modified traits
  • Equipped wearables with names
  • Collateral, staked amount, last interaction
  • JSON output for automation

Environment

  • AAVEGOTCHI_RPC_URL (optional)
  • AAVEGOTCHI_SUBGRAPH_URL (optional; default Goldsky Base subgraph)
  • AAVEGOTCHI_SEARCH_BATCH_SIZE (optional)
  • AAVEGOTCHI_RPC_RETRIES (optional)
  • AAVEGOTCHI_RPC_RETRY_DELAY_MS (optional)

Reliability

  • Name lookup uses subgraph first for speed.
  • If subgraph fails, script scans on-chain with RPC retry/backoff to handle rate limits.
安全使用建议
This appears to be a straightforward tool for querying Aavegotchi data. Before installing, note: (1) it runs Node scripts and will require npm install to pull standard dependencies from the public npm registry; (2) at runtime it makes network calls to the Base RPC and a Goldsky subgraph (or any RPC/subgraph URL you configure) — if you run it in a sensitive environment be aware of outbound network activity; (3) it does not request any secrets or cloud credentials. If you want extra caution, inspect the included get-gotchi.js and package-lock.json locally or run the scripts in an isolated environment (container) before granting wider access.
功能分析
Type: OpenClaw Skill Name: aavegotchi-traits Version: 1.1.0 The skill bundle is a legitimate tool for retrieving Aavegotchi NFT data from the Base blockchain. The core logic in scripts/get-gotchi.js uses standard libraries (ethers.js, node-fetch) to query public RPC endpoints and subgraphs, with no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description (Aavegotchi Traits) match the included scripts and manifest: the code queries an Aavegotchi contract and an optional subgraph and maps wearable IDs to names. Required binaries/credentials are none; the files and env vars are appropriate for this purpose.
Instruction Scope
SKILL.md instructs running the provided Node script(s) and optional wrapper; runtime behavior described (RPC/subgraph calls, on-chain scanning fallback) matches the code. The instructions do not ask the agent to read unrelated files or exfiltrate data.
Install Mechanism
There is no install spec; this is instruction + script bundle. README recommends npm install to satisfy normal Node dependencies (ethers, node-fetch). The package-lock lists only standard npm packages from the public registry; no downloads from arbitrary URLs or extract steps are present.
Credentials
No required secrets or credentials. Optional env vars are RPC/subgraph URLs and retry/batch settings which are proportionate to a blockchain query tool. The code only reads the declared env vars and no other secret-like variables.
Persistence & Privilege
Skill is not always-enabled and does not request persistent privileges or modify other skills or system settings. It runs as an invoked script and makes network calls consistent with its function.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install aavegotchi-traits
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /aavegotchi-traits 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Updated trait lookup with improved Base mainnet support
v1.0.2
Version 1.0.2 - No code or documentation changes detected in this release. - All features, usage instructions, and troubleshooting steps remain unchanged.
v1.0.1
- Removed all sample scripts, data files, and documentation files related to usage and implementation. - The skill no longer includes example script files (get-gotchi.js, test-names.js), sample data (wearables-data.json), or related npm configuration. - End user experience and output remain the same; this update is a cleanup of the development and sample files. - References in documentation to local files and scripts may now be outdated due to file removals.
v1.0.0
Initial ClawHub release: Retrieve Aavegotchi NFT data by gotchi ID or name from Base mainnet. Fetches complete stats (BRS, Kinship, XP), all 6 traits with emojis, equipped wearables with names (400+ mapped), haunt, level, age, and staking info. Supports instant ID lookup and experimental name search with The Graph subgraph integration (ready for Base deployment).
元数据
Slug aavegotchi-traits
版本 1.1.0
许可证
累计安装 4
当前安装数 4
历史版本数 4
常见问题

Aavegotchi Traits 是什么?

Retrieve Aavegotchi NFT data by gotchi ID or name on Base. Returns traits, wearables, rarity scores, kinship, XP, level, and owner data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 385 次。

如何安装 Aavegotchi Traits?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install aavegotchi-traits」即可一键安装,无需额外配置。

Aavegotchi Traits 是免费的吗?

是的,Aavegotchi Traits 完全免费(开源免费),可自由下载、安装和使用。

Aavegotchi Traits 支持哪些平台?

Aavegotchi Traits 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Aavegotchi Traits?

由 aaigotchi(@aaigotchi)开发并维护,当前版本 v1.1.0。

💬 留言讨论