Works with the AI tools you already use

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

    Repair Request Body Replay Bugs

    1

    Repair consumed request-body reuse, empty retry uploads, stream pre-consumption, unsafe replay, and unlimited buffering across HTTP retries and redirects.

    $8.99

    Secure checkout via Stripe

    30-day refund guarantee

    Converts to your local currency at checkout

    0 installsSecurity scanned
    Repair Request Body Replay Bugs

    Repair Request Body Replay Bugs

    Example session with this skill installed

    Our Python/FastAPI service uploads large media files to a partner API with httpx. The retry wrapper retries network errors and 401 after token refresh. The body is an open file object inside multipart form-data. On the first attempt the partner test server reads the full request and then closes the connection; the retry reuses the same multipart/file object and sends an empty file. Some uploads can be several GB, so buffering the full body in RAM is not acceptable. Repair locally with generated files and a fake HTTP server. Do not call production, upload customer files, or assume the partner supports idempotency.

    • Read your context and instructions
    • Compiled the repair request body

    Request-body replay bug found. Multipart/file objects are reused after consumption, so a retry can send an empty body. The repair creates a fresh body per allowed attempt, avoids full RAM buffering, separates replayability from idempotency, blocks blind resend after unknown outcomes, and adds exact-byte local tests. Provider idempotency remains unverified.

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

    What you get

    Prevent empty request bodies on HTTP retries or redirectsImplement bounded spooling for large multipart uploads to save memoryEnforce idempotency guards for unsafe POST/PUT operations during failoverGenerate deterministic tests for stream-based request body consumption

    About this skill

    Retry logic can silently corrupt streamed requests. A file or multipart body is consumed on attempt one, then attempt two sends zero bytes. A signing middleware hashes a one-shot stream before the HTTP client sees it. Redirects, auth refresh, failover, and retry wrappers can all make the same mistake.

    Repair Request Body Replay Bugs gives an AI coding agent a repository workflow for classifying body replayability, creating fresh body factories, separating body replay from operation idempotency, bounding local spooling, handling unknown outcomes, and proving exact bytes/attempt counts with local fake servers.

    It does not call production APIs, replay live writes, buffer unlimited payloads, or invent provider idempotency guarantees.

    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

    Fresh listing

    Recently published to Agensi

    30-day refund

    Not a fit? Get your money back

    Trust & safety

    Security scanned

    Verified clean 23 days ago

    • Passed all security checks, Safe to install

    Listed23 days ago
    Updated21 days ago

    Frequently Asked Questions