High Risk:This skill has significant security concerns. Review the findings below before installing.

build-hook

Caution·Scanned 2/19/2026

Builds a Uniswap V4 hook, generating Solidity, Foundry tests, CREATE2 salts, and deployment scripts. The skill contains explicit shell commands that download-and-run a remote installer (curl -L https://foundry.paradigm.xyz \| bash) and references fetching the skill via https://github.com/wpank/Agentic-Uniswap/tree/main/.ai/skills/build-hook.

from clawhub.ai·v679dec1·6.1 KB·0 installs
Scanned from 0.1.0 at 679dec1 · Transparency log ↗
$ vett add clawhub.ai/wpank/build-hookReview security findings before installing

Build Hook

Build a Uniswap V4 hook: Solidity implementation, Foundry tests, CREATE2 address mining for hook flags, and deployment scripts.

SKILL.md — Full skill specification and workflow.

Installation

Install into Claude Code or Cursor with:

npx skills add https://github.com/wpank/Agentic-Uniswap/tree/main/.ai/skills/build-hook

Or via Clawhub:

npx clawhub@latest install build-hook

When to use

Use this skill when:

  • You want to generate a production-ready Uniswap V4 hook (code, tests, deployment).
  • You need CREATE2 address mining to satisfy hook flag requirements.
  • You prefer a turnkey dev flow from design assumptions to runnable code.

Example prompts

  • "Build a Uniswap V4 hook that charges a dynamic fee based on volatility."
  • "Generate a V4 hook that shares a portion of swap fees with a treasury address."
  • "Create a V4 hook for anti-sandwich protection with tests and deployment scripts."