---
name: www.x402joker.com
description: www.x402joker.com exposes a single Claude-backed endpoint that generates one joke per request, optionally constrained to a caller-supplied theme. It returns the joke text and the resolved theme, charging 0.01 USDC per call.
host: www.x402joker.com
---

# www.x402joker.com

x402joker.com is a narrow, single-purpose joke-generation host aimed at agents or applications that need on-demand humor without integrating a full LLM API. It accepts an optional theme string and delegates generation to Claude, returning a ready-to-use joke and the theme that was applied.

## When to use this host

Use this host when an agent needs a single, ready-to-display joke with minimal integration overhead and is willing to pay 0.01 USDC per request. It is not suitable for bulk joke generation, streaming output, or any general-purpose text generation — use a direct LLM API (e.g., Anthropic Claude, OpenAI) for those cases. It is also not appropriate for non-humor content of any kind.

## Capabilities

### Joke Generation

Generates a single joke on demand, either themed or open-ended, using a Claude-backed endpoint and returning the joke text alongside the resolved theme.

- **`fetch-claude-joke`** — Calls a Claude-backed endpoint to generate a single joke, optionally constrained to a user-supplied theme, and returns the joke text and resolved theme.

## Skill reference

### `fetch-claude-joke`

**JokeJolt** — Calls a Claude-backed endpoint to generate a single joke, optionally constrained to a user-supplied theme, and returns the joke text and resolved theme.

*Use when:* Use when the user or agent wants a freshly generated joke, either on a specific topic or as a surprise, and is willing to spend 0.01 USDC per request.

*Not for:* Do not use for bulk joke generation, streaming content, or any non-humor text generation; use a general-purpose LLM API instead.

**Inputs:**

- `theme` (string) — Optional joke theme. Omit for a surprise joke.

**Returns:** Returns a JSON object with a joke field containing the full joke text and a theme field echoing the applied theme.

**Example:** `{"theme": "space exploration"}`

---
