Umbraco Context Api
Provides API guidance and assistance for agent workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add umbraco-context-api npx -- -y @trustedskills/umbraco-context-api
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"umbraco-context-api": {
"command": "npx",
"args": [
"-y",
"@trustedskills/umbraco-context-api"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The Umbraco Context API skill provides AI agents with access to the core context data required for Umbraco backoffice operations. It enables agents to understand and interact with the current state of the CMS environment effectively.
When to use it
- Retrieving specific node information or content properties within the Umbraco instance.
- Performing administrative tasks that require knowledge of the current user session or site structure.
- Executing backend logic that depends on real-time context from the Umbraco backoffice.
- Debugging issues by querying the underlying context data available to the CMS.
Key capabilities
- Access to Umbraco backoffice context information.
- Integration with core CMS operational data.
- Support for agent-driven administrative workflows.
Example prompts
- "What is the current value of the 'metaDescription' property on the homepage node?"
- "List all published nodes under the 'Blog' section in the Umbraco backoffice."
- "Retrieve the user permissions associated with the currently logged-in admin session."
Tips & gotchas
Ensure your AI agent has appropriate authentication credentials to access protected backoffice endpoints. This skill is specific to Umbraco CMS environments and may not function outside that ecosystem.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.