absuite-hrms

Manage Alliance Business Suite HRMS resources via the HrmsService REST API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the need to manually search for and validate Alliance Business Suite HRMS API endpoints, authentication requirements, and request formatting, reducing integration time and eliminating errors from incorrect API calls.

Core Features & Use Cases

  • Full HR Resource CRUD: Perform create, read, update, delete, and count operations for all HRMS resources including employees, employers, job titles, payrolls, leave management, gigs, job offers, shifts, schedules, and performance appraisals.
  • Atomic Partial Updates: Use RFC 6902 JSON Patch to modify individual fields of HR resources without resubmitting full resource payloads.
  • Use Case: A HR administrator can quickly update an employee's salary and employee type in a single PATCH request, or pull a filtered list of all active job offers for a specific employer without writing custom API integration code.

Quick Start

Use the absuite-hrms skill to retrieve a complete list of all employee profiles for your specified ABS tenant after you have authenticated and obtained a valid bearer token.

Frequently Asked Questions about absuite-hrms

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

FAQPage Schema
Can I send partial updates for HR resources using JSON Patch?

Yes, the Skill supports RFC 6902 JSON Patch for atomic partial updates, allowing you to modify individual fields of HR resources like an employee's salary or employee type in a single PATCH request without resubmitting the full resource payload.

What authentication is required for Alliance Business Suite HRMS API calls?

ABS HRMS API calls require a valid ABS bearer token and a tenant ID for authentication in all requests. The Skill conforms to the platform's standard REST response envelope and tenant-scoped authentication requirements.

How do I retrieve a filtered list of active job offers for a specific employer?

You can retrieve filtered lists of active job offers for specific employers using the Skill's read operations without writing custom API integration code. It handles request formatting and endpoint validation for ABS tenant-scoped environments automatically.

Does ABS HRMS support tenant-scoped CRUD operations for leave management and performance appraisals?

Yes, ABS HRMS supports full CRUD operations for leave management and performance appraisals alongside employees, payrolls, shifts, and schedules. All operations are executed within tenant-scoped environments using standard REST response envelopes.