Skip to content

Commit 9b925d0

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 c0fe0e4 commit 9b925d0

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
@@ -27,6 +27,7 @@ The following community-contributed extensions are available in [`catalog.commun
2727
|-----------|---------|----------|--------|-----|
2828
| 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) |
2929
| 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) |
30+
| 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) |
3031
| 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) |
3132
| 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) |
3233
| 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-07-24T00:00:00Z",
3+
"updated_at": "2026-07-25T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -2965,6 +2965,40 @@
29652965
"created_at": "2026-07-14T00:00:00Z",
29662966
"updated_at": "2026-07-14T00:00:00Z"
29672967
},
2968+
"pay-x402": {
2969+
"name": "AgentPay x402 — Spend Controls for Spec Kit Agents",
2970+
"id": "pay-x402",
2971+
"description": "Set USDC spending caps and execute x402 payments to paid APIs during spec implementation. Zero platform fee on Base L2.",
2972+
"author": "AgentPay Team",
2973+
"version": "1.0.0",
2974+
"download_url": "https://github.com/shawnhvac/spec-kit-pay-x402/archive/refs/tags/v1.0.0.zip",
2975+
"repository": "https://github.com/shawnhvac/spec-kit-pay-x402",
2976+
"homepage": "https://x402-agent-pay.com",
2977+
"documentation": "https://github.com/shawnhvac/spec-kit-pay-x402#readme",
2978+
"changelog": "https://github.com/shawnhvac/spec-kit-pay-x402/blob/main/CHANGELOG.md",
2979+
"license": "MIT",
2980+
"category": "integration",
2981+
"effect": "read-write",
2982+
"requires": {
2983+
"speckit_version": ">=0.1.0"
2984+
},
2985+
"provides": {
2986+
"commands": 2,
2987+
"hooks": 1
2988+
},
2989+
"tags": [
2990+
"payments",
2991+
"x402",
2992+
"budget",
2993+
"usdc",
2994+
"api"
2995+
],
2996+
"verified": false,
2997+
"downloads": 0,
2998+
"stars": 0,
2999+
"created_at": "2026-07-25T00:00:00Z",
3000+
"updated_at": "2026-07-25T00:00:00Z"
3001+
},
29683002
"plan-review-gate": {
29693003
"name": "Plan Review Gate",
29703004
"id": "plan-review-gate",

0 commit comments

Comments
 (0)