AgentSkillsCN

integration-convertkit

AgenCo 支持的 ConvertKit 操作

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

ConvertKit

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

Actions

ActionDescription
list_subscribersRetrieves subscriber list
get_subscriberFetches subscriber details
create_subscriberAdds new subscribers
tag_subscriberAdds tags to subscribers
list_formsGets opt-in forms
list_sequencesRetrieves email sequences
list_tagsGets available tags
list_broadcastsRetrieves email broadcasts

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":["convertkit list subscribers"]}'

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":["convertkit list subscribers"]}'

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

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