s3-user-files
Installation
SKILL.md
S3 User Files
Per-user persistent file storage backed by AWS S3. Each user's files are stored in an isolated namespace — no cross-user data leakage.
Important
Always use the user_id from the system prompt when calling these tools. Never hardcode or guess a user_id. The system provides it automatically.
Usage
read_user_file
Read a file from the user's persistent storage.
node {baseDir}/read.js <user_id> <filename>