afs
Installation
SKILL.md
afs - Agent-First File Operations CLI
CLI tool for AI Agents to perform local file operations and cloud storage synchronization with S3-compatible providers.
Quick start
Install:
curl -fsSL https://raw.githubusercontent.com/geekjourneyx/agent-fs/main/scripts/install.sh | bash
Basic usage:
# Get file info
afs local info /path/to/file
# Read file with slicing (Token-aware)
afs local read /path/to/log --tail 50