famaoai-creator

box-connector

Securely connects to Box using the Node.js SDK (JWT). downloads files, searches content, and manages folder structures.

famaoai-creator 1 2 Updated 3mo ago

Resources

2
GitHub

Install

npx skillscat add famaoai-creator/gemini-skills/box-connector

Install via the SkillsCat registry.

SKILL.md

Box Connector

This skill automates file operations on Box, bridging your cloud storage with local workflows.

Capabilities

1. Secure Authentication

  • Uses knowledge/personal/box_config.json (JWT config) to authenticate without hardcoding credentials.
  • Supports "App User" and "Enterprise" contexts.

2. File Retrieval

  • Download: Fetches specific files by ID or name.
  • Search: Finds files based on queries and downloads the latest version.

Usage

  • "Download the file 'Q3_Financials.xlsx' from Box."
  • "Search Box for 'Project_X_Specs' and save it to work/docs/."

Knowledge Protocol

  • Adheres to knowledge/tech-stack/box_api.md.