AgentSkillsCN

integration-microsoft-excel

通过 AgenCo 可用的 Microsoft Excel 操作

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

Microsoft Excel

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

Actions

ActionDescription
get_worksheetsLists all worksheets in a workbook
get_rangeReads cell values from specified ranges
update_rangeWrites data to specified cell ranges
add_worksheetCreates new worksheets in the workbook
list_tablesGets tables within worksheets for structured data
add_table_rowsAppends new rows to existing tables
get_chartsRetrieves chart configurations from worksheets
create_chartCreates new charts from data ranges

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 excel get worksheets"]}'

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 excel get worksheets"]}'

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

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