Dropbox

v1.0.2

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.

5· 3.7k·4 current·4 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (Dropbox integration) match the runtime instructions: all examples call gateway.maton.ai and ctrl.maton.ai to manage Dropbox via a Maton-managed OAuth flow. The required MATON_API_KEY is reasonable for a gateway-based integration.
Instruction Scope
Instructions limit operations to Dropbox endpoints proxied by Maton and to connection management at ctrl.maton.ai. They do not ask the agent to read unrelated local files or additional environment variables. NOTE: all file contents, metadata, and OAuth tokens will transit through Maton's services (gateway.maton.ai / ctrl.maton.ai), so using this skill sends Dropbox data to that third party.
Install Mechanism
No install spec and no code files beyond SKILL.md; this is instruction-only and does not write code to disk or install packages (lowest install risk).
Credentials
Only MATON_API_KEY is required, which is proportionate for a gateway-based integration. However, this single credential is sensitive and effectively authorizes Maton's gateway to act on the user's Dropbox connections—users must trust Maton with access to their Dropbox data and OAuth tokens.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system settings, and is user-invocable only. No elevated persistence or system-wide privileges are requested.
Assessment
This skill proxies Dropbox through Maton (gateway.maton.ai / ctrl.maton.ai) and requires a MATON_API_KEY. That key is sensitive: anyone holding it can use Maton's gateway to access connected Dropbox accounts. Before installing, verify you trust Maton (review their docs/privacy), create and use a dedicated API key with minimal permissions if possible, rotate/revoke the key when not needed, and avoid exposing the key in logs or public code. If you prefer not to route Dropbox traffic through a third party, use a skill that calls Dropbox directly with your own OAuth client credentials.

Like a lobster shell, security has layers — review code before you run it.

latestvk97cn0preyyp7a8mn7sctnk8hh80ww6t

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🧠 Clawdis
EnvMATON_API_KEY

Comments