15 skills
crm-lookup
Passed all 3 security checksFind a specific CRM record by ID, email, domain, or name fragment, and traverse associations for the full account picture.
·0↓28
bulk-operations
Passed all 3 security checksFoundation patterns for the `hubspot` CLI — JSONL piping, batch read, pagination, dry-run/digest/confirm for destructive ops, and `hubspot history` for recovery. Every other skill builds on this one.
·0↓28
workflow-automation
Passed all 3 security checksList, inspect, create, update, and delete HubSpot workflows (v4 flows API) from the CLI.
·0↓28
sales-execution
Passed all 3 security checksLog sales activities — calls, notes, meetings, tasks — against contacts and deals, with the mandatory create-then-associate step that makes them visible in the CRM.
·0↓28
deal-management
Passed all 3 security checksRun the full deal lifecycle from CLI — discover pipelines/stages, qualify MQLs into deals with associations, advance/reassign in bulk, hunt stalled deals, and close.
·0↓28
team-ownership
Passed all 3 security checksAssign and reassign CRM record ownership, audit who-owns-what across object types, and handle rep transitions. Built on `bulk-operations`.
·0↓28
sales-reporting
Passed all 3 security checksDaily briefings, pipeline snapshots, and win/loss analysis from the terminal — closing-this-week, open pipeline by stage/owner, and closed-won vs closed-lost over a period.
·0↓28
ticket-resolution
Passed all 3 security checksCreate, triage, advance, and close HubSpot support tickets — pipeline discovery, contact/company association, priority queues, bulk stage moves, resolution close-out.
·0↓27
quote-to-cash
Passed all 3 security checksBuild the product catalog, assemble quotes (line items + associations to deals), and track invoices and subscriptions through to revenue.
·0↓27
custom-object-management
Passed all 3 security checksDiscover, create, update, and delete custom CRM object schemas. Use when defining a new object type, inspecting existing schemas, or removing one. Record CRUD on custom objects is identical to standard objects — see `bulk-operations`.
·0↓27
communication-history
Passed all 3 security checksRetrieve activity history (calls, emails, notes, meetings, tasks) for a CRM record and assemble pre-call briefs.
·0↓27
customer-retention
Passed all 3 security checksIdentify inactive/at-risk customers via CRM filters and create follow-up tasks at scale. Builds on `bulk-operations`; defers activity-creation specifics to `sales-execution`.
·0↓27
audience-targeting
Passed all 3 security checksBuild a targeted contact segment by filtering on lifecycle, engagement, jobtitle, geography, or firmographics — then export it as JSONL for a campaign or downstream tool.
·0↓27
data-enrichment
Passed all 3 security checksMatch external CSV/JSONL records to CRM contacts (by email) or companies (by domain) and write enriched data back in one pass using `hubspot objects upsert`.
·0↓27
crm-data-quality
Passed all 3 security checksFind incomplete records, normalize field values in bulk, dedupe with `hubspot objects merge`, and audit custom properties. Builds on `bulk-operations` for JSONL piping and dry-run/digest/confirm.
·0↓27