npx claudepluginhub paid-tw/skills --plugin newebpayThis skill uses the workspace's default tool permissions.
你的任務是幫助用戶設定藍新金流(NewebPay)環境並引導至適當的串接功能。
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
你的任務是幫助用戶設定藍新金流(NewebPay)環境並引導至適當的串接功能。
用戶輸入: $ARGUMENTS
根據用戶需求,判斷下一步:
/newebpay-checkout/newebpay-query/newebpay-refund詢問用戶以下問題:
專案框架:你使用什麼框架?
環境狀態:是否已有藍新金流商店帳號?
引導用戶建立環境變數:
NEWEBPAY_MERCHANT_ID=MS12345678
NEWEBPAY_HASH_KEY=your_hash_key
NEWEBPAY_HASH_IV=your_hash_iv
NEWEBPAY_ENV=test # test 或 production
指導用戶:
.env 檔案.env 已加入 .gitignore完成環境設定後,根據用戶需求引導:
| 需求 | Skill | 說明 |
|---|---|---|
| 建立支付頁面 | /newebpay-checkout | MPG 幕前支付串接 |
| 查詢交易狀態 | /newebpay-query | 交易查詢 API |
| 處理退款 | /newebpay-refund | 信用卡/電子錢包退款 |
| 環境 | API Base URL |
|---|---|
| 測試 | https://ccore.newebpay.com |
| 正式 | https://core.newebpay.com |