Directline Chat Skill
DEPRECATED: Use /copilot-studio:chat-with-agent instead — it auto-detects DirectLine vs M365 mode. This skill is kept for backwards compatibility only. Published by microsoft in skills-for-copilot-studio.
What is Directline Chat Skill?
DEPRECATED: Use /copilot-studio:chat-with-agent instead — it auto-detects DirectLine vs M365 mode. This skill is kept for backwards compatibility only. Published by microsoft in skills-for-copilot-studio. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using skills-for-copilot-studio
Technical details
- Install or run with Copy skill directory
When to use Directline Chat Skill
- Use it for developers using skills-for-copilot-studio.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills-for-copilot-studio
- Skill file: skills/directline-chat/SKILL.md
What it does
DEPRECATED: Use /copilot-studio:chat-with-agent instead — it auto-detects DirectLine vs M365 mode. This skill is kept for backwards compatibility only.
Skill instructions
DirectLine Chat (Deprecated) This skill has been merged into /copilot-studio:chat-with-agent, which now auto-detects the agent's authentication mode and uses DirectLine automatically for no-auth and manual-auth agents. Use /copilot-studio:chat-with-agent instead. It handles both DirectLine and Copilot Studio SDK modes in a single skill. If you are here because the caller explicitly provided a DirectLine secret or token endpoint URL, you may proceed with the instructions below. Otherwise, redirect to /copilot-studio:chat-with-agent. --- Direct Usage (when caller provides explicit DirectLine credentials) Token endpoint mode bash node ${CLAUDESKILLDIR}/../../scripts/directline-chat.bundle.js \ --token-endpoint "<url" "<utterance" DirectLine secret mode bash node ${CLAUDESKILLDIR}/../../scripts/directline-chat.bundle.js \ --directline-secret "<secret" "<utterance" Multi-turn bash node ${CLAUDESKILLDIR}/../../scripts/directline-chat.bundle.js \ --token-endpoint "<url" "<follow-up" \ --conve
Explore related resources
Frequently asked questions
What is Directline Chat?
Directline Chat is a open-source AI agent skill with Copy skill directory. DEPRECATED: Use /copilot-studio:chat-with-agent instead — it auto-detects DirectLine vs M365 mode. This skill is kept for backwards compatibility only.
Who is Directline Chat best for?
Directline Chat is best for reusing agent instructions, scripts, and references.
How do I install Directline Chat?
Install or run Directline Chat using Copy skill directory. Check Directline Chat for the latest setup command.
Is Directline Chat actively maintained?
Directline Chat may need a closer maintenance check before production use.
Auto-fetched from GitHub.