skills/cli/recipe-discover-and-modify-datatype/SKILL.md
Search for a data type, inspect it, and update its configuration.
npx skillsauth add albanist/umbraco_cli recipe-discover-and-modify-datatypeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
PREREQUISITE: Load the following skills: umbraco-datatype
Search for a data type, inspect it, and update its configuration.
umbraco datatype search --query "rich text" --output jsonumbraco datatype get <id> --output jsonumbraco datatype extensions <id> --output jsonumbraco datatype add-extension <id> My.Custom.Extension --dry-run --output jsonumbraco datatype add-extension <id> My.Custom.Extension --output jsondatatype extensions to see the current extension list before modifying.tools
Umbraco Automate operations (event-driven workflow automation)
development
Webhook management (the Management API's outbound event notifications)
development
Backoffice user management (accounts, state, groups, API credentials)
tools
Backoffice user group management (permission sets)