Get started

Install in two commands

Free and open source under MIT.

1. Prerequisites

2. Install the plugin

In Claude Code:

/plugin marketplace add tomgranot/hubspot-admin-skills
/plugin install hubspot-admin@hubspot-admin-skills

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

3. Run your first audit

/hubspot-audit

The audit scans your entire portal, grades every finding A–F, and maps each one to the skill that fixes it. Then /hubspot-implementation-plan turns the findings into a phased roadmap.

For AI agents

This entire site is built to be consumed by agents. If you're an agent (or driving one), these are your entry points:

Copy-paste prompt for your agent

Paste this into Claude Code (or any agent with shell access):

Install the HubSpot Admin Skills plugin and audit my HubSpot portal.

1. Run: /plugin marketplace add tomgranot/hubspot-admin-skills
2. Run: /plugin install hubspot-admin@hubspot-admin-skills
3. I'll provide a HubSpot private app token as HUBSPOT_ACCESS_TOKEN (in .env).
4. Run /hubspot-audit and walk me through the findings.

Skill catalog (machine-readable): https://hubspot.granot.io/api/skills.json
Full skill documentation: https://hubspot.granot.io/llms-full.txt

A note on safety

Several skills modify or delete CRM records. Every destructive skill exports a CSV baseline first, shows what will change, and asks before writing. Want proof before granting a production token? Run /sandbox-self-test against a free HubSpot developer test account: it seeds fixtures, runs the toolkit end to end, grades the results, and refuses to touch anything that is not a sandbox.