
chat-with-agent
✓ Official★ 345by microsoft · part of microsoft/skills-for-copilot-studio
DEPRECATED: Use /copilot-studio:detect-mode then /copilot-studio:chat-directline or /copilot-studio:chat-sdk instead.
🔌 This skill ships inside the copilot-studio plugin — install the plugin and you also get 4 sub-agents, hooks.
This is the playbook your agent receives when the skill activates — you don't need to read it to use the skill, but it's here to audit before installing.
Chat With Agent (Deprecated)
This skill has been split into atomic skills:
/copilot-studio:detect-mode— detect the agent's auth mode/copilot-studio:chat-directline— chat via DirectLine v3 (no auth / manual auth)/copilot-studio:chat-sdk— chat via Copilot Studio SDK (integrated auth / M365)
Follow the Point-test workflow in the test agent prompt instead of using this skill directly.
Copy & paste — that's it
npx skills add https://github.com/microsoft/skills-for-copilot-studio --skill chat-with-agentRun this in your project — your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under MIT— you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub →