absuite-storage-cli

Manage ABS file records, storage blobs, uploads, and avatars via the absuite CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the tedious, error-prone manual work of managing file storage, uploads, downloads, and user/tenant avatars in the Alliance Business Suite (ABS), removing the need to write custom raw HTTP requests for common storage operations.

Core Features & Use Cases

  • Full File Record Management: Create, read, update, and delete managed file records with custom metadata like titles, authors, and keywords.
  • Low-Level Storage Access: Browse raw storage blobs and download raw file bytes directly.
  • Specialized Upload & Avatar Support: Handle RadzenEditor inline uploads and manage avatars for users, contacts, tenants, and social profiles.
  • Use Case: An ABS administrator can use this Skill to bulk upload new hire onboarding documents, update their metadata as company policies change, and assign profile avatars to all new users in minutes without navigating the ABS web interface.

Quick Start

Use the absuite-storage-cli skill to upload a new quarterly finance report titled 'Q3 2026 Financials' to the Finance department's ABS storage with the file name 'q3-2026-report.pdf'.

Frequently Asked Questions about absuite-storage-cli

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

FAQPage Schema
How do I manage file storage and uploads in the Alliance Business Suite via CLI?

You can manage file storage in the Alliance Business Suite via the pre-authenticated absuite CLI, performing CRUD operations on managed file records and handling uploads with custom metadata like titles and authors.

Can I manage user and tenant avatars using the absuite CLI?

Yes, you can manage profile avatars for users, contacts, tenants, and social profiles using the absuite CLI, alongside handling RadzenEditor inline uploads directly from the command line.

Does the absuite storage CLI support browsing low-level storage blobs?

Yes, the absuite storage CLI supports browsing raw storage blobs and downloading raw file bytes directly, allowing low-level storage access for ABS administrators and technical users.

Do I need a pre-authenticated absuite CLI session to manage ABS storage?

Yes, you need a pre-authenticated absuite CLI session to manage ABS storage, uploads, and avatars, and most operations support optional tenant scoping for organizational isolation.

Can I use PATCH requests or raw HTTP calls with the absuite storage CLI?

No, the absuite storage CLI does not support PATCH requests or raw HTTP calls; those operations are handled by the separate absuite-storage REST skill for direct API interaction.

What is the best way to bulk upload onboarding documents to ABS storage?

The best way to bulk upload onboarding documents to ABS storage is using the absuite storage CLI to upload files, update metadata as policies change, and assign avatars without navigating the ABS web interface.