Chat Sdk Skill
Send a message to a Copilot Studio agent via the Copilot Studio Client SDK (M365). Use for agents with integrated auth (Entra ID SSO). Requires an App Registration Client ID. Published by microsoft in skills-for-copilot-studio.
Decision snapshot
Is this a fit?
Testing, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Filesystem access, Shell access
Copy skill directory
2 months ago · MIT license
Access note: Local files. Access note: Shell access.
What is Chat Sdk Skill?
Send a message to a Copilot Studio agent via the Copilot Studio Client SDK (M365). Use for agents with integrated auth (Entra ID SSO). Requires an App Registration Client ID. 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. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Testing use cases
Declared skill metadata
- Source file: skills/chat-sdk/SKILL.md
Allowed tools declared by source
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- Install or run with Copy skill directory
- Local files
- Shell access
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use Chat Sdk Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills-for-copilot-studio
- Skill file: skills/chat-sdk/SKILL.md
What it does
Send a message to a Copilot Studio agent via the Copilot Studio Client SDK (M365). Use for agents with integrated auth (Entra ID SSO). Requires an App Registration Client ID.
Skill instructions
Chat via Copilot Studio SDK Send a single utterance to a published agent via the Copilot Studio Client SDK. Use this for agents with integrated authentication / Entra ID SSO (authenticationmode 2). Prerequisites Requires prior authentication via /copilot-studio:test-auth. Do NOT ask the user for a client ID yourself — the test-auth skill handles app registration setup and authentication. Instructions 1. Run the script with --client-id and the utterance from $ARGUMENTS: bash node ${CLAUDESKILLDIR}/../../scripts/chat-with-agent.bundle.js \ --client-id "<clientId" "<utterance" [--agent-dir <path] 2. Authentication: Requires prior authentication via /copilot-studio:test-auth. The token is cached in the "test-agent" slot and shared with the eval API. If auth fails or the SDK hangs, tell the caller to re-run test-auth. 3. Parse the JSON output from stdout: json { "status": "ok", "protocol": "m365", "utterance": "hello", "conversationid": "abc123-...", "startactivities": [ ... ], "activities"
Verified compatibility and discovery
Frequently asked questions
What is Chat Sdk?
Chat Sdk is a open-source AI agent skill with Copy skill directory. Send a message to a Copilot Studio agent via the Copilot Studio Client SDK (M365). Use for agents with integrated auth (Entra ID SSO). Requires an App Registration Client ID.
Who is Chat Sdk best for?
Chat Sdk is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install Chat Sdk?
Install or run Chat Sdk using Copy skill directory. Check Chat Sdk for the latest setup command.
Is Chat Sdk actively maintained?
Chat Sdk may need a closer maintenance check before production use.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.