Yqcloud Deploy

🌐Community
by binjie09 · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add yqcloud-deploy npx -- -y @trustedskills/yqcloud-deploy
2

Or manually add to ~/.claude/settings.json

~/.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 yq is 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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
binjie09
Installs
7

🌐 Community

Passed automated security scans.