Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
vercel-labs avatar

Marketplace Add Xmc

  • 31 installs
  • 3 repo stars
  • Updated April 6, 2026
  • vercel-labs/sitecore-skills

marketplace-add-xmc integrates XM Cloud APIs into marketplace apps.

About

The marketplace-add-xmc skill wires XM Cloud Sites, Pages, Authoring, Content Transfer, Search, and Agent APIs after installing the xmc shadcn registry package. Supports client-side client.query and client.mutate or server-side experimental_createXMCClient with Auth0 full-stack apps. xmc-patterns.md provides per-API examples.

  • XMC package install via shadcn registry.
  • Sites Pages Authoring Search Agent API map.
  • Client-side vs Auth0 server-side patterns.
  • xmc-patterns.md code examples.
  • Prerequisite package check.

Marketplace Add Xmc by the numbers

  • 31 all-time installs (skills.sh)
  • +1 installs in the week ending Jul 27, 2026 (Skillselion tracking)
  • Ranked #97 of 154 .NET & C# skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Jul 27, 2026 (Skillselion catalog sync)
At a glance

marketplace-add-xmc capabilities & compatibility

Capabilities
xmc api namespace table
Use cases
api development
From the docs

What marketplace-add-xmc says it does

Adds XM Cloud API integration to a Sitecore Marketplace app
SKILL.md
npx skills add https://github.com/vercel-labs/sitecore-skills --skill marketplace-add-xmc

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs31
repo stars3
Security audit3 / 3 scanners passed
Last updatedApril 6, 2026
Repositoryvercel-labs/sitecore-skills

How do I access XM Cloud data from a marketplace app?

Add XM Cloud API integration to Sitecore Marketplace apps via xmc SDK package.

Who is it for?

Marketplace developers needing XM Cloud APIs.

Skip if: Skip without XMC data requirements.

When should I use this skill?

User wants XM Cloud API integration.

What you get

Working XMC SDK query or mutation.

Files

SKILL.mdMarkdownGitHub ↗

Add XM Cloud API Integration

You are helping the user add XM Cloud API integration to their Sitecore Marketplace app.

Prerequisites

The XMC package must be installed. If not:

npx shadcn@latest add https://marketplace-sdk.sitecorecloud.io/r/xmc.json

Step 1: Determine Which API

Ask the user (or infer from $ARGUMENTS) which XMC API they need:

APINamespaceUse For
Sitesxmc.sites.*List/get sites, current site context
Pagesxmc.pages.*List/get pages, current page context
Authoringxmc.authoring.*GraphQL queries/mutations against authoring API
Content Transferxmc.contentTransfer.*Import/export content
Searchxmc.search.*Search content items
Agentxmc.agent.*Invoke XM Cloud agents

Step 2: Choose Client-Side or Server-Side

  • Client-side: Use client.query() / client.mutate() — simpler, works in any architecture
  • Server-side: Use experimental_createXMCClient() — requires Auth0 (full-stack architecture)

Step 3: Implement

See xmc-patterns.md for complete code patterns for each API.

Step 4: Suggest Related Skills

  • Use /marketplace-build-component to build UI for the data
  • Use /marketplace-sdk-reference for detailed type information

Reference Files

  • XMC Patterns — Code patterns for each XMC API

Related skills

FAQ

What does marketplace-add-xmc do?

marketplace-add-xmc integrates XM Cloud APIs into marketplace apps.

When should I use marketplace-add-xmc?

User wants XM Cloud API integration.

Is this skill safe to install?

Review the Security Audits panel on this page before installing in production.

.NET & C#integrations

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.