Works with the AI tools you already use

    Claude CodeClaude CodeCursorCursorCodex CLICodex CLIGitHub CopilotGitHub CopilotGemini CLIGemini CLI+20 more

    X402 Api Paywall

    6

    Add stablecoin micropayment paywalls to FastAPI and Express routes using the HTTP 402 standard.

    Free

    2 installsSecurity scanned
    x402-api-paywall

    x402-api-paywall

    Example session with this skill installed

    Add an x402 paywall to the /generate-image route in my FastAPI app. Use Base Sepolia and charge 0.10 USDC.

    • Read your context and instructions
    • Compiled the x402-api-paywall

    I've added the x402_middleware.py and updated your /generate-image route.

    @app.post("/generate-image", dependencies=[Depends(require_payment)])
    async def generate_image(request: ImageRequest):
    
    # Protected logic
    ...
    

    Unauthenticated requests will now receive a 402 Payment Required response.

    Connects securely to your tools. The creator never sees your data.

    About this skill

    Turn your API into a Revenue Stream

    Modern AI agents need a way to pay for the services they consume. The x402 API Paywall skill enables you to monetize your Express or FastAPI endpoints using the HTTP 402 "Payment Required" standard and stablecoins.

    What it does

    This skill acts as a specialized developer assistant that integrates a middleware-based paywall into your existing codebase. Instead of manually writing complex web3 verification logic, the skill automatically implements the x402 handshake: it detects missing or invalid payment proofs, returns machine-readable 402 errors with payment requirements, and verifies proof-of-payment on the server side before granting access to your protected routes.

    Supported Tools & Frameworks

    • FastAPI (Python): Implements via route dependencies for granular control.
    • Express (Node.js): Implements via standard middleware mounting.
    • Stablecoin Ecosystem: Built for USDC and other assets on networks like Base.
    • Verification: Integrates with facilitator services for secure, server-side proof validation.

    Why use this over raw prompting?

    Implementing a cryptographically secure paywall requires precise handling of headers, status codes, and external verification APIs. This skill understands the specific architecture of the x402 protocol, ensuring you don't leak "free" requests through logic errors or hardcode sensitive wallet information. It follows a non-destructive path, protecting only the routes you choose while keeping your existing business logic and public endpoints intact.

    Built by Nex AI. More skills and info at nex-ai.be and slopsome.com.

    How to install

    Works the same in every agent - Claude, Cursor, Codex, Copilot and 20+ more.

    ~30 seconds
    1. 1

      Download the ZIP

      Free skills download straight away. Paid skills unlock right after purchase.

    2. 2

      Unzip into your skills folder

      Every agent reads skills from one folder on your machine. Drop the unzipped folder in there.

    3. 3

      Ask your agent to use it

      Restart the agent if it was already running. It picks the skill up automatically - no config needed.

    Skills folder by agent

    Click the path to copy it. Create the folder if it does not exist yet.

    Reviews

    No reviews yet

    Be one of the first to try it. Every listed skill passes our trust checks below.

    Security scanned

    Passed our 8-point scan before listing

    2 installs

    Downloaded by developers to date

    Free forever

    No account required to browse

    Trust & safety

    Security scanned

    Verified clean 1 month ago

    • Free to download with an account

    Listed3 months ago
    Updated1 month ago

    What's inside

    Frequently Asked Questions