Azure Mgmt Botservice Py

🌐Community
by claudedjale · vlatest · Repository

Automates Azure Bot Service management tasks using Python for deployment, scaling, and monitoring via API calls.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add claudedjale-azure-mgmt-botservice-py npx -- -y @trustedskills/claudedjale-azure-mgmt-botservice-py
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "claudedjale-azure-mgmt-botservice-py": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/claudedjale-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 Python. It allows you to manage bot connections, create and delete bots, and interact with other related Azure services through a simplified interface. Specifically, this includes managing web chat configurations and retrieving information about existing bots.

When to use it

  • Automate the deployment of new Azure Bot Services for testing or development environments.
  • Retrieve configuration details (e.g., connection strings) from your Azure Bot Service programmatically.
  • Manage web chat settings for your deployed bots, such as customizing appearance and behavior.
  • Clean up resources by deleting unused bots in a non-interactive fashion.

Key capabilities

  • Bot management: Create, delete, and list bots.
  • Connection management: Manage bot connections within Azure Bot Service.
  • Web Chat configuration: Modify web chat settings for deployed bots.
  • Resource retrieval: Obtain information about existing bots and their configurations.

Example prompts

  • "List all the bots in my Azure subscription."
  • "Create a new bot named 'MyTestBot' with these connection details..."
  • "Delete the bot named 'OldBot'."
  • "Retrieve the web chat configuration for 'ProductionBot'."

Tips & gotchas

  • Requires an active Azure subscription and appropriate permissions to manage Bot Service resources.
  • You will need to authenticate with your Azure account before using this skill, typically through environment variables or a configuration file.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
claudedjale
Installs
2

🌐 Community

Passed automated security scans.