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.
Instructions
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.
Tools
This skill uses the following Vision One MCP tools (all read-only):
AWS Accounts
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
GCP Projects
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
Alibaba Cloud Accounts
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
Common Workflows
Multi-Cloud Inventory Review
List all cloud accounts
Group by cloud provider
Check connection status for each
Identify any accounts with issues
Summarize coverage across providers
Account Health Check
List cloud accounts
Get integrity status for each account
Identify disconnected or unhealthy accounts
Review feature enablement
Recommend remediation for issues
Feature Coverage Analysis
List all accounts
Get features enabled for each account
Identify gaps in security coverage
Recommend enabling missing features
New Account Verification
Get specific account details
Check connection integrity
Verify expected features are enabled
Confirm resource discovery is working
Output Format
Account Inventory
## 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] |
Account Details
## 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]
Security Considerations
This skill provides read-only access to cloud account inventory
Account IDs and configuration details are sensitive infrastructure information
Use this data to verify security coverage, not for sharing externally
Disconnected accounts may indicate security blind spots requiring immediate attention
Cross-reference with cloud provider consoles for authoritative status
1---2name: cloud-accounts3description: Cloud Accounts4---5# Cloud Accounts67Query 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.89## Instructions10111. When the user asks about cloud accounts, multi-cloud inventory, or cloud connectivity status, use this skill to query account information.12132. **List all accounts**: Start with `list_cloud_accounts` to get an overview of all connected cloud accounts across providers.14153. **Filter by provider**: Use the cloud provider filter when focusing on a specific platform (AWS, Azure, GCP).16174. **Check account details**: Use `get_cloud_account` to retrieve detailed configuration and status for a specific account.18195. **Verify connectivity**: Check account connection status to identify any disconnected or misconfigured accounts.20216. **Review account features**: Understand which Vision One features are enabled for each cloud account.22237. **Group by organization**: When presenting multi-account environments, group accounts logically by organization or business unit.2425## Tools2627This skill uses the following Vision One MCP tools (all read-only):2829### AWS Accounts30| Tool | Purpose |31|------|---------|32| `cam_aws_accounts_list` | List all AWS accounts connected to Vision One |33| `cam_aws_account_get` | Get detailed information for a specific AWS account |3435### GCP Projects36| Tool | Purpose |37|------|---------|38| `cam_gcp_accounts_list` | List all Google Cloud projects connected to Vision One |39| `cam_gcp_account_get` | Get detailed information for a specific GCP project |4041### Alibaba Cloud Accounts42| Tool | Purpose |43|------|---------|44| `cam_alibaba_accounts_list` | List all Alibaba Cloud accounts connected to Vision One |45| `cam_alibaba_account_get` | Get detailed information for a specific Alibaba account |4647## Common Workflows4849### Multi-Cloud Inventory Review501. List all cloud accounts512. Group by cloud provider523. Check connection status for each534. Identify any accounts with issues545. Summarize coverage across providers5556### Account Health Check571. List cloud accounts582. Get integrity status for each account593. Identify disconnected or unhealthy accounts604. Review feature enablement615. Recommend remediation for issues6263### Feature Coverage Analysis641. List all accounts652. Get features enabled for each account663. Identify gaps in security coverage674. Recommend enabling missing features6869### New Account Verification701. Get specific account details712. Check connection integrity723. Verify expected features are enabled734. Confirm resource discovery is working7475## Output Format7677### Account Inventory78```79## Cloud Account Summary8081**Total Accounts**: [count]82- AWS: [count]83- Azure: [count]84- GCP: [count]8586### AWS Accounts87| Account ID | Name | Status | Region |88|------------|------|--------|--------|89| [ID] | [Name] | [Connected/Disconnected] | [Region] |9091### Azure Subscriptions92| Subscription ID | Name | Status |93|-----------------|------|--------|94| [ID] | [Name] | [Status] |9596### GCP Projects97| Project ID | Name | Status |98|------------|------|--------|99| [ID] | [Name] | [Status] |100```101102### Account Details103```104## Cloud Account: [Name]105106**Provider**: [AWS/Azure/GCP]107**Account ID**: [ID]108**Status**: [Connected/Disconnected]109**Connected Since**: [Date]110111### Configuration112- Region: [Region]113- Organization: [Org name if applicable]114115### Enabled Features116- [Feature 1]: Enabled117- [Feature 2]: Enabled118- [Feature 3]: Disabled119120### Health Status121- Connection: [Healthy/Unhealthy]122- Last Sync: [Timestamp]123- Issues: [None/List issues]124```125126## Security Considerations127128- This skill provides read-only access to cloud account inventory129- Account IDs and configuration details are sensitive infrastructure information130- Use this data to verify security coverage, not for sharing externally131- Disconnected accounts may indicate security blind spots requiring immediate attention132- Cross-reference with cloud provider consoles for authoritative status
Run npx skillmds@latest add trendmicro/cloud-accounts in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Cloud Accounts It is listed under DevOps & Infra on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
trendmicro (@trendmicro) published this skill. Their other Agent Skills are listed on their SkillMD profile.