A high-performance, Swift-native MCP server and CLI tool for secure Dropbox file management and AI agent automation.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install dropbox
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install dropbox using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Dropbox Manager Skill is a robust, Swift-native implementation designed to bridge the gap between AI agents and cloud storage. By utilizing the Model Context Protocol (MCP), it allows AI coding agents and LLMs to interact directly with Dropbox accounts to list directories, search file contents, and perform CRUD operations with enterprise-grade security. This Openclaw Skills component leverages the official SwiftyDropbox SDK and Apple's CryptoKit to ensure that all interactions are both fast and secure.
Built for developers and power users, this skill provides a seamless interface for programmatic cloud storage management. It eliminates the friction of manual uploads and downloads by giving your AI agent the tools it needs to navigate and manipulate your Dropbox filesystem directly, all while maintaining strict adherence to modern security standards like PKCE and hardware-backed token storage.
list_directory, search, and upload to the AI agent.To integrate this skill into your workflow, follow these installation steps:
# Clone and build the core tool
git clone https://github.com/RyanLisse/Dropbook.git
cd Dropbook
make build
# Configure authentication
export DROPBOX_APP_KEY="your_app_key"
export DROPBOX_APP_SECRET="your_app_secret"
make login
Once authenticated, add the executable to your MCP configuration file to enable the Openclaw Skills functionality within your AI environment.
The skill organizes and returns data using structured JSON formats to ensure clarity for AI agents. Key data structures include:
| Entity | Attributes | Description |
|---|---|---|
| File Metadata | type, name, path, size | Standard information returned for file and folder listings. |
| Search Result | matchType, metadata | Details regarding content or filename matches in a search query. |
| Auth Data | access_token, refresh_token | Stored securely in macOS Keychain or ~/.dropbook/auth.json. |
| Account Info | name, email | Basic profile information for the authenticated user. |
All paths provided to the skill should be absolute relative to the Dropbox root (e.g., /Projects/Work).
kSecAttrAccessibleWhenUnlocked for secure token management.Loading
A secure email proxy for AI agents that provides credential isolation, PII redaction, and prompt injection detection while enabling search and drafting capabilities.

A comprehensive disaster recovery and migration suite for Openclaw Skills that protects your agent's memory, skills, and configuration.

An AI agent skill designed to send rich media, including technical analysis charts and ElevenLabs voice notes, directly to Telegram.

A specialized Python-based price oracle for retrieving live cryptocurrency and precious metal data from multiple reliable providers.

A lightweight, zero-config terminal utility to fetch current weather and forecasts for any location worldwide.

A powerful integration for searching TV show dialogue and generating custom memes from iconic series like The Simpsons and Futurama.








































