Monitoring
Proactively monitors Chatterm logs for errors, anomalies, and performance degradation, alerting DevOps teams immediately.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add chaterm-monitoring npx -- -y @trustedskills/chaterm-monitoring
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"chaterm-monitoring": {
"command": "npx",
"args": [
"-y",
"@trustedskills/chaterm-monitoring"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, chaterm-monitoring, provides AI agents with the ability to monitor terminal sessions and output. It allows agents to track commands executed, their results (stdout & stderr), and overall session health. This enables automated troubleshooting, auditing, and proactive system management within a terminal environment.
When to use it
- Automated Troubleshooting: When a script or process fails in a terminal, the agent can automatically analyze the output to identify the root cause.
- Auditing Command Execution: Track all commands run by an automated process for compliance and security purposes.
- Real-time System Health Checks: Monitor key system metrics displayed within a terminal session (e.g., disk space, CPU usage).
- Debugging Remote Sessions: Analyze the output of commands executed on remote servers through SSH or other terminal connections.
Key capabilities
- Command execution tracking
- Stdout/Stderr capture and analysis
- Session health monitoring
- Real-time output streaming
Example prompts
- "Monitor this SSH session to a server and alert me if there are any errors."
- "Analyze the last 10 commands executed in this terminal, looking for potential security vulnerabilities."
- “Show me all standard error messages from the previous deployment script.”
Tips & gotchas
This skill requires access to a running terminal session. Ensure the agent has appropriate permissions and connectivity to the target terminal environment.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.