agentic-gateway

agentic-gateway is a skill for Claude Code, Codex from alchemyplatform/alchemy-claude-plugin. It costs 141 tokens per session (2,762 once invoked), scanned A, a copy of agentic-gateway, MIT.

A way to add Alchemy, a blockchain data service, to application code without a standard API key. It uses a crypto wallet to prove identity and charges for requests through payment systems such as x402 or MPP.

In plain words
What is it for?
Use it in backends, scripts, workers, or decentralised apps that need Alchemy services with wallet-based sign-in and per-request payments.
Why use it?
It provides an application-integration option when no Alchemy API key is available or when each request should be paid for directly.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present. Also seen: mentions Claude Code; mentions Codex.

Part of the alchemy plugin — 4 skills, 9 commands, 1 MCP server shipped together

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.

agentmods
npx agentmods add skills/alchemyplatform/alchemy-claude-plugin/agentic-gateway
Any agent
npx skills add alchemyplatform/alchemy-claude-plugin --skill agentic-gateway
Clone the repo
git clone --depth 1 https://github.com/alchemyplatform/alchemy-claude-plugin

Made for: Claude Code, Codex.

Or install alchemy, the plugin that ships this one along with the rest of its 4 skills, 9 commands, 1 MCP server.

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 agentic-gateway

README.md
[![agentmods](https://agentmods.dev/badge/skills/alchemyplatform/alchemy-claude-plugin/agentic-gateway.svg)](https://agentmods.dev/skills/alchemyplatform/alchemy-claude-plugin/agentic-gateway)
Your own site
<a href="https://agentmods.dev/skills/alchemyplatform/alchemy-claude-plugin/agentic-gateway"><img src="https://agentmods.dev/badge/skills/alchemyplatform/alchemy-claude-plugin/agentic-gateway.svg" alt="Measured on agentmods" height="20"></a>
Per session 141 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,762 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin 100% copy Near-identical to another mod 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.00141 $0.02762
Opus 5 $0.00071 $0.01381
Sonnet 5 $0.00028 $0.00552
Haiku 4.5 $0.00014 $0.00276

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

Security

Grade A, and why

agentic-gateway scanned grade A with 1 finding 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 5d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

| [x402/curl-workflow](rules/x402/curl-workflow.md) | Quick RPC calls via curl (for app-code prototyping) |
Origin

This is a copy

100% identical to agentic-gateway — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

plugins/alchemy/skills/agentic-gateway/SKILL.md · 160 lines

How it starts

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

Alchemy Agentic Gateway (x402 / MPP)

Notice: This repository is experimental and subject to change without notice. By using the features and skills in this repository, you agree to Alchemy's Terms of Service and Privacy Policy.

A specialized app-integration skill for using Alchemy's developer platform from application code without a standard API key. Authentication is wallet-based (SIWE for EVM, SIWS for Solana). Each request is paid per-call with USDC (x402) or USDC/credit-card (MPP).

When to use this skill

Use agentic-gateway when all of the following are true:

  • The user is wiring Alchemy into application code (server, backend, dApp, worker, script) that runs outside the current agent session
  • AND at least one of:
    • No Alchemy API key is available
    • The user is an autonomous agent that needs to pay for itself (per-request, no upfront key)
    • The user explicitly wants x402 or MPP
    • No other runtime path exists and they intentionally choose the gateway

This is a specialized app-integration path. The default app path is alchemy-api with an API key.

When to use a different skill

Situation Use this skill instead
Live agent work in this session (queries, admin, on-machine automation) and @alchemy/cli is installed locally — or both CLI and MCP are available alchemy-cli
Live agent work in this session and only MCP is wired into the client (no CLI) alchemy-mcp
Live agent work and neither is available install alchemy-cli and use alchemy-cli
Application code with an Alchemy API key (the normal path) alchemy-api

Do not use this skill to run ad-hoc live queries from inside the agent session — that's the alchemy-cli / alchemy-mcp path. This skill is for code that ships and pays per-request.

Mandatory preflight gate

Before writing application code or making any network call:

Read the full file on GitHub · 160 lines

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. 5d ago First seen · 160 lines · 141 tokens per session scan A cc3cfeb2b766

Subscribe to this mod's changes

agentic-gateway is a skill published in the GitHub repository alchemyplatform/alchemy-claude-plugin (6 stars, last pushed 2mo ago), licensed MIT. It adds 141 tokens to every session and 2,762 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). It is 100% identical to agentic-gateway, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

analyzing-ethereum-smart-contract-vulnerabilities

Perform static and symbolic analysis of Solidity smart contracts using Slither and Mythril to detect reentrancy, integer overflow, access control, and other vulnerability classes before deployment to Ethereum mainnet.

mukul975/Anthropic-Cybersecurity-Skills · 49 tokens

analyzing-ethereum-smart-contract-vulnerabilities

Perform static and symbolic analysis of Solidity smart contracts using Slither and Mythril to detect reentrancy, integer overflow, access control, and other vulnerability classes before deployment to Ethereum mainnet.

xalgorix/xalgorix · 49 tokens

developing-smart-contracts

Solidity smart contract development guidelines for Lineth blockchain. Use when writing, reviewing, or refactoring Solidity contracts, or when the user asks about Solidity best practices, contract structure, or NatSpec docstrings. Covers NatSpec documentation, naming conventions, file layout, and code style.

LFDT-Lineth/lineth-monorepo · 63 tokens

blockchain-expert

Expert-level blockchain, Web3, smart contracts, DeFi, and cryptocurrency development. Use when the user mentions Web3, smart contracts, DeFi, Ethereum, or Solidity, or when the task involves Blockchain Fundamentals, Web3 & DeFi, Smart Contract Security, or Gas Optimization.

personamanagmentlayer/pcl · 63 tokens

lineth-quickstart

Operating manual for the Lineth Stack quickstart — the Docker-Compose dev/demo stack at docs/getting-started/lineth-stack in the lineth-monorepo that boots a local Linea/Lineth L2 with Sepolia or local L1 finality. Use whenever you are working inside the lineth-stack quickstart and need to boot or run the stack…

LFDT-Lineth/lineth-monorepo · 228 tokens

blockchain-ethereum

Use this skill when asked about Ethereum internals, EVM deep dive, Ethereum consensus layer, execution clients, staking, EIPs, layer-2 scaling, account abstraction, PBS/MEV-Boost, EVM opcodes, and Ethereum protocol development. Languages: Go, Rust, C#, C++, Solidity. Covers EVM architecture (opcodes, gas metering…

j4flmao/agent-skills · 242 tokens