Yqcloud Deploy
Automates infrastructure provisioning and application deployment on Yandex Cloud using YAML configurations.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add yqcloud-deploy npx -- -y @trustedskills/yqcloud-deploy
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"yqcloud-deploy": {
"command": "npx",
"args": [
"-y",
"@trustedskills/yqcloud-deploy"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The yqcloud-deploy skill automates deployments to cloud environments using YAML configuration files. It leverages yq, a command-line YAML processor, to extract and apply configurations from these files. This allows for consistent and repeatable infrastructure provisioning and application deployment across various cloud platforms.
When to use it
- Automated Infrastructure Provisioning: Quickly spin up new servers or services based on predefined YAML templates.
- Consistent Application Deployment: Ensure all environments (development, staging, production) are deployed with identical configurations.
- Configuration Management: Manage complex cloud deployments through declarative YAML files instead of manual scripting.
- Rapid Environment Setup: Quickly recreate development or testing environments from configuration as code.
Key capabilities
- YAML parsing and processing using
yq - Cloud deployment automation
- Configuration management via YAML files
- Repeatable infrastructure provisioning
Example prompts
- "Deploy the application stack defined in
infrastructure/production.yaml." - "Apply the Kubernetes configuration from
k8s/staging.yaml." - “Provision a new EC2 instance using the settings in
aws/ec2_config.yaml.”
Tips & gotchas
- Ensure that
yqis installed and accessible within the AI agent's environment. - The skill relies on accurate and well-formatted YAML configuration files; errors in these files will lead to deployment failures.
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.