skills/smithery.ai/google-drive

google-drive

SKILL.md

Google Drive

Cloud file storage and sharing.

Environment

export GOOGLE_ACCESS_TOKEN="ya29.xxxxxxxxxx"

List Files

curl "https://www.googleapis.com/drive/v3/files?pageSize=20" \
  -H "Authorization: Bearer $GOOGLE_ACCESS_TOKEN"

Search Files

Installs
5
First Seen
Mar 21, 2026