What problem does it solve?
This Skill helps developers configure PAYUNi integration by guiding environment setup and directing users to the appropriate integration flow for checkout, query, or webhook handling.
Core Features & Use Cases
- Guided environment setup: Walks users through configuring required environment variables (PAYUNI_MERCHANT_ID, PAYUNI_HASH_KEY, PAYUNI_HASH_IV) and exposing them securely in the project.
- Integration routing guidance: Determines whether the user needs a checkout, query, or webhook integration and points to the correct Skill paths.
- Environment awareness: Provides base API endpoints for test and production to avoid misconfigurations and ensure correct routing.
Quick Start
Set up environment variables (PAYUNI_MERCHANT_ID, PAYUNI_HASH_KEY, PAYUNI_HASH_IV) in your project and ask Claude to route you to the appropriate integration flow (/payuni-checkout, /payuni-query, or /payuni-webhook).