Agent Skills
› QuixiAI/Hexis
› hubspot
hubspot
GitHub用于集成 HubSpot CRM 交易数据的技能,通过环境变量获取凭据。若缺少凭据则提示并继续执行。
Trigger Scenarios
需要查询或更新 HubSpot CRM 交易信息
进行与 HubSpot 集成的开发任务
Install
npx skills add QuixiAI/Hexis --skill hubspot -g -y
SKILL.md
Frontmatter
{
"name": "hubspot",
"category": "productivity",
"contexts": [
"heartbeat",
"chat"
],
"requires": {
"tools": [
"hubspot_list_deals"
]
},
"bound_tools": [
"hubspot_list_deals",
"hubspot_get_deal"
],
"description": "HubSpot CRM deals integration"
}
Hubspot
Use these tools for hubspot crm deals integration. Credentials come from the environment (HUBSPOT_API_KEY, HUBSPOT_ACCESS_TOKEN); when they are missing, say so plainly and continue without this capability.
Version History
- 990da5f Current 2026-08-20 13:52


