hubspot-admin-skills banner
TomGranot TomGranot

hubspot-admin-skills

Security community intermediate

Description

**30+ Claude Code skills for auditing, cleaning, enriching, and automating your HubSpot CRM**

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

HubSpot Admin Skills for Claude Code

**30+ Claude Code skills for auditing, cleaning, enriching, and automating your HubSpot CRM**

[](./skills/) [](./LICENSE) [](https://claude.com/claude-code)

Built by [Tom Granot](https://consume.granot.io) — from deep experience with enterprise HubSpot CRM administration.


Quick Start

1. Install

# Add the marketplace
/plugin marketplace add tomgranot/hubspot-admin-skills

# Install the plugin
/plugin install hubspot-admin@hubspot-admin-skills

Or clone directly: `git clone https://github.com/TomGranot/hubspot-admin-skills.git`

2. Audit your portal

/hubspot-audit

This scans your entire HubSpot portal — contacts, companies, deals, engagement, deliverability, data quality, duplicates, owners, lists, workflows — and produces a graded report. Each finding gets a severity rating (A-F) and is mapped to the specific skill that fixes it.

3. Get your cleanup plan

/hubspot-implementation-plan

Reads your audit report and generates a phased roadmap: what to fix, in what order, which skill to run, how long it takes, and what can be automated vs. what needs manual UI work. The plan sequences tasks by dependency — you can't score leads before enriching company data, and you can't build ICP tiers before standardizing industries.

4. Execute skill by skill

The plan tells you exactly which slash command to run next. Each skill follows a 4-stage pattern:

Stage What happens
Plan Explains the approach, asks you for any configuration needed
Before Audits current state, exports CSV baseline, shows you what will change
Execute Makes the changes (API scripts or step-by-step UI instructions)
After Verifies the fix, compares before/after, confirms success

...