Azure Cosmos Ts
Automates Cosmos DB management tasks in Azure using TypeScript code, streamlining database operations for claudedjale users.
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-ts npx -- -y @trustedskills/claudedjale-azure-cosmos-ts
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"claudedjale-azure-cosmos-ts": {
"command": "npx",
"args": [
"-y",
"@trustedskills/claudedjale-azure-cosmos-ts"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides access to Azure Cosmos DB functionality within an AI agent. It enables querying, creating, updating, and deleting data stored in Azure Cosmos DB containers. The skill streamlines interactions with this NoSQL database service, allowing agents to manage data efficiently.
When to use it
- Inventory Management: An agent needs to track product quantities and locations stored in a Cosmos DB database.
- Customer Data Analysis: An agent requires access to customer profiles and purchase history residing in Cosmos DB for personalized recommendations.
- Log Aggregation: An agent must query and analyze application logs stored within an Azure Cosmos DB container.
- Content Management: An agent needs to retrieve and update articles or other content stored in a Cosmos DB database.
Key capabilities
- Querying data using SQL-like syntax
- Creating new documents in Cosmos DB containers
- Updating existing documents
- Deleting documents from Cosmos DB containers
Example prompts
- "Find all customers who spent over $100 last month."
- "Create a new product entry with name 'Widget' and price 25.99."
- "Update the quantity of item ID 123 to 5."
Tips & gotchas
- Requires appropriate Azure Cosmos DB account credentials and connection string for authentication.
- Familiarity with Cosmos DB query syntax is helpful for optimal results.
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.