Skip to content

Commit 281fa33

Browse files
dhruv-15-03Copilot
andcommitted
Add AgentPay x402 extension to community catalog
Add pay-x402 extension submitted by @shawnhvac to: - extensions/catalog.community.json (alphabetical order) - docs/community/extensions.md community extensions table Closes #2632 Assisted-by: GitHub Copilot (model: claude-sonnet-5, autonomous) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 39c36c4 commit 281fa33

2 files changed

Lines changed: 36 additions & 1 deletion

File tree

docs/community/extensions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ The following community-contributed extensions are available in [`catalog.commun
2828
| adrkit — decision memory for spec-driven development | Pulls the decisions governing this work into agent context, checks produced plans against them, and drafts an ADR from a plan artifact | `process` | Read+Write | [adrkit](https://github.com/mbeacom/adrkit) |
2929
| Agent Assign | Assign specialized Claude Code agents to spec-kit tasks for targeted execution | `process` | Read+Write | [spec-kit-agent-assign](https://github.com/xymelon/spec-kit-agent-assign) |
3030
| Agent Governance | Generate agent-platform repository governance files from Spec Kit metadata | `process` | Read+Write | [spec-kit-agent-governance](https://github.com/bigsmartben/spec-kit-agent-governance) |
31+
| AgentPay x402 — Spend Controls for Spec Kit Agents | Set USDC spending caps and execute x402 payments to paid APIs during spec implementation. Zero platform fee on Base L2 | `integration` | Read+Write | [spec-kit-pay-x402](https://github.com/shawnhvac/spec-kit-pay-x402) |
3132
| AI-Driven Engineering (AIDE) | A structured 7-step workflow for building new projects from scratch with AI assistants — from vision through implementation | `process` | Read+Write | [aide](https://github.com/mnriem/spec-kit-extensions/tree/main/aide) |
3233
| Analytics | Measure what your AI builds, and how much time it saves you | `visibility` | Read+Write | [spec-kit-analytics](https://github.com/Fyloss/spec-kit-analytics) |
3334
| API Evolve | Managed API contract evolution — breaking-change detection, semver enforcement, deprecation orchestration, and lifecycle gates across REST, GraphQL, and gRPC | `process` | Read+Write | [spec-kit-api-evolve](https://github.com/Quratulain-bilal/spec-kit-api-evolve) |

extensions/catalog.community.json

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-08-14T00:00:00Z",
3+
"updated_at": "2026-08-17T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"adrkit": {
@@ -3215,6 +3215,40 @@
32153215
"created_at": "2026-07-14T00:00:00Z",
32163216
"updated_at": "2026-07-14T00:00:00Z"
32173217
},
3218+
"pay-x402": {
3219+
"name": "AgentPay x402 — Spend Controls for Spec Kit Agents",
3220+
"id": "pay-x402",
3221+
"description": "Set USDC spending caps and execute x402 payments to paid APIs during spec implementation. Zero platform fee on Base L2.",
3222+
"author": "AgentPay Team",
3223+
"version": "1.0.0",
3224+
"download_url": "https://github.com/shawnhvac/spec-kit-pay-x402/archive/refs/tags/v1.0.0.zip",
3225+
"repository": "https://github.com/shawnhvac/spec-kit-pay-x402",
3226+
"homepage": "https://x402-agent-pay.com",
3227+
"documentation": "https://github.com/shawnhvac/spec-kit-pay-x402#readme",
3228+
"changelog": "https://github.com/shawnhvac/spec-kit-pay-x402/blob/main/CHANGELOG.md",
3229+
"license": "MIT",
3230+
"category": "integration",
3231+
"effect": "read-write",
3232+
"requires": {
3233+
"speckit_version": ">=0.1.0"
3234+
},
3235+
"provides": {
3236+
"commands": 2,
3237+
"hooks": 1
3238+
},
3239+
"tags": [
3240+
"payments",
3241+
"x402",
3242+
"budget",
3243+
"usdc",
3244+
"api"
3245+
],
3246+
"verified": false,
3247+
"downloads": 0,
3248+
"stars": 0,
3249+
"created_at": "2026-07-25T00:00:00Z",
3250+
"updated_at": "2026-07-25T00:00:00Z"
3251+
},
32183252
"plan-review-gate": {
32193253
"name": "Plan Review Gate",
32203254
"id": "plan-review-gate",

0 commit comments

Comments
 (0)