AgentSkillsCN

integration-gmail

通过 AgenCo 可用的 Gmail 操作

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

Gmail

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

Actions

ActionDescription
list_messagesRetrieves emails from inbox with filtering by date, sender, or labels
get_messageFetches the full content of a specific email including attachments
send_messageComposes and sends new emails to specified recipients
delete_messagePermanently removes emails from the mailbox
modify_messageUpdates email labels, marks as read/unread, or archives messages
list_threadsRetrieves email conversation threads for context and history
list_labelsGets available email labels and folders for organization
create_labelCreates new labels to organize and categorize emails
create_draftSaves email drafts for later editing and sending
send_draftSends a previously saved email draft

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":["gmail list messages"]}'

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":["gmail list messages"]}'

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

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