gate-exchange-coupon

Query and display Gate Exchange coupon and voucher details with filtering and source tracing.

3|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/Pieverse-Eng/purrfect-skills --skill gate-exchange-coupon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gate-exchange-coupon
Source: https://github.com/Pieverse-Eng/purrfect-skills/tree/main/gate/vendor/gate-exchange-coupon
Command: npx skills add https://github.com/Pieverse-Eng/purrfect-skills --skill gate-exchange-coupon

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Users often cannot easily discover, interpret, or trace the coupons and vouchers in their Gate Exchange account because coupon types use internal codes, task coupons differ from regular coupons, and raw API timestamps and status codes are not human-friendly. This Skill centralizes coupon discovery, type mapping, status translation, and source tracing so users can quickly understand what coupons they have, their rules, and when they expire.

Core Features & Use Cases

  • List and Filter Coupons: Retrieve paginated coupon lists and separate task coupons from regular coupons for a clear inventory view.
  • Detailed Inspection: Fetch full coupon details, parse structured extra blocks, map status codes to readable text, and convert Unix timestamps to UTC datetimes.
  • Usage Rules & Source Tracing: Extract rule content or restriction fields and identify how a coupon was acquired (task vs platform reward).
  • Robust Handling: Enforces exact coupon-type mapping, handles pagination cursors, and provides clear error messages for missing or ambiguous coupons.
  • Read-only Safety: All operations are read-only queries; the skill never requests secrets or performs writes.

Quick Start

Ask the assistant: Show my available coupons on Gate Exchange.

Frequently Asked Questions about gate-exchange-coupon

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find and check my Gate Exchange coupons?

To find Gate Exchange coupons, query your account to retrieve paginated lists of task and regular vouchers. The system maps internal type codes to readable text and converts Unix timestamps to UTC datetimes for clear inspection.

Can I filter Gate Exchange vouchers by coupon type?

Yes, you can filter Gate Exchange vouchers by separating task coupons from regular coupons. This provides a clear inventory view and supports tracing whether a coupon was acquired through a task or as a platform reward.

How do I view usage rules and trace the source of a Gate Exchange voucher?

You view voucher usage rules by fetching full coupon details and parsing structured extra blocks. Source tracing identifies how the coupon was acquired by distinguishing between task rewards and regular platform distributions.

Does querying Gate Exchange coupons require API write permissions?

Querying Gate Exchange coupons requires only read-only MCP API access. The operations never request secrets or perform writes, ensuring safe retrieval and inspection of your voucher details without modifying account data.

Why do my Gate Exchange coupon timestamps and status codes look unreadable?

Raw Gate Exchange coupon timestamps and status codes appear unreadable because they use Unix formats and internal status mappings. This tool translates status codes to readable text and converts Unix timestamps to UTC datetimes.