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
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.
Understand blockchain technology, interact with smart contracts, and evaluate when distributed ledgers solve real problems.
有道云笔记官方 skill,支持笔记 CRUD(创建/读取/更新/删除)、待办管理、网页剪藏、笔记搜索、文件夹管理等基础操作。如需构建知识库或 Wiki,请使用 youdaonote-llm-wiki skill 而非本 skill。
网页剪藏到有道云笔记。触发词:剪藏网页、保存网页、收藏网页。
有道云笔记资讯推送:基于收藏笔记分析关注话题,推送最新相关资讯。支持对话触发与每日定时推送(如早上9点)。触发词:资讯推送、设置资讯推送、生成资讯推送。
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.