# Send GizmoLab Tools to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "gizmolab-tools",
    "name": "GizmoLab Tools",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/gizmo-dev/gizmolab-tools",
    "canonicalUrl": "https://clawhub.ai/gizmo-dev/gizmolab-tools",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/gizmolab-tools",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gizmolab-tools",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "gizmolab-tools",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T19:32:12.321Z",
      "expiresAt": "2026-05-10T19:32:12.321Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gizmolab-tools",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gizmolab-tools",
        "contentDisposition": "attachment; filename=\"gizmolab-tools-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "gizmolab-tools"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/gizmolab-tools"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/gizmolab-tools",
    "downloadUrl": "https://openagent3.xyz/downloads/gizmolab-tools",
    "agentUrl": "https://openagent3.xyz/skills/gizmolab-tools/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gizmolab-tools/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gizmolab-tools/agent.md"
  }
}
```
## Documentation

### GizmoLab Tools & UI

Tools: https://tools.gizmolab.io/ - Free blockchain developer tools
UI Library: https://ui.gizmolab.io/ - Web3 component library

### Ethereum Tools

ToolURLPurposeContracts UI/ethereum/contracts/uiInteract with any smart contract (read/write)Transaction Decoder/ethereum/converters/transaction-decoderDecode raw transaction dataENS Lookup/ethereum/ens/lookupResolve ENS names to addressesBurner Wallet/ethereum/wallets/burnerGenerate temporary wallets

### Solana Tools

ToolURLPurposeCreate Token/solana/token/createCreate new SPL tokensMint Token/solana/token/mintMint tokens to addressesToken Snapshot/solana/token/snapshot/tokenSnapshot token holdersSwap/solana/swapSwap 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

### 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

Solana: Mainnet, Devnet

### Tips

For contract interactions, have the ABI ready (get from Etherscan)
Transaction decoder works offline - no network needed
Burner wallets are ephemeral - save keys if needed
Solana tools require a connected wallet (Phantom recommended)

### GizmoLab UI - Web3 Component Library

Full-stack Web3 components for building dApps at https://ui.gizmolab.io/

### Available Components

ComponentURLPurposeAbstract Gasless NFT Mint/components/abstract-gasless-nft-mintMint NFTs without gas fees using account abstractionAbstract Sign In/components/abstract-sign-inSign in with Abstract Global WalletChain Selector/components/chain-selectorHeader popover to switch blockchain networksCrypto Product Card/components/crypto-product-cardPay-with-crypto or custom ERC20 product cardNFT Mint Card/components/nft-mint-cardMint NFTs with smart contract integrationNFT Portfolio/components/nft-portfolioDashboard to view NFT holdingsLiFi Widget/components/lifi-widgetCross-chain bridging and swappingPolymarket Widget/components/polymarket-widgetPrediction market trading widget

### Installation Guides

Available at https://ui.gizmolab.io/docs/:

Install Abstract Global Wallet - Account abstraction setup
Install Next.js 14 - Next.js project setup
Install Dynamic - Dynamic wallet integration
Install Shadcn UI - Shadcn UI setup
Deploy EVM Contract - Smart contract deployment

### 1. Browse Components

browser action=open targetUrl="https://ui.gizmolab.io/components"
browser action=snapshot

### 2. View Component Details

Each component page includes:

Live preview/demo
Installation instructions
Code snippets (copy-paste ready)
Props/configuration options

### 3. Example: Add NFT Mint Card

1. Go to /components/nft-mint-card
2. Copy the installation command
3. Copy the component code
4. Configure with your contract address
5. Import and use in your dApp

### Tech Stack

Components are built with:

React / Next.js 14
Shadcn UI (Tailwind-based)
Wagmi / Viem (Ethereum)
Account Abstraction support

### Playground

Test components live at https://ui.gizmolab.io/playground

### Custom Development

For custom Web3 components or dApp development:

Book a call: https://calendly.com/gizmolab/30min
Contact: https://gizmolab.io/contact
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: gizmo-dev
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-03T19:32:12.321Z
- Expires at: 2026-05-10T19:32:12.321Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/gizmolab-tools)
- [Send to Agent page](https://openagent3.xyz/skills/gizmolab-tools/agent)
- [JSON manifest](https://openagent3.xyz/skills/gizmolab-tools/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/gizmolab-tools/agent.md)
- [Download page](https://openagent3.xyz/downloads/gizmolab-tools)