gizmolab-tools
Use GizmoLab's free blockchain developer tools at tools.gizmolab.io and Web3 UI components at ui.gizmolab.io. Ethereum tools include Contract UI interaction, Transaction Decoder, ENS Lookup, and Burner Wallet. Solana tools include Token Creation, Token Minting, Token Snapshots, and Token Swaps. Web3 UI components include Abstract Gasless NFT Mint, Chain Selector, Crypto Product Card, NFT Mint Card, NFT Portfolio, LiFi Widget, and Polymarket Widget. Use when building dApps, interacting with smart contracts, or performing blockchain operations.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/gizmo-dev/gizmolab-toolsGizmoLab Tools & UI
Tools: https://tools.gizmolab.io/ - Free blockchain developer tools UI Library: https://ui.gizmolab.io/ - Web3 component library
Available Tools
Ethereum Tools
| Tool | URL | Purpose |
|---|---|---|
| Contracts UI | /ethereum/contracts/ui | Interact with any smart contract (read/write) |
| Transaction Decoder | /ethereum/converters/transaction-decoder | Decode raw transaction data |
| ENS Lookup | /ethereum/ens/lookup | Resolve ENS names to addresses |
| Burner Wallet | /ethereum/wallets/burner | Generate temporary wallets |
Solana Tools
| Tool | URL | Purpose |
|---|---|---|
| Create Token | /solana/token/create | Create new SPL tokens |
| Mint Token | /solana/token/mint | Mint tokens to addresses |
| Token Snapshot | /solana/token/snapshot/token | Snapshot token holders |
| Swap | /solana/swap | Swap tokens via Jupiter |
Usage
All tools are web-based. Use the browser tool to interact:
Example: ENS Lookup
1. browser action=open targetUrl="https://tools.gizmolab.io/ethereum/ens/lookup"
2. browser action=snapshot
3. Find the ENS input field, type the name
4. Click lookup/resolve button
5. browser action=snapshot to see result
Example: Transaction Decoder
1. browser action=open targetUrl="https://tools.gizmolab.io/ethereum/converters/transaction-decoder"
2. browser action=snapshot
3. Paste raw transaction hex into input
4. Click decode button
5. browser action=snapshot to see decoded data
Example: Create Solana Token
1. browser action=open targetUrl="https://tools.gizmolab.io/solana/token/create"
2. browser action=snapshot
3. Connect wallet when prompted
4. Fill token details (name, symbol, decimals, supply)
5. Click create and confirm transaction
Tool Details
Contracts UI
- Enter contract address + ABI
- Select network (Mainnet, Goerli, Sepolia, etc.)
- Read contract state or write transactions
- Supports any EVM-compatible contract
Transaction Decoder
- Input: Raw transaction hex (0x...)
- Output: Decoded function call, parameters, values
- Works with any transaction data
ENS Lookup
- Forward lookup: ENS name → Ethereum address
- Reverse lookup: Address → ENS name
- Shows resolver, registrant, expiry
Burner Wallet
- Generates random private key + address
- Use for testing only
- Never use for real funds
Solana Token Create
- Creates new SPL token
- Set name, symbol, decimals, initial supply
- Upload token image/metadata
- Requires wallet connection (Phantom, Solflare)
Solana Token Mint
- Mint additional tokens
- Enter token address + amount
- Must be token authority
Solana Token Snapshot
- Get list of all token holders
- Export as CSV
- Shows balances at current slot
Solana Swap
- Jupiter-powered swaps
- Best price routing
- Connect wallet to execute
Networks Supported
Ethereum: Mainnet, Goerli, Sepolia, Base, Polygon, Arbitrum, Optimism, Avalanche, BNB Chain
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-gizmo-dev-gizmolab-tools": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
agentapi
Browse and search the AgentAPI directory - a curated database of APIs designed for AI agents. Find MCP-compatible APIs for search, AI, communication, databases, payments, and more. Includes x402 pay-per-use billing with USDC on Base.
qa-check
Mandatory quality assurance for all dev work before publishing. Use BEFORE deploying any project to production. Validates build, tests browser functionality, checks mobile responsiveness, and ensures no broken links/images.
alchemy-web3
Interact with Alchemy's Web3 APIs for blockchain data, NFTs, tokens, transfers, and webhooks across 80+ chains.
agentapi
Browse and search the AgentAPI directory - a curated database of APIs designed for AI agents. Find MCP-compatible APIs for search, AI, communication, databases, payments, and more. Includes free directory access and optional x402 pay-per-use APIs.