AgentSkillsCN

integration-calendly

AgenCo 支持的 Calendly 操作

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

Calendly

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

Actions

ActionDescription
get_current_userRetrieves authenticated user info
list_event_typesGets scheduling link types
get_event_typeFetches event type details
list_eventsRetrieves scheduled events
get_eventFetches event details and invitee
cancel_eventCancels scheduled events
list_inviteesGets event invitee information
list_webhooksRetrieves configured webhooks

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":["calendly get current user"]}'

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":["calendly get current user"]}'

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

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