trials-expiring
Installation
SKILL.md
Trial Watch
List all active trials sorted by days remaining (soonest expiring first).
Setup
Resolve org ID via ZohoBilling_List_all_Organizations.
Default view: all active trials. If $ARGUMENTS is a number N, filter to trials
expiring within N days.
Fetch
ZohoBilling_List_all_Subscriptions with filter_by: SubscriptionStatus.TRIAL, per_page: 200.
Paginate while has_more_page: true.