Cloudrun Development
Streamlines application deployment to Cloud Run by providing tools and guidance for efficient development workflows and resource management.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add tencentcloudbase-cloudrun-development npx -- -y @trustedskills/tencentcloudbase-cloudrun-development
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"tencentcloudbase-cloudrun-development": {
"command": "npx",
"args": [
"-y",
"@trustedskills/tencentcloudbase-cloudrun-development"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to develop and deploy applications directly on Tencent Cloud's CloudRun platform. It streamlines the workflow from code creation to live service, handling containerization and orchestration automatically.
When to use it
- You need to rapidly prototype serverless functions or microservices on Tencent Cloud infrastructure.
- Your development team requires a seamless CI/CD pipeline for deploying containerized applications without managing underlying servers.
- You want to leverage managed Kubernetes capabilities to handle auto-scaling and high availability for your workloads.
- You are building event-driven architectures that require flexible, stateless compute resources.
Key capabilities
- Automated container image building and deployment to Tencent Cloud Run.
- Seamless integration with existing development workflows for continuous delivery.
- Managed scaling and resource management for production-grade applications.
- Support for various programming languages and runtime environments via containers.
Example prompts
- "Create a Python-based API endpoint on Tencent Cloud Run that processes user data."
- "Deploy my Dockerized Node.js application to CloudRun with automatic scaling enabled."
- "Set up a serverless function on Tencent Cloud Run to handle image processing tasks triggered by S3 events."
Tips & gotchas
Ensure your code is properly containerized before deployment, as the platform relies on valid Docker images. Verify network policies and IAM permissions to ensure secure access to cloud resources during development and production phases.
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.