kryptogo-pay
v1.0.0KryptoGO Payment 穩定幣支付串接工具 - 支付收款、交易查詢、Webhook 回調、提領轉帳
By kryptogoLicense: MIT278 GitHub starsUpdated 6 months ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Mar 7, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install kryptogo-pay for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install kryptogo-pay@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/paid-tw/skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/kryptogo-pay/.
Plugin files
├── .claude-plugin/plugin.json├── skills/kryptogo-pay/SKILL.md├── skills/kryptogo-pay-checkout/SKILL.md├── skills/kryptogo-pay-query/SKILL.md├── skills/kryptogo-pay-transfer/SKILL.md└── skills/kryptogo-pay-webhook/SKILL.md
Included Skills5
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 穩定幣支付.
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 穩定幣收款頁面.
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 穩定幣支付.
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.
Implements KryptoGO Payment webhook/callback handling for receiving payment status notifications. Use when building webhook endpoints, handling payment callbacks, or implementing 支付狀態通知 for KryptoGO Payment.
Plugin manifests1
{
"name": "kryptogo-pay",
"version": "1.0.0",
"description": "KryptoGO Payment 穩定幣支付串接工具 - 支付收款、交易查詢、Webhook 回調、提領轉帳",
"author": {
"name": "kryptogo",
"email": "[email protected]",
"url": "https://github.com/kryptogo"
},
"homepage": "https://github.com/kryptogo/make-a-kg-payment-skill#kryptogo-pay",
"repository": "https://github.com/kryptogo/make-a-kg-payment-skill",
"license": "MIT",
"keywords": [
"crypto",
"payment",
"kryptogo",
"stablecoin",
"usdt",
"usdc",
"arbitrum",
"web3",
"wallet"
],
"hooks": "./hooks/hooks.json"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[kryptogo-pay on Agent Plugins Marketplace](https://pluginsmp.com/plugins/kryptogo-pay)