Azure Mgmt Botservice Dotnet
Manages Azure Bot Service resources using .NET SDK, enabling bot creation, deployment, and configuration automation.
Install on your platform
We auto-selected Claude Code based on this skillβs supported platforms.
Run in terminal (recommended)
claude mcp add azure-mgmt-botservice-dotnet npx -- -y @trustedskills/azure-mgmt-botservice-dotnet
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"azure-mgmt-botservice-dotnet": {
"command": "npx",
"args": [
"-y",
"@trustedskills/azure-mgmt-botservice-dotnet"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides programmatic access to Azure Bot Service resources using the .NET SDK. It allows AI agents to manage bot deployments, create and configure channels (like Microsoft Teams or Slack), and interact with other related Azure services. Specifically, it enables tasks like updating bot configurations and retrieving information about existing bots.
When to use it
- Automated Bot Deployment: Automatically deploy new versions of a bot to Azure after code changes.
- Channel Management: Add or remove channels (e.g., Slack, Telegram) from an existing Azure Bot Service.
- Configuration Updates: Modify settings such as LUIS endpoints or QnA Maker services linked to a bot.
- Resource Monitoring: Retrieve information about the status and performance of deployed bots.
Key capabilities
- Bot Management: Create, update, delete, and retrieve bot resources.
- Channel Configuration: Manage channels connected to Azure Bots.
- Azure Resource Interaction: Integrates with other Azure services via .NET SDK.
- .NET SDK Support: Leverages the official Azure Bot Service .NET SDK for robust interaction.
Example prompts
- "Deploy my latest bot version to Azure."
- "Add a Slack channel to my existing bot named 'MyBot'."
- "Get the current LUIS endpoint configuration for bot 'HelpBot'."
- βList all bots in my resource group.β
Tips & gotchas
- Requires an active Azure subscription and appropriate permissions to manage Bot Service resources.
- The agent will need access to authentication credentials (e.g., connection strings, API keys) to interact with Azure.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates β what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
π Community
Passed automated security scans.