deploy-intel

Automates cloud-based email bot deployment to Google Cloud Run via CLI.

1|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/anyreachai/claude-skills --skill deploy-intel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-intel
Source: https://github.com/anyreachai/claude-skills/tree/main/skills/deploy-intel
Command: npx skills add https://github.com/anyreachai/claude-skills --skill deploy-intel

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Simplifies the process of building and deploying the intel-email-bot to Google Cloud Run, reducing manual effort and potential errors.

Core Features & Use Cases

  • Automated Deployment: Executes deployment commands to push the email bot to Cloud Run from a local source directory.
  • Verification & Monitoring: Provides commands to verify deployment health and status, ensuring successful rollout.
  • Use Case: When a developer needs to deploy a new version of the intel-email-bot, they can follow simple steps and verify the deployment remotely using this Skill.

Quick Start

Use the deploy-intel Skill to deploy the intel-email-bot and check its health status immediately after deployment.

Frequently Asked Questions about deploy-intel

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate deployment of a container to Google Cloud Run from a local directory?

You can automate Cloud Run deployment by executing command-line instructions that build and push your local source directory to the serverless platform, reducing manual effort and potential errors.

What is the best way to verify a serverless application deployment to Cloud Run?

The best way to verify a serverless application deployment to Cloud Run is by running command-line health checks using curl to ensure the rollout was successful and the service is responding correctly.

Do I need gcloud CLI installed to deploy a serverless email bot to Cloud Run?

Yes, you need the gcloud CLI installed to deploy a serverless email bot to Cloud Run, as the automated deployment process relies on command-line instructions to push the container image remotely.

Can I use curl to check the health status of a Cloud Run deployment?

Yes, you can use curl to check the health status of a Cloud Run deployment by executing verification commands that monitor the service status and ensure the application launched successfully.

Why does my automated Cloud Run deployment require minimal manual intervention?

Automated Cloud Run deployment requires minimal manual intervention because it uses scripts to execute deployment commands directly from your local source directory, eliminating repetitive manual configuration steps.

What are the limitations of deploying to Cloud Run using command-line automation?

Limitations include relying entirely on local command-line execution and requiring both gcloud CLI and curl to be properly configured, which means any local environment misconfiguration can halt the deployment.