resource-management

Manage Luzmo resources with CRUD operations and bulk API scripts.

1|Updated Jun 3, 2026
One-click install
npx skills add https://github.com/luzmo-official/agent-skills --skill resource-management-luzmo-official
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resource-management
Source: https://github.com/luzmo-official/agent-skills/tree/main/skills/resource-management
Command: npx skills add https://github.com/luzmo-official/agent-skills --skill resource-management-luzmo-official

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines server-side Luzmo resource operations like CRUD, automation, and bulk API scripts for dashboards, datasets, themes, and users.

Core Features & Use Cases

  • CRUD Operations: Create, read, update, and delete resources efficiently.
  • Automation: Automate resource management tasks with scripts.
  • Bulk Scripts: Execute bulk API scripts for resource operations.
  • Use Case: For instance, use this Skill to automate the creation and deletion of dashboards, datasets, and themes in Luzmo.

Quick Start

To list all dashboards, use the list all dashboards command.

Frequently Asked Questions about resource-management

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

FAQPage Schema
How do I automate CRUD operations for Luzmo dashboards and datasets?

You can automate CRUD operations for Luzmo dashboards and datasets by executing bulk API scripts that programmatically create, read, update, and delete resources. This requires secure API credentials and proper error handling.

What is the best way to manage multiple Luzmo resources in bulk?

The best way to manage multiple Luzmo resources in bulk is by running API scripts designed for resource operations. These scripts automate the mass creation, updating, and deletion of dashboards, datasets, themes, and users.

Can I use API scripts to automate Luzmo theme and user management?

Yes, you can use API scripts to automate Luzmo theme and user management. The Skill supports server-side CRUD operations and bulk API scripts specifically for managing themes, users, dashboards, and datasets.

Do I need secure API credentials to execute Luzmo resource automation scripts?

Yes, you need secure API credentials to execute Luzmo resource automation scripts. Proper authentication and error handling are required to safely manage resources like dashboards and datasets via the API.

How do I list all Luzmo dashboards using an API script?

To list all Luzmo dashboards, you can use the 'list all dashboards' command within the automation scripts. This read operation queries the API to retrieve and display your existing dashboard resources.