subscription-lookup

Installation
SKILL.md

Subscription Deep Dive

Complete subscription lifecycle: current state, billing history, and health signals.

Step 1 — Resolve the subscription

If $ARGUMENTS looks like a subscription ID (starts with SUB):

  • ZohoBilling_Get_a_Subscription directly

If $ARGUMENTS is a customer name:

  • ZohoBilling_Search_Customers with search_text: $ARGUMENTS → customer_id
  • ZohoBilling_List_all_Subscriptions with customer_id → if multiple, ask which one

Step 2 — Fetch (run in parallel after subscription_id known)

Installs
2
GitHub Stars
2
First Seen
10 days ago
subscription-lookup — zoho/zoho-billing-ai