umbraco-server

Query Umbraco management endpoints for server config, info, status, and troubleshooting results.

4|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/albanistrefi/umbraco_CLI --skill umbraco-server
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: umbraco-server
Source: https://github.com/albanistrefi/umbraco_CLI/tree/main/skills/cli/umbraco-server
Command: npx skills add https://github.com/albanistrefi/umbraco_CLI --skill umbraco-server

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you quickly understand what your Umbraco server is doing and identify configuration or upgrade issues before they become incidents.

Core Features & Use Cases

  • Server configuration and runtime visibility: Retrieve server config, info, and status to confirm the environment matches expectations.
  • Troubleshooting checks: Run targeted diagnostics to surface common problems and actionable hints.
  • Upgrade readiness validation: Assess whether the server is prepared for an Umbraco upgrade.

Quick Start

Run umbraco server troubleshoot to execute diagnostic checks and review the results.

Frequently Asked Questions about umbraco-server

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

FAQPage Schema
How do I run diagnostics on my Umbraco server to troubleshoot configuration issues?

You can run Umbraco server troubleshooting diagnostics by executing the umbraco server troubleshoot command to query management endpoints and surface common misconfigurations with actionable hints.

Why does my Umbraco server show unexpected runtime behavior or health degradation?

Unexpected Umbraco server runtime behavior can be investigated by querying management endpoints for server status and info, allowing you to validate runtime health and confirm the environment matches expectations.

How can I check if my Umbraco server is ready for an upgrade?

You can validate Umbraco upgrade readiness by running server diagnostics to assess whether the current configuration and runtime state are properly prepared for an Umbraco upgrade.

Do I need to configure authentication before querying Umbraco server management endpoints?

Yes, querying Umbraco management endpoints requires a pre-authenticated environment established via the shared umbraco-shared skill, which provides the necessary CLI global flags and security rules.

What is the best way to retrieve and validate Umbraco server configuration and status?

The best way to retrieve Umbraco server configuration and status is by querying the management API endpoints, which return the server config, info, and status needed to confirm the environment matches expectations.