Help us improve
Share bugs, ideas, or general feedback.
From kryptogo-pay
Guides KryptoGO stablecoin payment integration (USDT/USDC on Arbitrum), sets up environment variables and React SDK or Direct API, and routes to skills for checkout, query, webhook, or transfer.
npx claudepluginhub paid-tw/skills --plugin kryptogo-payHow this skill is triggered — by the user, by Claude, or both
Slash command
/kryptogo-pay:kryptogo-payThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
你的任務是幫助用戶設定 KryptoGO Payment 環境並引導至適當的串接功能。
Implements KryptoGO Payment checkout for stablecoin crypto payments using React SDK usePayment hook, Payment Intent creation, Direct API, and webhooks. For React/Next.js, Node.js, Python apps.
Generates multi-chain deposit addresses that accept crypto from Solana, Ethereum, Bitcoin, or Tron and auto-converts to a stablecoin of your choice. No login required.
Generates QR codes, payment links, and invoices for P2P payments on Starknet. Supports ETH/STRK/USDC transfers with a Telegram bot interface.
Share bugs, ideas, or general feedback.
你的任務是幫助用戶設定 KryptoGO Payment 環境並引導至適當的串接功能。
用戶輸入: $ARGUMENTS
根據用戶需求,判斷下一步:
/kryptogo-pay-checkout/kryptogo-pay-query/kryptogo-pay-webhook/kryptogo-pay-transfer詢問用戶以下問題:
整合方式:你要如何串接 KryptoGO Payment?
@kryptogo/kryptogokit-sdk-react)環境狀態:是否已有 KryptoGO Studio 帳號?
引導用戶建立環境變數:
# 後端 API 整合用
KRYPTOGO_CLIENT_ID=your_client_id
KRYPTOGO_STUDIO_API_KEY=your_studio_api_key
KRYPTOGO_ORIGIN=your_domain
指導用戶:
.env 檔案.env 已加入 .gitignore若用戶希望快速開始:
npx create-kg-express-test my-app
cd my-app
cp .env.example .env
# 編輯 .env 填入 STUDIO_API_KEY、CLIENT_ID、ORIGIN
npm install && npm start
完成環境設定後,根據用戶需求引導:
| 需求 | Skill | 說明 |
|---|---|---|
| 建立支付收款 | /kryptogo-pay-checkout | 建立 Payment Intent 收取穩定幣 |
| 查詢交易狀態 | /kryptogo-pay-query | 查詢單筆或列表 Payment Intent |
| 處理 Webhook 回調 | /kryptogo-pay-webhook | 接收支付狀態變更通知 |
| 提領/轉帳 | /kryptogo-pay-transfer | 將穩定幣轉至外部錢包 |
| 項目 | 說明 |
|---|---|
| Base URL | https://wallet.kryptogo.app |
| API 文件 | https://www.kryptogo.com/docs/api/payment |
| Studio | https://studio.kryptogo.com |
| 支援代幣 | USDT、USDC(Arbitrum) |
| 支援法幣 | TWD、USD |
| 手續費 | 1% 固定費率 |
| 狀態更新 | 8 秒內(ETH 除外) |
| 最低金額 | fiat_amount >= 0.01 |
適合:需要前端支付 UI 的場景
npm install @kryptogo/kryptogokit-sdk-react wagmi viem@2.x @tanstack/react-query
適合:純後端服務、自訂前端、跨平台整合
Required Headers:
X-Client-ID: 你的 Client IDX-STUDIO-API-KEY: 你的 Studio API KeyOrigin: 你的網域