What problem does it solve?
This Skill provides a secure, URI-based workflow to interact with Android's Storage Access Framework (SAF) without granting direct, uncontrolled filesystem access. It enables AI agents to operate within a user-selected territory using URIs and JSON messages, reducing risk while preserving functionality.
Core Features & Use Cases
- URI-based SAF access: Navigate, inspect, and manipulate Android files and directories via content:// URIs without touching the local filesystem.
- Structured workflow orchestration: Coordinate directory selection, territory listing, metadata retrieval, and read/write operations through dedicated SAF commands.
- Use Case: An AI agent needs to safely explore a user-granted folder, read file metadata, and perform non-destructive I/O through URIs for processing tasks.
Quick Start
Start by invoking termux-saf-managedir to select a directory, then list items with termux-saf-ls and perform read/write through the returned URIs.