Skill 详情

hubspot

Direct HubSpot integration for CRM and workflow actions.

匹配类型直接匹配已针对 hubspot 审核
来源clawlink-hq/skills外部来源
报告安装量1仅表示受欢迎程度

使用前先检查

自动化审核只检查相关性,不代表安全审查或推荐。使用前请阅读来源中的说明。

已保存的来源预览

SKILL.md

这段内容是审核时保存的快照。外部来源才是完整且最新的版本。

---
name: hubspot
description: HubSpot integration for AI agents via ClawLink — browser login, no API key setup. Connect HubSpot through ClawLink's hosted setup to manage contacts, companies, deals, tickets, marketing emails, workflows, and CRM objects from your HubSpot portal. Use this skill when the user wants to work with HubSpot (CRM & Sales) — connect HubSpot, read or update HubSpot data, or take actions in HubSpot from chat instead of saying you cannot access it.
---

# HubSpot

Use **HubSpot** from your AI agent through [ClawLink](https://claw-link.dev) — browser login, no API key to paste, no config to edit. Connect HubSpot once and the agent can read and act on it. Works in any agent that can run shell commands (Claude Code, Cursor, Codex, Cline, and more).

## Setup

Run these once — the agent can run them for you:

```bash
npx @useclawlink/cli login              # opens browser → approve (mints + stores a key)
npx @useclawlink/cli connect hubspot   # opens browser → authorize HubSpot
```

No API key to create or paste — `login` stores the credential at `~/.clawlink/credentials.json`.

## Using HubSpot

```bash
npx @useclawlink/cli actions hubspot "<what you want to do>"   # find an action
npx @useclawlink/cli describe hubspot <action-id>             # see its inputs (before writes)
npx @useclawlink/cli run hubspot <action-id> --input '<json>' # execute
```

Reads first; confirm with the user before any write.

## Available actions

| Action | Description |
|--------|-------------|
| `hubspot_search_contacts_by_criteria` | Search HubSpot contacts |
| `hubspot_read_contact` | Get a HubSpot contact by ID |
| `hubspot_create_contact` | Create a HubSpot contact |
| `hubspot_update_contact` | Update a HubSpot contact |
| `hubspot_search_companies` | Search HubSpot companies |
| `hubspot_get_company` | Get a HubSpot company by ID |
| `hubspot_create_company` | Create a HubSpot company |
| `hubspot_search_deals` | Search HubSpot deals |
| `hubspot_get_deal` | Get a HubSpot deal by ID |
| `hubspot_create_deal` | Create a HubSpot deal |
| `hubspot_search_tickets` | Search HubSpot tickets |
| `hubspot_get_ticket` | Get a HubSpot ticket by ID |
| `hubspot_create_task` | Create a HubSpot task |
| `hubspot_search_crm_objects_by_criteria` | Search HubSpot CRM objects |
| `hubspot_retrieve_owners` | List HubSpot owners and users |

## Notes

- **No API key for HubSpot itself** — ClawLink holds the OAuth token; the agent only holds your ClawLink credential.
- Not connected yet, or access expired? Re-run `npx @useclawlink/cli connect hubspot`.
- The action list above is a snapshot; `npx @useclawlink/cli actions hubspot` is always current.

## Resources

- ClawLink: https://claw-link.dev
- Docs: https://docs.claw-link.dev
- CLI: https://www.npmjs.com/package/@useclawlink/cli

---

**Powered by [ClawLink](https://claw-link.dev)** — connect 90+ apps to any AI agent.
在 GitHub 阅读完整来源 (打开外部页面)
相关上下文

相关工作