Sher Deploy
Automates deployment of Sherdotsh's AI models to cloud environments, streamlining updates and scaling resources efficiently.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add sher-deploy npx -- -y @trustedskills/sher-deploy
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"sher-deploy": {
"command": "npx",
"args": [
"-y",
"@trustedskills/sher-deploy"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The sher-deploy skill automates deployments to Sher.io, a serverless platform. It handles tasks like building container images, pushing them to registries, and configuring deployment settings within the Sher.io environment. This allows for streamlined and repeatable application releases.
When to use it
- Deploying a new version of an existing application on Sher.io.
- Automating the release process for microservices running on Sher.io.
- Setting up continuous integration/continuous deployment (CI/CD) pipelines with Sher.io as the target environment.
- Creating reproducible deployments by codifying infrastructure and application configurations.
Key capabilities
- Builds container images
- Pushes images to registries
- Configures deployment settings on Sher.io
Example prompts
- "Deploy my latest code to Sher using the Dockerfile in this directory."
- "Update the environment variables for my Sher application."
- "Push the current image tag to the registry and deploy it to Sher."
Tips & gotchas
Ensure you have appropriate credentials configured within your AI agent to access both your container registry and your Sher.io account. The skill's effectiveness depends on accurate Dockerfile definitions and proper configuration of deployment parameters.
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.