AgentSkillsCN

integration-hubspot

通过 AgenCo 可用的 HubSpot 操作

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

HubSpot

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

Actions

ActionDescription
create_contactEstablishes new contact records with properties and associations
get_contactRetrieves contact details including engagement history
update_contactModifies contact properties and list memberships
search_contactsQueries contacts by properties or engagement data
create_companyEstablishes new company records in the CRM
create_dealOpens new deals in the sales pipeline with stage and amount
search_dealsQueries deals by properties, stage, or owner
create_ticketOpens support tickets for customer service tracking
list_ownersRetrieves sales team members for deal assignment
create_associationLinks related records like contacts to companies

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":["hubspot create contact"]}'

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":["hubspot create contact"]}'

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

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