catalog-browser
Installation
SKILL.md
Catalog Browser
Show the full pricing catalog: products → plans → addons → items.
Setup
Resolve org ID via ZohoBilling_List_all_Organizations.
If $ARGUMENTS is provided, filter output to products/plans matching that name.
Fetch (run in parallel)
| # | Tool | Params |
|---|---|---|
| 1 | ZohoBilling_List_all_Products |
per_page: 200 |
| 2 | ZohoBilling_List_all_Plans |
filter_by: PlanStatus.ACTIVE, per_page: 200 |
| 3 | ZohoBilling_List_all_Addons |
per_page: 200 |
| 4 | ZohoBilling_List_all_Items |
per_page: 200 |