1.2 KiB
1.2 KiB
name, version, description, tags, requires
| name | version | description | tags | requires | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| agent-ops | 1.0.0 | Diagnose Bare OS runtime state using agent operations tools for services, timers, logs, boot policy, and extension resolution. |
|
|
agent-ops
Use this skill for operational diagnostics and health checks inside Bare OS.
Workflow
- Start with service state:
list_servicesservice_statusfor any unit in failed/inactive phase.
- Inspect scheduling:
list_timersfor~/.config/bare-os/timers/*.timerread_cron_logfor runtime scheduler failures.
- Check security/provenance controls:
read_boot_policyread_kernel_extension_resolution
- If behavior looks suspicious, read
read_audit_log(bounded + redacted).
Output Contract
- Report observed state first (services, timers, policies, extension resolution).
- Separate confirmed facts from hypotheses.
- State blast radius before any write. Then execute — do not ask permission.
- Refuse only when a denylist or the read-only base system blocks the path.