absuite-hrms-cli

Manage HR entities via absuite CLI hrms service commands.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the need for manual, error-prone entry of human resources data in the Alliance Business Suite by providing structured, tenant-scoped CLI commands for all core HR operations, ensuring consistent and efficient HR data management.

Core Features & Use Cases

  • Full HR CRUD Operations: Supports list, count, get, create, update, and delete actions for all core HR entities including employees, employers, job titles, salaries, payrolls, shifts, leave records, training programs, and performance appraisals.
  • Structured Data Entry: Uses pre-defined DTO schemas with camelCase field names to ensure valid, consistent data submission for all HR operations.
  • Use Case: An HR administrator can use this Skill to quickly onboard a new employee by creating their employee type, job title, profile, and salary record in sequence, then assign them to a training program and performance appraisal workflow.

Quick Start

Use the absuite-hrms-cli skill to create a new full-time employee profile with the specified job title and salary details for your ABS tenant.

Frequently Asked Questions about absuite-hrms-cli

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

FAQPage Schema
How do I manage HR operations like payroll and leave management via the absuite CLI?

You can manage human resources operations for the Alliance Business Suite via the absuite CLI's hrms service. It enables full create, read, update, and delete actions for employees, payrolls, shifts, and leave management in tenant-scoped environments.

How do I onboard a new employee using CLI commands for human resources?

To onboard a new employee via CLI commands, create the employee type, job title, profile, and salary record in sequence. You can then assign the new hire to a training program and performance appraisal workflow using structured DTO-formatted commands.

Do I need a pre-authenticated session to run absuite HRMS commands?

Yes, executing absuite HRMS commands requires a pre-authenticated absuite CLI session and a valid tenant ID. This ensures all human resources data management operations are securely scoped to the correct tenant environment.

Can I update training programs and performance appraisals from the command line?

Yes, you can update training programs and performance appraisals from the command line. The CLI supports full CRUD operations for these HR entities, allowing administrators to manage workflows directly through structured DTO commands.

What data format is required for creating employee and payroll records in the absuite CLI?

Creating employee and payroll records requires structured DTO schemas with camelCase field names. This format ensures valid, consistent data submission for all human resources operations executed through the CLI.