1.5 KiB
name, version, description, tags, requires
| name | version | description | tags | requires | |||||
|---|---|---|---|---|---|---|---|---|---|
| p2p-os-status | 1.0.0 | Check and report health of the bare operating system, Hyperdrive, and Hyperswarm peers. |
|
|
p2p-os-status Skill
When to use
Use this skill whenever the user asks for system status, peer count, drive health, or debugging P2P connectivity.
Execution steps
-
Use
list_directory/read_fileon relevant/home/...paths (personal vs system) when the question is about files on Hyperdrive. -
Call
get_swarm_peers(andget_system_infoas needed) for swarm / session context when exposed by the booter. -
Use
read_proc_fileon**/proc/bare_os/*** mirrors when the user cares about kernel/session metrics (see the bare-os-kernel-proc skill for feature/capability JSON). -
Check SSH/kernel narrative only when
read_proc_fileorread_man_pageconfirms how this image exposessshd(do not assumenodeexists). -
When a personal static site matters, after
logincheck~/.www(and optionalcurl -I http://127.0.0.1:8088/, or the port fromBARE_OS_WWW_PORTin env); initd logs append to/var/log/bare-os/www.log. -
Summarize in clear bullet points:
- Drive sync status
- Active peers
- Any warnings or errors
- Recent MEMORY.md highlights
Output format
Always respond with:
- Status Overview (3-5 bullets)
- Peer Summary
- Recommended Actions (if any)
Do not perform any write operations unless explicitly instructed.