원클릭으로
openclaudio-host-monitoring
Installs a lightweight CPU and RAM monitoring cron job and visualization script for agents on the local machine.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Installs a lightweight CPU and RAM monitoring cron job and visualization script for agents on the local machine.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Resolves open GitHub Issues in parallel by fanning out independent subagents and then fanning in to aggregate lessons learned.
(🥑) Expert guide for authoring, building, testing, and publishing technical articles to ricc.rocks and Medium.
Hackathon security guide to prevent leaking secrets. Based on Romin Irani's article.
💛 Expert guide for interacting with Riccardo's Obsidian vault (The Carlessian Vault).
Record browser-based video demos from YAML storyboards using shot-scraper.
Rules to create and maintain a GOOD CLI. Do not use for GUI-only design rules, web apps, or backend REST APIs.
| name | openclaudio-host-monitoring |
| description | Installs a lightweight CPU and RAM monitoring cron job and visualization script for agents on the local machine. |
This skill helps set up a zero-config, low-overhead monitoring solution to track CPU and RAM usage for local agents (like Hermes, OpenClaudio, and Tailscale).
When invoked to set up monitoring on a new host, follow these exact steps:
Install Scripts:
scripts/monitor-agents.sh to the local ~/.hermes/bin/ or ~/bin/ directory.scripts/plot_agent_metrics.py to the same bin directory.chmod +x).Setup Cron Job:
crontab to run the data collection every minute:
* * * * * /absolute/path/to/monitor-agents.sh
Data Verification:
uv run /absolute/path/to/plot_agent_metrics.py to ensure the PNG graph is generated successfully.Documentation: