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 6mo ago

Resources

2
GitHub

Install

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

Install via the SkillsCat registry.

About this skill

We need to produce a 2-3 sentence plain-text summary, objective, factual, no marketing language, no superlatives, no calls to action. Must be natural prose, no bullet points, no headings, no markdown formatting. At most 60 words. Should explain what the skill does, what problem it solves, when an agent or developer should use it. We need to output only the summary text, no quotes, no extra formatting. Let's craft about 45-55 words.

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.