shadmin-cli

Query Shadmin platform resources via authenticated JWT command-line operations.

165|21|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/ahaodev/shadmin --skill shadmin-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shadmin-cli
Source: https://github.com/ahaodev/shadmin/tree/main/cli/skill/shadmin-cli
Command: npx skills add https://github.com/ahaodev/shadmin --skill shadmin-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of Shadmin enterprise platform resources through command-line operations, enabling faster and more efficient administrative tasks.

Core Features & Use Cases

  • Resource Querying: Retrieve lists and details of users, roles, menus, and API endpoints from the Shadmin platform.
  • User Authentication: Manage login sessions and token caching for secure CLI interactions.
  • Data Retrieval: Fetch structured JSON data of resource configurations for auditing or automation purposes.
  • Use Case: An administrator wants to verify the current user permissions or export the menu structure for documentation via simple terminal commands.

Quick Start

Use the shadmin-cli to list all users and review their roles.

Frequently Asked Questions about shadmin-cli

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

FAQPage Schema
How do I query organizational data and permissions from the command line?

Querying organizational data and permissions from the command line involves using a CLI tool to send authenticated requests that retrieve users, roles, and API configurations in JSON format. The shadmin-cli enables this through read-only operations.

Can I export Shadmin platform resource configurations for automation scripts?

Yes, you can export Shadmin platform resource configurations for automation scripts. The CLI fetches structured JSON data of users, roles, menus, and API endpoints, supporting integration into administrator workflows.

What authentication is needed to access Shadmin resources via CLI?

Accessing Shadmin resources via CLI requires JWT token authentication. The tool manages login sessions and token caching to ensure secure interactions during data retrieval operations.

Does the CLI support modifying user roles and menus on the Shadmin platform?

No, the CLI does not support modifying user roles and menus on the Shadmin platform. It implements strictly read-only operations that adhere to built-in RBAC permissions for querying data.

What format does the CLI output when retrieving API configurations and user lists?

When retrieving API configurations and user lists, the CLI outputs data in JSON format. This structured export allows administrators to easily audit resource configurations or pipe data into other tools.