Umbraco Picker Data Source

🌐Community
by umbraco · vlatest · Repository

Retrieves Umbraco content picker values directly within your AI workflows, streamlining data access.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add umbraco-picker-data-source npx -- -y @trustedskills/umbraco-picker-data-source
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "umbraco-picker-data-source": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/umbraco-picker-data-source"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

The umbraco-picker-data-source skill enables AI agents to retrieve and filter data from Umbraco CMS backoffice pickers, allowing dynamic content selection based on specific criteria. It streamlines the process of querying structured data within the CMS for use in agent workflows or external applications.

When to use it

  • Dynamically fetching content items, media assets, or document types from an Umbraco instance during runtime.
  • Filtering large datasets by specific properties such as date ranges, tags, or custom fields before processing.
  • Integrating CMS content directly into AI agent responses without manual data extraction steps.
  • Automating the population of dropdowns or selection lists in external tools connected to Umbraco.

Key capabilities

  • Direct access to Umbraco CMS backoffice picker data structures.
  • Support for querying specific content types and media items.
  • Ability to filter results based on defined parameters.
  • Seamless integration with AI agent decision-making processes.

Example prompts

  • "Retrieve all news articles published in the last 30 days from the Umbraco CMS and summarize their headlines."
  • "Fetch a list of approved media assets tagged with 'product' to generate an image caption for social media."
  • "Query the content tree for all pages under the 'About Us' section and extract their navigation labels."

Tips & gotchas

Ensure your AI agent has the necessary permissions to access the Umbraco backoffice API endpoints being queried. Verify that the data source configuration correctly points to the target Umbraco instance before initiating complex queries.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
umbraco
Installs
39

🌐 Community

Passed automated security scans.