What problem does it solve?
This Skill helps you reliably inspect and manage Umbraco documents (read, search, and perform safe mutations) without manually navigating the back office.
Core Features & Use Cases
- Read & explore content: Quickly fetch ancestors, children, root documents, or a specific document by ID, and run document search with pagination and query parameters.
- Perform safe updates and lifecycle actions: Create, update, move, publish/unpublish, trash/restore, and bulk-update documents with guardrails like dry-run validation.
- Handle payloads efficiently: Limit responses with flags like --fields and summarize results, while updating via JSON payloads, merge-json, or property-level updates.
Quick Start
Use the Skill to search for documents under a specific parent and retrieve only the fields you need by running: umbraco document search --under 123 --params '{"query":"home","take":10}' --fields id,name,alias.