Data Client Manager
Helps with data, client-side as part of agent workflows workflows.
Install on your platform
We auto-selected Claude Code based on this skillβs supported platforms.
Run in terminal (recommended)
claude mcp add data-client-manager npx -- -y @trustedskills/data-client-manager
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"data-client-manager": {
"command": "npx",
"args": [
"-y",
"@trustedskills/data-client-manager"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The data-client-manager skill provides a way to manage and interact with data clients. It allows AI agents to discover, install, and utilize various data client libraries. This simplifies accessing and processing data from different sources within an agent's workflow.
When to use it
- Integrating new data sources: When your agent needs to access data from a previously unsupported source (e.g., a new API).
- Simplifying data access code: To reduce boilerplate code related to connecting and interacting with different data clients.
- Managing multiple data connections: When an agent requires simultaneous connections to several databases or APIs.
- Updating data client libraries: When needing to update the versions of installed data client libraries for security or feature enhancements.
Key capabilities
- Data client discovery
- Data client installation
- Data client management
- Library versioning
Example prompts
- "Install the 'postgres' data client."
- "List all available data clients."
- "Update the 'mysql' data client to the latest version."
- βWhat data clients are currently installed?β
Tips & gotchas
The skill requires a working environment capable of installing and managing software libraries. Ensure your agent has appropriate permissions to install packages within its operational context.
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.