wiz-automation

Automate Wiz security operations through Rube MCP toolkits and workflows.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill wiz-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiz-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/wiz-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill wiz-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing Wiz security configurations by providing a standardized, automated interface for executing security tasks without manual dashboard navigation.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Wiz tool schemas and execution plans via Rube MCP.
  • Connection Management: Verify and maintain active authentication states for Wiz toolkits.
  • Workflow Execution: Execute multi-step security operations, such as bulk resource analysis or configuration audits, using structured tool calls.

Quick Start

Search for available Wiz tools and execute the required security workflow using the Rube MCP interface.

Frequently Asked Questions about wiz-automation

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

FAQPage Schema
How do I find available Wiz tools?

Call the RUBE_SEARCH_TOOLS function with a specific Wiz-related use case query to retrieve current tool slugs, input schemas, and execution guidelines.

How to verify my Wiz connection status?

Use the RUBE_MANAGE_CONNECTIONS command with the 'wiz' toolkit parameter to check if your connection is currently ACTIVE before attempting any operations.

Can I hardcode tool slugs in my workflows?

No, you should never hardcode tool slugs or arguments because schemas change frequently; always call RUBE_SEARCH_TOOLS first to ensure you are using the latest definitions.

What should I do if a tool execution fails?

Verify that your connection status is ACTIVE, ensure your arguments strictly match the schema returned by RUBE_SEARCH_TOOLS, and confirm that the memory parameter is included in your call.