One-click install
npx skills add https://github.com/wgpsec/redc --skill redc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: redc
Source: https://github.com/wgpsec/redc/tree/main/clawhub
Command: npx skills add https://github.com/wgpsec/redc --skill redc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

RedC streamlines the deployment, lifecycle management, and monitoring of multi-cloud red team infrastructure by converting template-based intentions into repeatable Terraform actions.

Core Features & Use Cases

  • Multi-cloud infrastructure automation: Deploy and manage infrastructure across supported providers using templates, so you can create, configure, and destroy environments consistently.
  • Safety-first workflow: Emphasizes template inspection and running a plan step before applying changes to reduce accidental misconfiguration.
  • MCP-enabled operational control: Provides MCP tools for listing templates/cases, planning, starting/stopping/inspecting outputs, running remote commands via SSH, and viewing cost/billing/runtime insights.

Quick Start

Use the redc skill to plan and deploy a template safely: "Inspect template aliyun/ecs, run a plan for it, then start the resulting case and return the outputs for verification."

Frequently Asked Questions about redc

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

FAQPage Schema
How do I automate multi-cloud red team infrastructure provisioning with Terraform?

Multi-cloud red team infrastructure provisioning is automated by deploying Terraform-backed templates across major cloud providers. The system handles planning deployments, creating and destroying cases, and orchestrating multi-service stacks consistently.

What is the safest workflow for applying Terraform template changes across multiple cloud providers?

The safest workflow emphasizes template inspection and requires running a plan step before any apply step. This safety-first approach reduces accidental misconfiguration when deploying or modifying multi-cloud infrastructure.

Can I estimate cloud costs and run remote SSH commands on provisioned infrastructure instances?

Cost estimation and remote SSH command execution are supported. The MCP-enabled tools allow viewing billing insights and running operational commands directly on provisioned instances after deployment.

Do I need to configure environment variables and MCP integration to manage infrastructure cases?

Environment variables and MCP integration are required. Credentials must be sourced from environment variables, and the operational control tools are exposed through MCP for listing templates, planning, and managing case lifecycles.

How do I list available templates and manage the lifecycle of deployed multi-cloud stacks?

Listing templates and managing stack lifecycles is handled via MCP tools. You can inspect templates, start or stop resulting cases, inspect outputs, and destroy environments using the exposed operational commands.

What are the limitations of using template orchestration for multi-cloud deployment?

Template orchestration requires a mandatory plan review before applying changes, adding a procedural step to deployments. Users must manually verify the plan step to prevent accidental misconfiguration across cloud providers.