Manages Dynamics 365 web resources: lists, views, creates, edits, publishes JavaScript, HTML, CSS, XML files. Activates for 'show web resources', 'edit JS file', 'create script'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dynamics365-dataverse:manage-webresourcesThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
The user wants to work with web resources in Dynamics 365.
The user wants to work with web resources in Dynamics 365.
Argument provided: $ARGUMENTS
Select environment — call list_environments, ask the user, call select_environment.
Determine the task:
list_web_resources with optional filter and typeget_web_resource — for text types (JS/HTML/CSS/XML), the content is automatically decoded from base64get_web_resource to retrieve current contentupdate_web_resource with the modified content (auto-encoded to base64)publish_customizations to make changes livecreate_web_resource with:
name: must include publisher prefix (e.g. "new_/scripts/utility.js")type: the web resource type codecontent: the actual contentdisplay_name: human-readable namesolution_unique_name: optionally add to a solutionpublish_customizations to make it availablepublish_customizations with publish_all: true for all, or provide specific component XMLprefix_/path/filename.extnpx claudepluginhub nickmeron/dataverse-mcp-serverGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.