dropbox
Dropbox API integration with managed OAuth. Files, folders, search, metadata, and cloud storage. Use this skill when users want to manage files and folders in Dropbox, search content, or work with file metadata. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/byungkyu/dropbox-apiWhat This Skill Does
The Dropbox skill enables OpenClaw AI agents to interface directly with the Dropbox API using managed OAuth authentication. By leveraging the Maton gateway, the skill allows for seamless file and folder manipulation without requiring users to manually manage individual OAuth tokens or credentials. It provides comprehensive capabilities for listing directory contents, managing file metadata, searching through stored files, and handling file revisions. The skill acts as a proxy, ensuring that all requests are authenticated securely while keeping the agent’s logic simple and focused on user-intent.
Installation
To integrate this skill, use the following command in your OpenClaw environment:
clawhub install openclaw/skills/skills/byungkyu/dropbox-api
After installation, ensure your MATON_API_KEY is set as an environment variable. Manage your specific Dropbox connections by navigating to https://ctrl.maton.ai, where you can initiate new OAuth handshakes to authorize your agent’s access to your Dropbox storage.
Use Cases
This skill is ideal for automating file-centric workflows. Common use cases include:
- Automated Organization: Periodically scanning a folder and moving files based on their naming convention or metadata.
- Content Retrieval: Quickly searching for specific documents within a large Dropbox hierarchy when requested by a user.
- Backup and Sync: Programmatically checking for the existence of backups or managing folder structures for project-based collaboration.
- Metadata Inspection: Fetching file details such as timestamps, sizes, and revision history to provide context in agent responses.
Example Prompts
- "List all files in my 'Projects/Current' folder on Dropbox and tell me which one was modified most recently."
- "Search my Dropbox for any documents containing the keyword 'Invoice' created in the last week."
- "Check if 'backup.zip' exists in the root folder of my Dropbox account."
Tips & Limitations
- Security: Always verify the connection status at
ctrl.maton.aiif your agent reports authentication errors. Never share yourMATON_API_KEYin plain text logs. - API Constraints: Dropbox API v2 requires all request bodies to be formatted as JSON. Ensure your logic adheres to the specific constraints of the target Dropbox endpoint.
- Connectivity: The skill requires active network access to the Maton gateway. If your local network is behind a strict firewall, ensure traffic to
gateway.maton.aiis allowed. - Scope: This skill is purpose-built for Dropbox. For integrations with other cloud storage providers like Google Drive or OneDrive, please utilize the
api-gatewayskill instead.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-byungkyu-dropbox-api": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, file-write, external-api
Related Skills
apollo
Apollo.io API integration with managed OAuth. Search and enrich people and companies, manage contacts and accounts. Use this skill when users want to prospect, enrich leads, or manage sales data. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
hubspot
HubSpot CRM API integration with managed OAuth. Manage contacts, companies, deals, and associations. Use this skill when users want to create or update CRM records, search contacts, or sync data with HubSpot. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
squareup
Square API integration with managed OAuth. Process payments, manage customers, orders, catalog, inventory, invoices, loyalty programs, team members, and more. Use this skill when users want to accept payments, manage point-of-sale operations, track inventory, handle invoicing, manage loyalty programs, or create payment links through Square. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
signnow
SignNow API integration with managed OAuth. E-signature platform for sending, signing, and managing documents. Use this skill when users want to upload documents, send signature invites, create templates, or manage e-signature workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
vimeo
Vimeo API integration with managed OAuth. Video hosting and sharing platform. Use this skill when users want to upload, manage, or organize videos, create showcases/albums, manage folders, or interact with the Vimeo community. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.