Toolverse
All skills

ethereum-history

by openclaw

Read-only factual data about historical Ethereum mainnet contracts. Use when the user asks about a specific contract address, early Ethereum contracts, deployment era, deployer, bytecode, decompiled code, or documented history (what a contract is and is not). Data is

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
DevOps
Views
5

About this skill

Read-only factual data about historical Ethereum mainnet contracts. Use when the user asks about a specific contract address, early Ethereum contracts, deployment era, deployer, bytecode, decompiled code, or documented history (what a contract is and is not). Data is non-opinionated and includes runtime bytecode, decompiled code, and editorial history when available. Base URL https://ethereumhistory.com (or set BASE_URL for local/staging).

How to use

  1. Zainstaluj umiejętność w swoim agencie, wskazując repozytorium openclaw/skills i ścieżkę skills/ethereum-history. Agent automatycznie załaduje manifest z https://ethereumhistory.com/api/agent/manifest.

  2. Kiedy użytkownik pyta o konkretny adres kontraktu (np. "Co to jest 0xdbf03b407c01e7cd3cbea99509d93f8dddc8c6fb?"), agent wysyła żądanie GET do /api/agent/contracts/{address} i otrzymuje pełne dane: deployer, blok wdrożenia, timestamp, runtime_bytecode, decompiled_code, opis i historię.

  3. Aby znaleźć kontrakty z konkretnej ery (Frontier, Homestead, DAO fork itp.), użyj endpoint /api/agent/contracts z parametrem era_id — agent zwróci listę kontraktów z tej epoki wraz z podstawowymi informacjami.

  4. Możesz filtrować wyniki po innych parametrach, takich jak deployer, token_type lub słowa kluczowe w opisie — sprawdź dokumentację manifestu, aby zobaczyć dostępne filtry.

  5. Wszystkie odpowiedzi są w formacie JSON ze snake_case keys. Agent automatycznie parsuje dane i prezentuje je użytkownikowi w czytelnej formie — nie musisz nic konfigurować.

  6. Umiejętność jest read-only (tylko GET), więc nigdy nie modyfikuje danych. Jeśli potrzebujesz lokalnej instancji, ustaw zmienną BASE_URL na adres staging lub localhost.

Related skills

azure-devops-rest-api

by Tiberriver256

Guide for working with Azure DevOps REST APIs and OpenAPI specifications. Use this skill when implementing new Azure DevOps API integrations, exploring API capabilities, understanding request/response formats, or referencing the official OpenAPI specifications from the

DevOps
995

chrome-devtools

by mrgoonie

Browser automation, debugging, and performance analysis using Puppeteer CLI scripts. Use for automating browsers, taking screenshots, analyzing performance, monitoring network traffic, web scraping, form automation, and JavaScript debugging.

DevOps
29141

game-art

by davila7

Game art principles. Visual style selection, asset pipeline, animation workflow.

DevOps
1268

clawhub

by openclaw

Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.

DevOps
14106

senior-computer-vision

by davila7

World-class computer vision skill for image/video processing, object detection, segmentation, and visual AI systems. Expertise in PyTorch, OpenCV, YOLO, SAM, diffusion models, and vision transformers. Includes 3D vision, video analysis, real-time processing, and production

DevOps
1044

grafana-dashboards

by wshobson

Create and manage production Grafana dashboards for real-time visualization of system and application metrics. Use when building monitoring dashboards, visualizing metrics, or creating operational observability interfaces.

DevOps
92262