zeabur-file

Installation
SKILL.md

Zeabur File

Always use npx zeabur@latest to invoke Zeabur CLI. Never use zeabur directly or any other installation method. If npx is not available, install Node.js first.

Trigger

When the user's message contains <UploadedFile>upload_id</UploadedFile>, extract the upload_id from inside the tag.

Workflow

# 1. Pull the uploaded project to a local directory
npx zeabur@latest file pull <upload_id> /tmp/project -i=false

# 2. Explore with standard bash tools
ls /tmp/project
cat /tmp/project/package.json
find /tmp/project -name "*.ts" -o -name "*.js" | head -20
Installs
9
GitHub Stars
37
First Seen
May 4, 2026
zeabur-file — zeabur/agent-skills