一键导入
hubspot
Manage HubSpot CRM records including contacts, companies, deals, tickets, tasks, and notes. Use for CRM operations and pipeline management.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Manage HubSpot CRM records including contacts, companies, deals, tickets, tasks, and notes. Use for CRM operations and pipeline management.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Guides agents through isolated Git worktree setup, lifecycle commands, process cleanup, and per-worktree local development state. Use when creating, starting, stopping, inspecting, cleaning up, or troubleshooting Git worktree development environments or when a repository includes a worktree lifecycle CLI.
Continuously watch and fix release main CI until the branch is fully green and verified working. Use when asked to babysit CI, babysit CI release, monitor release main, run /loop for CI, run /goal until checks pass, or keep iterating until release main is green.
Fix flaky tests by repeatedly running the suite, collecting intermittent failures, and proving stability. Use when asked to fix flaky tests or require repeated/consecutive green test runs.
Manage LinkedIn messaging, profiles, posts, connections, and company pages via Unipile. Use for networking, content publishing, and lead engagement.
Scoped commit workflow with a bundled committer script that prevents accidental broad staging. Use when the user asks to commit, commit all, create a git commit, or handle commit-time staging in this repository.
Systematically QA a web application like a real user, triage issues by severity, fix scoped bugs when asked, verify fixes with evidence, and report ship readiness. Use when asked to QA, test a site or app, find bugs, test and fix, or check whether a feature works.
| name | hubspot |
| description | Manage HubSpot CRM records including contacts, companies, deals, tickets, tasks, and notes. Use for CRM operations and pipeline management. |
Full CRM management via HubSpot API -- contacts, companies, deals, tickets, tasks, notes, and pipelines.
HUBSPOT_ACCESS_TOKEN - HubSpot private app access tokenhubspot contacts list [-l limit]
hubspot contacts get <id>
hubspot contacts create --email "j@example.com" [--firstname John] [--lastname Doe] [--company Acme] [--phone 555-1234]
hubspot contacts update <id> --properties '{"firstname":"Jane"}'
hubspot contacts search -q "john"
hubspot companies list [-l limit]
hubspot companies get <id>
hubspot companies create --name "Acme Inc" [--domain acme.com] [--industry Technology]
hubspot companies update <id> --properties '{"name":"Acme Corp"}'
hubspot deals list [-l limit]
hubspot deals get <id>
hubspot deals create --name "Big Deal" --pipeline <pipelineId> --stage <stageId> [--amount 50000]
hubspot deals update <id> --properties '{"amount":"75000"}'
hubspot tickets list [-l limit]
hubspot tickets get <id>
hubspot tickets create --subject "Bug report" --pipeline <id> --stage <id> [--body "Details"]
hubspot tickets update <id> --properties '{"subject":"Updated"}'
hubspot tasks list [-l limit]
hubspot tasks get <id>
hubspot tasks create --subject "Follow up" [--body "Call client"] [--due 2024-01-20]
hubspot tasks complete <id>
hubspot notes list [-l limit]
hubspot notes create --body "Met with client" [--contact <id>] [--company <id>] [--deal <id>]
hubspot pipelines deals # List deal pipelines and stages
hubspot pipelines tickets # List ticket pipelines and stages
hubspot owners # List owners/sales reps
JSON arrays/objects with CRM properties.