build-hookBuild a Uniswap V4 hook. Use when user wants to create a custom V4 hook contract. Generates Solidity code, Foundry tests, mines CREATE2 address for hook flags, and produces deployment scripts. Handles the full hook development lifecycle.
Install via ClawdBot CLI:
clawdbot install wpank/build-hookGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Potentially destructive shell commands in tool definitions
curl -L https://foundry.paradigm.xyz \| bashCalls external URL not in known-safe list
https://foundry.paradigm.xyzAI Analysis
The skill's primary risk is the inclusion of a shell command to install Foundry from an external URL (foundry.paradigm.xyz), which is a standard tool for Ethereum development but introduces a supply chain risk. The skill's purpose (building Uniswap V4 hooks) is legitimate and the external call aligns with its stated function, but the execution method is not sandboxed.
Audited Apr 17, 2026 · audit v1.0
Generated Mar 22, 2026
A DEX wants to implement limit orders to attract traders seeking precise execution prices, improving user experience and liquidity. This hook automates order placement and matching within Uniswap V4 swaps, reducing reliance on external order books.
A protocol aims to adjust trading fees dynamically based on market volatility to stabilize liquidity during high activity. The hook monitors price swings and applies higher fees to mitigate impermanent loss risks for LPs.
A DeFi platform seeks to distribute LP fees to stakers as incentives, boosting long-term participation. The hook automatically allocates swap fees to staked positions, enhancing yield opportunities and protocol loyalty.
A financial application requires real-time external price feeds for accurate asset valuations in swaps. The hook integrates with oracles to adjust swap rates, ensuring fair pricing and reducing manipulation risks.
An institution needs to execute large trades over time to minimize market impact. The hook splits orders into smaller increments across multiple blocks, enabling efficient bulk trading without price slippage.
Offer a subscription service where developers access pre-built hook templates and customization tools. Revenue comes from monthly fees and premium support for complex integrations.
Deploy hooks that charge a small percentage on swaps or fees, with revenue shared between the hook developer and the protocol. This incentivizes innovation while generating passive income.
Provide bespoke hook development for enterprises needing specialized DeFi solutions, such as compliance hooks or proprietary trading algorithms. Charge upfront and ongoing maintenance fees.
💬 Integration Tip
Ensure Foundry is installed for testing and deployment, and verify hook flag compatibility with Uniswap V4's PoolManager to avoid deployment failures.
Scored Apr 19, 2026
Understand blockchain technology, interact with smart contracts, and evaluate when distributed ledgers solve real problems.
ERC-8004 Trustless Agents - Register, discover, and build reputation for AI agents on Ethereum. Use when registering agents on-chain, querying agent registries, giving/receiving reputation feedback, or interacting with the AI agent trust layer.
Deploy ERC20 tokens on Base using Clanker SDK. Create tokens with built-in Uniswap V4 liquidity pools. Supports Base mainnet and Sepolia testnet. Requires PRIVATE_KEY in config.
Self-sovereign EVM wallet for AI agents. Use when the user wants to create a crypto wallet, check balances, send ETH or ERC20 tokens, swap tokens, or interact with smart contracts. Supports Base, Ethereum, Polygon, Arbitrum, and Optimism. Private keys stored locally — no cloud custody, no API keys required.
Interact with Solana blockchain via Helius APIs. Create/manage wallets, check balances (SOL + tokens), send transactions, swap tokens via Jupiter, and monitor addresses. Use for any Solana blockchain operation, crypto wallet management, token transfers, DeFi swaps, or portfolio tracking.
Query DeFi portfolio data across 50+ chains via Zapper's GraphQL API. Use when the user wants to check wallet balances, DeFi positions, NFT holdings, token prices, or transaction history. Supports Base, Ethereum, Polygon, Arbitrum, Optimism, and more. Requires ZAPPER_API_KEY.