HTTP/1.1 402 PAYMENT REQUIRED agent402.base.eth · BASE · SOLANA · POLYGON · ARBITRUM · STELLAR · ROBINHOOD · USDC · USDG

Encoding suite

Encode text in all common formats at once — Base64, hex, and URL encoding in one pass.

When to use this pack

An agent preparing data for different transport layers needs multiple encodings: Base64 for binary-in-text, hex for debugging and low-level protocols, URL encoding for query parameters. One payment produces all three.

Tools in this pack

Workflow

  1. Call base64 with text and mode='encode' for Base64 representation.
  2. Call hex with text and mode='encode' for hexadecimal representation.
  3. Call url-code with text and mode='encode' for URL-encoded representation.

Run it in Claude

claude mcp add agent402 -s user -- npx -y agent402-mcp@latest

Then paste this prompt into Claude:

Encode 'hello world' using Agent402's encoding-suite skill pack: (1) Base64, (2) hex, (3) URL encoding. Return all three encoded forms.

← All skill packs