AgentSkillsCN

integration-microsoft-onedrive

通过 AgenCo 可用的 Microsoft OneDrive 操作

SKILL.md
--- frontmatter
name: integration-microsoft-onedrive
description: "Microsoft OneDrive actions available through AgenCo"
user-invocable: false
disable-model-invocation: false

Microsoft OneDrive

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 OneDrive
get_fileFetches file content and metadata
upload_fileUploads new files to OneDrive locations
download_fileDownloads file content for local use
delete_fileRemoves files from OneDrive
copy_fileCreates copies of files in specified folders
move_fileRelocates files between folders
create_folderCreates new folders for file organization
search_filesSearches files by name or content
create_sharing_linkGenerates shareable links with access permissions

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":["microsoft onedrive 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":["microsoft onedrive list files"]}'

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

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