Agent skill
docs-arnoldsouza-databricks-genie-t-arnoldsouza-databricks-genie-tea
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/devops/docs-arnoldsouza-databricks-genie-t-arnoldsouza-databricks-genie-tea
SKILL.md
Copilot Studio skill (two patterns)
How to wire Genie into Copilot Studio as an External Web Service with a Simple and an Advanced skill.
This guide helps makers/admins connect your Genie web app to Microsoft Copilot Studio so copilots can call Genie inside flows, topics, or actions.
Simple Genie skill
In this skill, you can access Genie directly. Copilot will pass the value of Activity.Text to Genie for processing.
- Input:
prompt- The user’s question or instruction to be processed by Databricks Genie. - Output:
answer- The actual text answer generated by Genie based on the providedprompt - Use when: a quick “ask Genie” step is enough.
Advanced Genie skill (recommended)
This skill interacts with Genie in a more controlled way. You can choose what to send as input and capture the result and status with greater control. This is the recommended approach, as it allows you to enrich both the inputs and outputs within your flow.
- Inputs:
prompt, optionalcontext - Outputs (5):
elapsedMs- Time (in milliseconds) that Genie took to process the request — useful for performance monitoring.error- Error message, if any occurred during processing. Empty ornullmeans the call was successful.response- The actual text answer generated by Genie based on the providedpromptstatus- Processing status — typically values likesuccess,error, ortimeout. Helps manage control flow in Copilot.traceId- Unique identifier for the transaction, used for logging, tracing, or debugging requests across systems.
How to wire
-
Copilot Studio → Settings → Skills → Add skill.
-
fullfill the Skill Manifest URL and point to your bot:
- Terraform already deployed a manifest.json file in
genie-M365-agent/public/manifest.json - Manifest URL is:
https://<your-webapp>.azurewebsites.net/public/manifest.json
- Terraform already deployed a manifest.json file in
-
Then you will see the Skill enabled in your project.
Didn't find tool you were looking for?