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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually managing instance-wide Alliance Business Suite system operations via web interfaces is time-consuming and prone to human error, especially for repetitive administrative tasks like tenant provisioning and license management.

Core Features & Use Cases

  • Cross-tenant admin operations: Manage tenants, users, and their associated data across the entire ABS instance without per-tenant scoping for core administrative tasks.
  • System configuration management: Configure system options, portals, business domains, module assignments, and licensing for the suite instance.
  • Real-world use case: A system administrator can use this skill to provision a new tenant workspace, assign a software license, configure its public portal, and send a welcome email to the tenant's primary user entirely via CLI commands instead of navigating multiple web admin panels.

Quick Start

Use the absuite-system-cli skill to provision a new ABS tenant, create its associated public portal, and send a welcome notification to the tenant's administrator email address.

Frequently Asked Questions about absuite-system-cli

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

FAQPage Schema
How do I automate Alliance Business Suite tenant provisioning without using the web admin panel?

This skill enables cross-tenant administration of the Alliance Business Suite via CLI commands, allowing you to provision tenants, assign licenses, and configure portals without web UI navigation. It requires an authenticated CLI session with admin privileges.

Can I manage cross-tenant licenses and user provisioning from the command line?

Yes, you can manage cross-tenant licenses and user provisioning from the command line by executing service action commands for license validation, redemption, and user creation across the entire ABS instance. It requires an authenticated CLI session with admin privileges.

What do I need to configure ABS system options and portals via CLI?

To configure ABS system options and portals via CLI, you need an authenticated CLI session with admin privileges. This allows you to execute create, update, and delete commands for portal configuration, business domains, and module assignments across the instance.

Does the absuite CLI support sending instance-level emails for new tenant notifications?

Yes, the absuite CLI supports instance-level email dispatch, allowing you to send welcome notifications to a new tenant's administrator email address directly from the command line. This is part of its cross-tenant administrative workflow capabilities.

What's the best way to handle repetitive system administration tasks for the Alliance Business Suite?

The best way to handle repetitive system administration tasks for the Alliance Business Suite is using CLI commands instead of manual web interfaces. This skill supports list, count, get, create, update, and delete commands for all system entities, reducing human error.

When should I not use CLI commands for ABS portal configuration?

You should not use CLI commands for ABS portal configuration if you lack an authenticated CLI session with admin privileges, as this skill requires elevated permissions to execute system operations. Manual web admin panels remain an alternative for one-off configuration changes.