I put together a Claude Code skill for Qualtrics XM — it gives you inline help with the REST API v3 (response exports, distributions, XM Directory contacts, webhooks), survey configuration, dashboard setup, and Salesforce/SAP integrations right in your editor.
npx skills add sales-skills/sales --skills sales-qualtrics
Then try prompting it with something like:
/sales-qualtrics I need to set up the API to automatically export survey responses to our data warehouse — how does the 3-step export process work?
It covers the CX and EX survey modules, XM Directory contact management, the 3-step async response export pattern, OAuth and API token authentication, Experience Agents, pricing tiers, and common integration patterns with Salesforce and SAP.
Source:
https://github.com/sales-skills/sales/blob/main/skills/sales-qualtrics/SKILL.md
PRs welcome if anything's off. If you find it useful, a star on the repo helps:
https://github.com/sales-skills/sales
I put together a Claude Code skill for Qualtrics XM — it gives you inline help with the REST API v3 (response exports, distributions, XM Directory contacts, webhooks), survey configuration, dashboard setup, and Salesforce/SAP integrations right in your editor.
Then try prompting it with something like:
/sales-qualtrics I need to set up the API to automatically export survey responses to our data warehouse — how does the 3-step export process work?It covers the CX and EX survey modules, XM Directory contact management, the 3-step async response export pattern, OAuth and API token authentication, Experience Agents, pricing tiers, and common integration patterns with Salesforce and SAP.
Source:
https://github.com/sales-skills/sales/blob/main/skills/sales-qualtrics/SKILL.md
PRs welcome if anything's off. If you find it useful, a star on the repo helps:
https://github.com/sales-skills/sales