
thegovind skills on Remote OpenClaw
9 skills published by thegovind. Each listing includes a one-command install for Claude Code, OpenClaw, Codex, and Hermes, plus a link to the upstream source.
azure-ai-voicelive-py
Wraps the Azure AI Voice Live SDK to enable real-time bidirectional voice applications in Python over WebSocket. Handles audio streaming, voice activity detection, transcription, and function calling in a single async API. Supports voice assistants, speech-to-speech translation, and voice-driven avatars.
agent-framework-azure-ai-py
Build persistent agents on Azure AI Foundry using the Microsoft Agent Framework Python SDK. Supports function tools, hosted tools like code interpreter and Bing web search, MCP server integration, conversation threads, streaming responses, and structured Pydantic outputs.
azure-ai-agents-py
Python SDK for building agents hosted on Azure AI Foundry. Handles the full agent lifecycle: creating agents, managing conversation threads, processing runs, and streaming responses. Supports tools including Code Interpreter, File Search, Bing Grounding, Azure AI Search, Function Calling, OpenAPI, and MCP.
azd-deployment
Handles deployment of containerized applications to Azure Container Apps using the Azure Developer CLI (azd). Covers azure.yaml configuration, Bicep infrastructure modules, remote builds via ACR, environment variable flow across local and cloud environments, and managed identity RBAC setup.
azure-ai-transcription-py
Python client library for Microsoft Azure's speech-to-text service. Supports batch transcription of audio files stored in blob storage and real-time streaming transcription with per-event text output. Speaker diarization and timestamp capture are available in both modes.
azure-ai-evaluation-py
Python SDK for evaluating generative AI applications using Azure OpenAI. Supports quality metrics (groundedness, relevance, coherence), NLP-based scoring (F1, BLEU, ROUGE), and safety evaluations (violence, hate, self-harm). Results can be logged to Azure AI Foundry for tracking across runs.
azure-ai-projects-py
Python SDK for building AI applications on Azure AI Foundry. Manages agents, threads, evaluations, connections, deployments, datasets, and indexes through a single project client. Supports both native Foundry operations and an OpenAI-compatible client interface.
azure-identity-py
Python authentication library for Azure SDK clients, using Microsoft Entra ID (formerly Azure AD). Supports DefaultAzureCredential for automatic credential detection, plus specific credential types for managed identity, service principals, and CLI-based auth.
azure-keyvault-py
Python SDK for Azure Key Vault covering secrets, cryptographic keys, and certificates. Provides four client classes: SecretClient, KeyClient, CryptographyClient, and CertificateClient. Supports both sync and async patterns with soft-delete and version tracking.