mcpbeat

Chat With Agent

microsoft/chat-with-agent

DEPRECATED: Use /copilot-studio:detect-mode then /copilot-studio:chat-directline or /copilot-studio:chat-sdk instead.

182 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
386
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/microsoft/skills-for-copilot-studio --skill chat-with-agent

What it tells the agent to use

found in the instruction text
Bash runs shell commands — read the instruction before connecting

The instruction itself

1 sections, as written by the author

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.

How to use it

Copy the folder

Take microsoft/chat-with-agent from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.