permissioned-pools-configurator

permissioned-pools-configurator is a skill for Claude Code from Uniswap/uniswap-ai. It costs 137 tokens per session (4,849 once invoked), scanned A, original, MIT.

An interactive form for configuring a Uniswap v4 permissioned pool, a trading pool that restricts participation using an allowlist. It collects and checks the setup details, then produces a JSON configuration for a separate deployer.

In plain words
What is it for?
Use it to specify the blockchain, token, allowlist checker, owners, deposit, wrapper registrations, hook, and pool pricing for a permissioned-pool deployment.
Why use it?
It reduces missing or invalid settings before an on-chain setup begins. It does not deploy contracts, broadcast transactions, hold signing keys, or perform compliance checks.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter; reads .claude/ paths; names the AskUserQuestion tool.

Part of the uniswap-permissioned-pools plugin — 3 skills shipped together

Good fit Use it to specify the blockchain, token, allowlist checker, owners, deposit, wrapper registrations, hook, and pool pricing for a permissioned-pool deployment.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/uniswap/uniswap-ai/permissioned-pools-configurator
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Uniswap/uniswap-ai --skill permissioned-pools-configurator
Clone the repo
git clone --depth 1 https://github.com/Uniswap/uniswap-ai

Made for: Claude Code.

Or install uniswap-permissioned-pools, the plugin that ships this one along with the rest of its 3 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for permissioned-pools-configurator

README.md
[![agentmods](https://agentmods.dev/badge/skills/uniswap/uniswap-ai/permissioned-pools-configurator/github.svg)](https://agentmods.dev/skills/uniswap/uniswap-ai/permissioned-pools-configurator)
Your own site
<a href="https://agentmods.dev/skills/uniswap/uniswap-ai/permissioned-pools-configurator"><img src="https://agentmods.dev/badge/skills/uniswap/uniswap-ai/permissioned-pools-configurator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for permissioned-pools-configurator

Your own site · 80×15
<a href="https://agentmods.dev/skills/uniswap/uniswap-ai/permissioned-pools-configurator"><img src="https://agentmods.dev/badge/skills/uniswap/uniswap-ai/permissioned-pools-configurator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 137 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,849 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 5
    Skill selects an external model or provider that may use a different account or billing plan than the operator expects. Undisclosed model switches can cause unexpected cost or quota consumption.
    Fix: Remove the model/provider override or disclose it prominently and require explicit operator approval before invoking an external coding CLI or billed model.
  • medium Rogue Agent · line 332
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00137 $0.04849
Opus 5 $0.00068 $0.02424
Sonnet 5 $0.00027 $0.00970
Haiku 4.5 $0.00014 $0.00485

Measured 13d ago against content hash cf8e06e9f29d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

permissioned-pools-configurator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

packages/plugins/uniswap-permissioned-pools/skills/permissioned-pools-configurator/SKILL.md · 382 lines

How it starts

The opening of the file, as written. The whole thing — 382 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Permissioned Pools Configurator

Interactive bulk-form configurator for a Uniswap v4 Permissioned Pool. Collects every parameter the setup journey needs, validates each one, and displays a single JSON configuration object that the permissioned-pools-deployer skill consumes to run the on-chain sequence. For the contract mechanics behind any of these parameters, see permissioned-pools-issuer.

Runtime Compatibility: This skill uses AskUserQuestion to collect parameters in batches. If AskUserQuestion is not available in your runtime, collect the same parameters through natural language conversation instead, in the same batch groupings and with the same validation after each group.

Scope and Disclaimer

This is a configuration tool, not deployment guidance and not a compliance review.

  • ✅ It collects and validates the inputs a permissioned-pool setup needs and produces a JSON document. It does not call any contract, does not broadcast anything, and holds no signing keys.
  • Treat this as contract mechanics only. This skill does not constitute legal, financial, investment, or tax advice, and it is not a compliance review of your token, your allowlist, your KYC or AML program, or your configuration. It covers what each parameter means and what breaks if it is wrong.
  • ✅ It never invents a contract address. Addresses you supply are recorded as given; addresses you do not yet have — whether because they still need to be looked up against the deploy guide's table or because the issuer has not decided on them yet — are stored as the literal string "RESOLVE", never guessed or recalled from memory.
  • ✅ Review the emitted configuration yourself, and re-resolve every address it marks for resolution, before handing it to a deployment flow.
  • Read the repo's usage guidelines. The repo root DISCLAIMER.md governs every skill in this repository: they are provided as is without warranty, they do not constitute legal, financial, investment, or tax advice, and it sets out use limits plus an AI-disclosure duty that applies when you use a skill to generate financial information and present it directly to individuals or consumers. Point the user to it.

Read the full file on GitHub · 382 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 13d ago First seen · 382 lines · 137 tokens per session scan A cf8e06e9f29d

Subscribe to this mod's changes

permissioned-pools-configurator is a skill published in the GitHub repository Uniswap/uniswap-ai (230 stars, last pushed today), licensed MIT. It adds 137 tokens to every session and 4,849 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.