src/skills/infrastructure/health_checker/SKILL.md
Check system and service health
npx skillsauth add sadjad6/open-autonomous-research-lab health_checkerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Check system and service health
For monitoring and alerting
httpx
from src.skills.infrastructure.health_checker import Skill
skill = Skill()
result = await skill.run(SkillInput(data={"key": "value"}))
Include dependency health checks
tools
Generate scatter plot visualizations
testing
Generate publication-quality charts
tools
Generate pie chart visualizations
tools
Generate line chart visualizations