Azure Cosmos Db Py
Automates Cosmos DB database operations in Azure using Python for claudedjale's cloud workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add claudedjale-azure-cosmos-db-py npx -- -y @trustedskills/claudedjale-azure-cosmos-db-py
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"claudedjale-azure-cosmos-db-py": {
"command": "npx",
"args": [
"-y",
"@trustedskills/claudedjale-azure-cosmos-db-py"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with Azure Cosmos DB using Python. It facilitates tasks like querying, creating, updating, and deleting documents within a Cosmos DB database. The agent can leverage this skill to manage data stored in Cosmos DB as part of larger workflows or applications.
When to use it
- Automating data entry: Populate a Cosmos DB database with information extracted from external sources.
- Building interactive dashboards: Query Cosmos DB and display real-time data visualizations.
- Managing application state: Store and retrieve session data or other persistent information within Cosmos DB.
- Creating serverless APIs: Use Cosmos DB as the backend for a simple API, with the agent handling requests and database interactions.
Key capabilities
- Python integration
- Azure Cosmos DB interaction
- Querying documents
- Creating documents
- Updating documents
- Deleting documents
Example prompts
- "Retrieve all orders from the 'orders' collection in my Cosmos DB database."
- "Create a new document with fields 'name' and 'email' in the 'users' container."
- "Update the 'status' field of order ID '123' to 'shipped'."
Tips & gotchas
- Requires an active Azure subscription and Cosmos DB instance.
- Ensure the agent has appropriate credentials (connection string) to access the Cosmos DB account.
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.