AgentSkillsCN

integration-dropbox

AgenCo 支持的 Dropbox 操作

SKILL.md
--- frontmatter
name: integration-dropbox
description: "Dropbox actions available through AgenCo"
user-invocable: false
disable-model-invocation: false

Dropbox

Actions available through AgenCo secure gateway. All credentials are stored in the cloud vault — never exposed locally.

Actions

ActionDescription
list_filesRetrieves files and folders from Dropbox
download_fileDownloads file content from Dropbox
upload_fileUploads new files to Dropbox locations
delete_fileRemoves files from Dropbox
copy_fileCreates copies of files in specified locations
move_fileRelocates files between folders
create_folderCreates new folders for organization
search_filesSearches files by name or content
create_shared_linkGenerates shareable links for files
list_shared_linksRetrieves existing shared links

How to Use

Always search first to discover exact tool names and their input schemas, then call the tool.

Step 1: Search for the tool

bash
agenco search-tools '{"queries":["dropbox list files"]}'

The response includes toolName (exact name) and inputSchema (required/optional parameters).

Step 2: Call the tool

Use the exact toolName and match the inputSchema from the search results:

bash
agenco call-tool '{"toolName":"<toolName from search>","input":{...}}'

Example

bash
# Find the right tool
agenco search-tools '{"queries":["dropbox list files"]}'

# Call it (use the exact toolName and schema from the search result)
agenco call-tool '{"toolName":"dropbox_list_files","input":{...}}'

If Dropbox is not connected, run agenco list-connected-integrations to check, then connect it via the Shield UI.