Skip to content

Commit 1ca4282

Browse files
Copilotmnriem
andauthored
Add pay-x402 community extension with catalog-addition date timestamps
Assisted-by: GitHub Copilot (model: unknown, autonomous) Co-authored-by: mnriem <15701806+mnriem@users.noreply.github.com>
1 parent cb88a6d commit 1ca4282

2 files changed

Lines changed: 35 additions & 0 deletions

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: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3249,6 +3249,40 @@
32493249
"created_at": "2026-07-14T00:00:00Z",
32503250
"updated_at": "2026-07-14T00:00:00Z"
32513251
},
3252+
"pay-x402": {
3253+
"name": "AgentPay x402 — Spend Controls for Spec Kit Agents",
3254+
"id": "pay-x402",
3255+
"description": "Set USDC spending caps and execute x402 payments to paid APIs during spec implementation. Zero platform fee on Base L2.",
3256+
"author": "AgentPay Team",
3257+
"version": "1.0.0",
3258+
"download_url": "https://github.com/shawnhvac/spec-kit-pay-x402/archive/refs/tags/v1.0.0.zip",
3259+
"repository": "https://github.com/shawnhvac/spec-kit-pay-x402",
3260+
"homepage": "https://x402-agent-pay.com",
3261+
"documentation": "https://github.com/shawnhvac/spec-kit-pay-x402#readme",
3262+
"changelog": "https://github.com/shawnhvac/spec-kit-pay-x402/blob/main/CHANGELOG.md",
3263+
"license": "MIT",
3264+
"category": "integration",
3265+
"effect": "read-write",
3266+
"requires": {
3267+
"speckit_version": ">=0.1.0"
3268+
},
3269+
"provides": {
3270+
"commands": 2,
3271+
"hooks": 1
3272+
},
3273+
"tags": [
3274+
"payments",
3275+
"x402",
3276+
"budget",
3277+
"usdc",
3278+
"api"
3279+
],
3280+
"verified": false,
3281+
"downloads": 0,
3282+
"stars": 0,
3283+
"created_at": "2026-08-17T00:00:00Z",
3284+
"updated_at": "2026-08-17T00:00:00Z"
3285+
},
32523286
"plan-review-gate": {
32533287
"name": "Plan Review Gate",
32543288
"id": "plan-review-gate",

0 commit comments

Comments
 (0)