From vision-one-api
Monitor and analyze endpoint protection status, agent deployment, and endpoint inventory using Trend Micro Vision One. This skill provides visibility into workstations, servers, and their security posture.
npx claudepluginhub trendmicro/vision-one-skills --plugin vision-one-apiThis skill uses the workspace's default tool permissions.
Monitor and analyze endpoint protection status, agent deployment, and endpoint inventory using Trend Micro Vision One. This skill provides visibility into workstations, servers, and their security posture.
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.
Monitor and analyze endpoint protection status, agent deployment, and endpoint inventory using Trend Micro Vision One. This skill provides visibility into workstations, servers, and their security posture.
When the user asks about endpoints, workstations, servers, or agent status, use this skill to query endpoint data.
List endpoints: Start with list_endpoints to get an overview of all managed endpoints.
Check agent status: Use list_endpoint_agents to review agent deployment and health across the environment.
Get endpoint details: Use get_endpoint to retrieve comprehensive information about a specific endpoint.
Filter by criteria: Use filtering capabilities to focus on specific OS types, agent versions, or protection status.
Identify gaps: Look for endpoints with outdated agents, disabled protection, or missing security components.
Correlate with alerts: Cross-reference endpoint data with Workbench alerts for affected systems.
This skill uses the following Vision One MCP tools (all read-only):
| Tool | Purpose |
|---|---|
endpoint_security_endpoints_list | List all managed endpoints with status and filtering |
endpoint_security_endpoint_get | Get detailed endpoint information by ID |
| Tool | Purpose |
|---|---|
endpoint_security_agent_update_policies_list | List available agent update policies |
endpoint_security_version_control_policies_list | List endpoint version control policies |
| Tool | Purpose |
|---|---|
endpoint_security_tasks_list | List endpoint security tasks (export, delete operations) |
endpoint_security_task_get | Get status of a specific endpoint task |
## Endpoint Summary
**Total Endpoints**: [count]
- Protected: [count] ([%])
- Partially Protected: [count] ([%])
- Unprotected: [count] ([%])
### By Operating System
| OS | Count | Protected | Issues |
|----|-------|-----------|--------|
| Windows 11 | [count] | [count] | [count] |
| Windows 10 | [count] | [count] | [count] |
| Windows Server | [count] | [count] | [count] |
| macOS | [count] | [count] | [count] |
| Linux | [count] | [count] | [count] |
### By Protection Status
- Full protection: [count]
- Missing component(s): [count]
- Agent offline: [count]
- Protection disabled: [count]
## Endpoint: [Hostname]
**IP Address**: [IP]
**MAC Address**: [MAC]
**Operating System**: [OS Name] [Version]
**Last Seen**: [Timestamp]
### Agent Information
- Agent Version: [Version]
- Agent Status: [Online/Offline]
- Last Check-in: [Timestamp]
### Protection Status
- Real-time scan: [Enabled/Disabled]
- Behavior monitoring: [Enabled/Disabled]
- Web reputation: [Enabled/Disabled]
- Firewall: [Enabled/Disabled]
### Security Posture
- Open vulnerabilities: [count]
- Recent detections: [count]
- Risk score: [score]
## Agent Deployment Status
**Current Version**: [Version]
**Total Agents**: [count]
### Version Distribution
| Version | Count | Status |
|---------|-------|--------|
| [Version] | [count] | Current |
| [Version] | [count] | Outdated |
| [Version] | [count] | Critical Update Needed |
### Connectivity
- Online: [count]
- Offline (< 24h): [count]
- Offline (> 24h): [count]
- Offline (> 7d): [count]
### Update Priority
1. [count] endpoints require critical updates
2. [count] endpoints have outdated agents
3. [count] endpoints need attention (offline)