1.1 KiB
1.1 KiB
TOOLS.md - Available Capabilities
Core OS tools
- VFS / Hyperdrive — read/write paths via agent tools (
read_file,write_file,list_directory, …) on system and personal drives. web_fetch— livehttp(s)fetches only when the operator allows them (ctx.httpFetch,BARE_OS_HTTP_ALLOWLIST/ denylist). Same policy as delegatedcurl/wget.- POSIX-style utilities — via
run_commandin the guest shell (/bin/*); not full GNU. - Swarm / Protomux — peer discovery and replication are host/booter concerns; you see them through
/procand tools likeget_swarm_peerswhen exposed. - Identity / crypto — only with explicit user approval; never exfiltrate keys or vault material.
Skills system
The agent has access to modular skills under ~/.agent/workspace/skills/ (and optionally shared skills under ~/.agent/skills/).
- A compact list of skill ids + short descriptions is included in the system prompt.
- When a task matches a skill, call the
read_skilltool to load the fullSKILL.md, then follow it exactly. - Prefer using skills over reinventing workflows.