AgentOS host-level diagnostics and utilities — ping from the AgentOS server, health checks across all loaded skills, audit log retrieval, and a tool listing command.
When to Use
Invoke when the user asks about:
Pinging a host from the AgentOS server (not from the router)
Running a health check on AgentOS (doctor)
Viewing recent audit logs for the current user
Listing available tools
Tools
Tool
Risk
Description
sys.ping
low
Ping a host from the AgentOS server (up to 10 packets)
sys.doctor
low
Run health checks on AgentOS and all registered skills
sys.audit
low
Get audit logs for the current user (last N hours, max 168)
sys.help
low
List tools available to the current user's role
Parameters
Ping:
{ "host": "8.8.8.8", "count": 4 }
Audit:
{ "hours": 24 }
Notes
sys.ping validates hostname with /^[a-zA-Z0-9.-]+$/ — no shell injection possible
sys.doctor iterates all registry.drivers and calls healthCheck() on each
sys.help filters tools by the caller's role (read-only / workspace-write / danger-full-access)
This skill runs on the AgentOS host, not on the MikroTik router. For router-level ping, use the mikrotik skill's ping tool.
1---2name: system3description: Skill: system4---5# Skill: system67**Version:** 1.0.0 8**Domain:** system910## Description1112AgentOS host-level diagnostics and utilities — ping from the AgentOS server, health checks across all loaded skills, audit log retrieval, and a tool listing command.1314## When to Use1516Invoke when the user asks about:17- Pinging a host from the AgentOS server (not from the router)18- Running a health check on AgentOS (`doctor`)19- Viewing recent audit logs for the current user20- Listing available tools2122## Tools2324| Tool | Risk | Description |25|---|---|---|26| `sys.ping` | low | Ping a host from the AgentOS server (up to 10 packets) |27| `sys.doctor` | low | Run health checks on AgentOS and all registered skills |28| `sys.audit` | low | Get audit logs for the current user (last N hours, max 168) |29| `sys.help` | low | List tools available to the current user's role |3031## Parameters3233**Ping:**34```json35{ "host": "8.8.8.8", "count": 4 }36```3738**Audit:**39```json40{ "hours": 24 }41```4243## Notes4445- `sys.ping` validates hostname with `/^[a-zA-Z0-9.-]+$/` — no shell injection possible46- `sys.doctor` iterates all `registry.drivers` and calls `healthCheck()` on each47- `sys.help` filters tools by the caller's role (read-only / workspace-write / danger-full-access)48- This skill runs on the **AgentOS host**, not on the MikroTik router. For router-level ping, use the `mikrotik` skill's `ping` tool.
Run npx skillmds@latest add br3eze-code/system in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Skill: system It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
br3eze-code (@br3eze-code) published this skill. Their other Agent Skills are listed on their SkillMD profile.