Claude Code Plugins

Community-maintained marketplace

Feedback

list-recent-events

@X-McKay/kubani
1
0

>

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name list-recent-events
description Collect recent Kubernetes events to identify issues. Events reveal warnings, errors, and state changes. Keywords: events, warnings, errors, cluster activity, state changes, recent events.
metadata [object Object]

List Recent Cluster Events

Preconditions

Before applying this skill, verify:

  • Need to understand recent cluster activity
  • Looking for warnings or errors

Actions

1. List Events from All Namespaces

Retrieve recent events from across the cluster.

mcp_tool: kubernetes-mcp-server/events_list
params: {}
timeout: 60s

Success Criteria

The skill succeeds when:

  • Events retrieved successfully
  • Warnings/errors identified and categorized

Failure Handling

If events unavailable, check API server connectivity.

Examples

Input Context:

{
  "reason": "routine health check",
  "time_range": "last 1 hour"
}

Expected Outcome: List of recent events with warnings and errors highlighted, categorized by severity and resource type.