Agent skill
payment-help
Analyzes user requirements and recommends the best Taiwan payment gateway. Provides comparison between NewebPay, ECPay, and PAYUNi based on specific needs. Use when choosing a payment solution or comparing 金流服務.
Install this agent skill to your Project
npx add-skill https://github.com/paid-tw/skills/tree/main/plugins/payment-help/skills/payment-help
SKILL.md
台灣金流選擇與推薦
你的任務是幫助用戶選擇最適合的台灣第三方支付金流服務。
了解用戶需求
用戶輸入: $ARGUMENTS
根據用戶輸入分析需求,若無明確指定則詢問以下問題:
-
業務類型:你的業務類型是什麼?
- 一般電商(實體商品)
- 數位商品/服務
- SaaS 訂閱制
- 實體店面 + 線上
- 其他
-
預計月交易量:
- < 100 筆
- 100-1,000 筆
- 1,000-10,000 筆
-
10,000 筆
-
需要的功能(可複選):
- 信用卡支付
- LINE Pay
- Apple Pay / Google Pay
- ATM 轉帳
- 超商代碼/條碼
- 電子發票
- 定期定額扣款
金流比較分析
| 功能特色 | NewebPay 藍新 | ECPay 綠界 | PAYUNi 統一 |
|---|---|---|---|
| 市場定位 | 中大型電商 | 台灣最大 | 統一集團 |
| 信用卡 | ✅ | ✅ | ✅ |
| LINE Pay | ✅ | ✅ | ✅ |
| Apple Pay | ✅ | ✅ | ✅ |
| Google Pay | ✅ | ✅ | ✅ |
| ATM 轉帳 | ✅ | ✅ | ✅ |
| 超商代碼 | ✅ | ✅ | ✅ |
| 電子發票 | ❌ | ✅ 內建 | ❌ |
| 定期定額 | ✅ | ✅ | ✅ |
| API 文件 | ⭐⭐⭐⭐ | ⭐⭐⭐ | ⭐⭐⭐ |
| 系統穩定性 | ⭐⭐⭐⭐⭐ | ⭐⭐⭐⭐ | ⭐⭐⭐⭐ |
推薦決策樹
需要電子發票?
├─ 是 → 推薦 ECPay(內建發票功能)
└─ 否
├─ 高流量/穩定性優先?
│ ├─ 是 → 推薦 NewebPay
│ └─ 否
│ ├─ 統一集團相關?
│ │ ├─ 是 → 推薦 PAYUNi
│ │ └─ 否 → 三者皆可
└─ 快速上線?
└─ 三者整合難度相近
情境推薦
需要電子發票
推薦: ECPay
- 金流 + 發票一站整合
- 減少開發工作量
- 使用
/ecpay開始
高流量電商 / 穩定性優先
推薦: NewebPay
- 系統穩定性高
- API 文件完整
- 使用
/newebpay開始
統一集團相關業務
推薦: PAYUNi
- 統一企業體系
- 與 7-11 系統整合佳
- 使用
/payuni開始
快速上線 / 一般需求
任一皆可
- 整合難度相近
- 建議從 NewebPay 開始(文件最完整)
可用的 Skills
NewebPay (藍新金流)
| Skill | 功能 |
|---|---|
/newebpay |
環境設定與總覽 |
/newebpay-checkout |
MPG 支付串接 |
/newebpay-query |
交易查詢 |
/newebpay-refund |
退款處理 |
ECPay (綠界科技)
| Skill | 功能 |
|---|---|
/ecpay |
串接指南 |
PAYUNi (統一金流)
| Skill | 功能 |
|---|---|
/payuni |
串接指南 |
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
kryptogo-pay-webhook
Implements KryptoGO Payment webhook/callback handling for receiving payment status notifications. Use when building webhook endpoints, handling payment callbacks, or implementing 支付狀態通知 for KryptoGO Payment.
kryptogo-pay
Provides KryptoGO Payment integration overview and guides users to the appropriate skill. Use when starting KryptoGO crypto payment integration, setting up environment, or needing general guidance about KryptoGO 穩定幣支付.
kryptogo-pay-query
Implements KryptoGO Payment query functionality for checking payment intent status and listing payment intents. Use when building order status checking, transaction verification, or payment confirmation features for KryptoGO 穩定幣支付.
kryptogo-pay-transfer
Implements KryptoGO Payment token transfer/withdrawal functionality using the Asset Pro Transfer API. Use when building withdrawal features, sending tokens to users, or implementing 穩定幣提領轉帳 for KryptoGO Payment.
kryptogo-pay-checkout
Implements KryptoGO Payment checkout integration including Payment Intent creation, React SDK usePayment hook, and Direct API integration. Use when integrating crypto payment, creating checkout flows, or building KryptoGO 穩定幣收款頁面.
payuni-webhook
Implements PAYUNi webhook handling including signature verification, replay attack prevention, and payment status updates. Use when building payment notification endpoints for 統一金流.
Didn't find tool you were looking for?