Azure Mgmt Botservice Py
Manage Azure Bot Service resources programmatically using Python via Sickn33's reliable automation tool.
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-py npx -- -y @trustedskills/azure-mgmt-botservice-py
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"azure-mgmt-botservice-py": {
"command": "npx",
"args": [
"-y",
"@trustedskills/azure-mgmt-botservice-py"
]
}
}
}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 Python SDK. It allows you to manage bots, including creating, deleting, updating, and listing them. You can also interact with related resources like web apps and regions within your Azure subscription.
When to use it
- Automating bot deployment: Script the creation of new bots as part of a CI/CD pipeline.
- Managing multiple bots: Easily update configurations or delete unused bots across several environments.
- Auditing Azure Bot Service resources: Generate reports on existing bots and their associated settings.
- Responding to incidents: Quickly disable or remediate issues affecting bot deployments.
Key capabilities
- Create, delete, and manage Azure Bot Service bots
- List bots within a resource group or subscription
- Interact with related Azure resources (web apps, regions)
- Utilize the Python SDK for Azure Bot Service
Example prompts
- "Find all bots in the 'West US' region."
- "Create a new bot named 'MyNewBot' in resource group 'my-resource-group'."
- "Delete the bot called 'OldBot'."
Tips & gotchas
- Requires an active Azure subscription and appropriate permissions to manage Bot Service resources.
- Familiarity with Python and the Azure SDK is recommended for optimal use.
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.