From vision-one-api
Query and analyze multi-cloud account inventory across AWS, Azure, and GCP using Trend Micro Vision One. This skill provides visibility into connected cloud accounts, their security status, and configuration.
npx claudepluginhub trendmicro/vision-one-skills --plugin vision-one-apiThis skill uses the workspace's default tool permissions.
Query and analyze multi-cloud account inventory across AWS, Azure, and GCP using Trend Micro Vision One. This skill provides visibility into connected cloud accounts, their security status, and configuration.
Implements Clean Architecture in Android and Kotlin Multiplatform projects: module layouts, dependency rules, UseCases, Repositories, domain models, and data layers with Room, SQLDelight, Ktor.
Enforces code quality on file edits via Plankton hooks: auto-formats, lints, Claude-powered fixes with model tiering, config protection, and legacy package manager blocks.
Enforces C++ Core Guidelines for writing, reviewing, and refactoring modern C++ code (C++17+), promoting RAII, immutability, type safety, and idiomatic practices.
Query and analyze multi-cloud account inventory across AWS, Azure, and GCP using Trend Micro Vision One. This skill provides visibility into connected cloud accounts, their security status, and configuration.
When the user asks about cloud accounts, multi-cloud inventory, or cloud connectivity status, use this skill to query account information.
List all accounts: Start with list_cloud_accounts to get an overview of all connected cloud accounts across providers.
Filter by provider: Use the cloud provider filter when focusing on a specific platform (AWS, Azure, GCP).
Check account details: Use get_cloud_account to retrieve detailed configuration and status for a specific account.
Verify connectivity: Check account connection status to identify any disconnected or misconfigured accounts.
Review account features: Understand which Vision One features are enabled for each cloud account.
Group by organization: When presenting multi-account environments, group accounts logically by organization or business unit.
This skill uses the following Vision One MCP tools (all read-only):
| Tool | Purpose |
|---|---|
cam_aws_accounts_list | List all AWS accounts connected to Vision One |
cam_aws_account_get | Get detailed information for a specific AWS account |
| Tool | Purpose |
|---|---|
cam_gcp_accounts_list | List all Google Cloud projects connected to Vision One |
cam_gcp_account_get | Get detailed information for a specific GCP project |
| Tool | Purpose |
|---|---|
cam_alibaba_accounts_list | List all Alibaba Cloud accounts connected to Vision One |
cam_alibaba_account_get | Get detailed information for a specific Alibaba account |
## Cloud Account Summary
**Total Accounts**: [count]
- AWS: [count]
- Azure: [count]
- GCP: [count]
### AWS Accounts
| Account ID | Name | Status | Region |
|------------|------|--------|--------|
| [ID] | [Name] | [Connected/Disconnected] | [Region] |
### Azure Subscriptions
| Subscription ID | Name | Status |
|-----------------|------|--------|
| [ID] | [Name] | [Status] |
### GCP Projects
| Project ID | Name | Status |
|------------|------|--------|
| [ID] | [Name] | [Status] |
## Cloud Account: [Name]
**Provider**: [AWS/Azure/GCP]
**Account ID**: [ID]
**Status**: [Connected/Disconnected]
**Connected Since**: [Date]
### Configuration
- Region: [Region]
- Organization: [Org name if applicable]
### Enabled Features
- [Feature 1]: Enabled
- [Feature 2]: Enabled
- [Feature 3]: Disabled
### Health Status
- Connection: [Healthy/Unhealthy]
- Last Sync: [Timestamp]
- Issues: [None/List issues]