absuite-subscriptions-cli

Manage subscription plans and customer subscriptions via the absuite CLI.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/FenixAlliance/ABS.Agents --skill absuite-subscriptions-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: absuite-subscriptions-cli
Source: https://github.com/FenixAlliance/ABS.Agents/tree/main/paperclip/skills/absuite-subscriptions-cli
Command: npx skills add https://github.com/FenixAlliance/ABS.Agents --skill absuite-subscriptions-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually managing subscription plans and customer subscriptions in the Alliance Business Suite is slow and error-prone, especially for teams that need to perform routine CRUD operations on these entities at scale without accessing the web UI or writing custom API calls.

Core Features & Use Cases

  • Subscription Plan CRUD: Create, update, list, count, and delete recurring subscription offerings with custom pricing, trial settings, and expiration rules.
  • Customer Subscription Management: Bind individual or organization contacts to existing subscription plans, set subscription tiers (Trial or Standard), and manage subscription lifecycles.
  • Real-World Use Case: A SaaS product manager can use this skill to quickly roll out a new monthly pricing plan and subscribe a new enterprise customer to it in seconds, without navigating the ABS web interface or writing custom API requests.

Quick Start

Use the absuite-subscriptions-cli skill to create a new subscription plan and add a customer to it after authenticating your absuite CLI session and setting your tenant ID.

Frequently Asked Questions about absuite-subscriptions-cli

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

FAQPage Schema
How do I manage ABS subscription plans without using the web UI?

You can manage ABS subscription plans without the web UI by using a CLI tool to create, update, list, count, and delete recurring subscription offerings. This requires an authenticated CLI session and a valid tenant ID to execute tenant-scoped operations.

What do I need to set up before managing customer subscriptions via CLI?

Before managing customer subscriptions via CLI, you need an authenticated absuite CLI session and a valid tenant ID. These prerequisites allow you to bind contacts to subscription plans and set subscription tiers like Trial or Standard without manual API interaction.

Can I bind a customer to a subscription tier through SaaS billing automation?

Yes, you can bind individual or organization contacts to existing subscription plans and set their subscription tier to Trial or Standard through SaaS billing automation. This is executed via tenant-scoped CLI commands to manage the subscription lifecycle efficiently.

What is the best way to roll out a new recurring pricing plan for an enterprise customer?

The best way to roll out a new recurring pricing plan is using CLI commands to create the offering with custom pricing and trial settings, then subscribing the enterprise customer to it. This avoids navigating web interfaces or writing custom API requests.

Why use a CLI tool for tenant management instead of custom API calls for subscription CRUD?

Using a CLI tool for tenant management avoids the slow, error-prone process of writing custom API calls for subscription CRUD operations. It enables teams to perform routine updates and manage SaaS billing at scale quickly without manual API interaction.