From 591ad178aeb2531f7ad0cd1a1eb8d8dbe5ba1c71 Mon Sep 17 00:00:00 2001 From: sebayaki Date: Mon, 13 Jul 2026 23:07:30 +0900 Subject: [PATCH] docs: state the provider-competition framing in SKILL.md and README The web app now frames the catalog as a capability market (providers compete on price and live quality; h402 auto-pins the best). Carry the same one-line framing into the two agent-facing docs so the CLI story matches the site. Co-Authored-By: Claude Fable 5 --- README.md | 2 +- SKILL.md | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 520e2be..c9a6356 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![TypeScript](https://img.shields.io/badge/TypeScript-strict-3178c6.svg)](https://www.typescriptlang.org/) [![Base · x402](https://img.shields.io/badge/Base-x402-fc6f6f.svg)](https://x402.org) -Open-source toolkit for **h402 — the x402 router for agent capabilities**. One endpoint per task: h402 routes each call to the best API provider and settles per call in Base USDC over x402. +Open-source toolkit for **h402 — the x402 router for agent capabilities**. One endpoint per task: providers compete behind each capability, h402 auto-pins the best one per call, and settles in Base USDC over x402. > x402 is the rail. h402 is the router. diff --git a/SKILL.md b/SKILL.md index 6866951..b5e72c3 100644 --- a/SKILL.md +++ b/SKILL.md @@ -12,8 +12,10 @@ description: >- h402 is the **x402 router for agent capabilities**: one canonical endpoint per task. You call the *task* (e.g. `web/search`), and h402 routes the call to the best provider -and returns a free result or settles a payable challenge in Base USDC. No per-vendor API -keys or subscriptions; a funded wallet is needed only for a payable challenge. +and returns a free result or settles a payable challenge in Base USDC. Behind each +capability, providers compete on price and live quality; h402 auto-pins the best one +to your call. No per-vendor API keys or subscriptions; a funded wallet is needed only +for a payable challenge. ## When to use this