Gt hubspot admin
Claude Skills for go-to-market teams — ready-to-install HubSpot, Salesforce, LinkedIn & outbound skills. AI-native GTM engineering by Growth Today. Install via npx skills add.
npx -y skills add Growth-Today/claude-skills --skill gt-hubspot-adminAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 29 days oldThe repository was created 29 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Comprehensive HubSpot CRM administration toolkit by Growth Today (growthtoday.co). Use when the user asks about auditing a HubSpot portal, CRM cleanup or data hygiene, RevOps maintenance, suppressing bounced or unsubscribed contacts, improving deliverability, enriching contact or company data, fixing lifecycle stages, building smart lists or lead scoring, classifying ICP tiers, deduplicating contacts or companies, reassigning owners, building deal pipelines, reporting and dashboards, users and permissions, or bounce, engagement, and lifecycle automation workflows. Also triggers on "hubspot audit", "hubspot cleanup", "ghost contacts", "hard bounce suppression", "fix lifecycle stage", "lead scoring", "smart lists", "ICP tiers", "duplicate contacts", "deal pipeline", "custom objects", "hubspot reporting", "user permissions", "hubspot workflow", "quarterly database cleanup". Do NOT use for non-HubSpot CRMs (Salesforce, Pipedrive) — HubSpot portal administration only.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
5.2 KB, ~1.1k tokens by cl100k_base, as published. Nobody here has run it
GT HubSpot Admin — Master Router
Master orchestrator for HubSpot CRM administration & RevOps: 68 playbooks across 7 sub-skills covering audit, data hygiene, data model, segmentation, pipelines & deals, automation, reporting, and governance.
Setup (run once per session)
Before loading any sub-skill or playbook, resolve this skill's install directory:
- Use Glob to find
**/gt-hubspot-admin/SKILL.md. - The directory containing it is
SKILL_BASE. - Sub-skills live at
{SKILL_BASE}/.claude/skills/<sub-skill>/gt-SKILL.md. - Playbooks live at
{SKILL_BASE}/playbooks/<name>/playbook.md(shared — sub-skills route to them).
Always resolve SKILL_BASE dynamically — never hardcode a path.
How routing works
- Read the user's request.
- Match it to ONE OR MORE sub-skills below.
- Read that sub-skill's
gt-SKILL.md— it holds the playbook index and guidance for that domain. - Read the specific
{SKILL_BASE}/playbooks/<name>/playbook.mdin full before acting. - If a playbook has a
scripts/folder, those are runnable Python files (requests+python-dotenv) readingHUBSPOT_ACCESS_TOKENfrom a.envin the playbook folder. - Full-portal or recurring requests → use the cross-cutting playbooks below.
Sub-skill routing
| User intent | Sub-skill | Path |
|---|---|---|
| Dedup, suppression, deliverability, enrichment, cleanup routines | hubspot-data-hygiene | {SKILL_BASE}/.claude/skills/hubspot-data-hygiene/gt-SKILL.md |
| Properties, custom objects, associations, validation, imports | hubspot-data-model | {SKILL_BASE}/.claude/skills/hubspot-data-model/gt-SKILL.md |
| Lists, ICP tiers, lead scoring, lead status, marketing contacts | hubspot-segmentation | {SKILL_BASE}/.claude/skills/hubspot-segmentation/gt-SKILL.md |
| Deal pipelines, stages, forecasting, renewals | hubspot-pipelines-deals | {SKILL_BASE}/.claude/skills/hubspot-pipelines-deals/gt-SKILL.md |
| Workflows, lead routing, lifecycle & notification automation | hubspot-automation | {SKILL_BASE}/.claude/skills/hubspot-automation/gt-SKILL.md |
| Dashboards, custom reports, attribution, SLA/KPIs | hubspot-reporting | {SKILL_BASE}/.claude/skills/hubspot-reporting/gt-SKILL.md |
| Users, teams, permissions, security, privacy, integrations | hubspot-governance | {SKILL_BASE}/.claude/skills/hubspot-governance/gt-SKILL.md |
Cross-cutting playbooks (full-portal / recurring)
Use these directly for whole-portal engagements; each references playbooks across multiple sub-skills.
- hubspot-audit — full diagnostic audit across 8 dimensions with grades. Read
{SKILL_BASE}/playbooks/hubspot-audit/playbook.md - hubspot-implementation-plan — phased plan from an audit report. Read
{SKILL_BASE}/playbooks/hubspot-implementation-plan/playbook.md - weekly-cleanup-routine — 5-minute weekly health check. Read
{SKILL_BASE}/playbooks/weekly-cleanup-routine/playbook.md - quarterly-database-cleanup — comprehensive quarterly audit with QoQ trends. Read
{SKILL_BASE}/playbooks/quarterly-database-cleanup/playbook.md
Prerequisites (apply to most playbooks)
- HubSpot private app API token as
HUBSPOT_ACCESS_TOKEN=pat-na1-xxxx. Scripts load it from a.envin their own playbook folder (playbooks/<name>/.env) viapython-dotenv— copy.env.examplethere. Seerequirements.txtat the skill root. - Python 3.10+ with
requests,python-dotenv, andhubspot-api-client(pip install -r requirements.txt).requests+python-dotenvpower the scripts;hubspot-api-clientpowers the SDK examples in the playbooks. - Read access to the relevant HubSpot scopes (varies by playbook).
Notes
- All playbooks are company-agnostic — no customer data, credentials, or proprietary references.
- Some playbooks are fully API-automated; others are hybrid (API discovery + manual UI) due to HubSpot API limits. Each playbook states its automation level.
Created by Growth Today — AI-native GTM engineering firm. Maintained and updated by Brigitta Ruha. More open Claude Skills for go-to-market teams: https://www.growthtoday.co/claude-skills
What ships with it: 116 files
653.5 KB alongside SKILL.md, 37 of them executable
.claude/
- skills/hubspot-automation/gt-SKILL.md2.2 KB
- skills/hubspot-data-hygiene/gt-SKILL.md2.7 KB
- skills/hubspot-data-model/gt-SKILL.md1.8 KB
- skills/hubspot-governance/gt-SKILL.md2.1 KB
- skills/hubspot-pipelines-deals/gt-SKILL.md1.7 KB
- skills/hubspot-reporting/gt-SKILL.md1.6 KB
- skills/hubspot-segmentation/gt-SKILL.md1.6 KB
playbooks/
- asset-partitioning/playbook.md3.4 KB
- assign-unowned-contacts/playbook.md7.8 KB
- assign-unowned-contacts/scripts/after.pyruns4.0 KB
- assign-unowned-contacts/scripts/before.pyruns4.9 KB
- assign-unowned-contacts/scripts/execute.pyruns6.8 KB
- association-labels-setup/playbook.md4.9 KB
- attribution-reporting-setup/playbook.md3.9 KB
- backfill-geo-data/playbook.md3.8 KB
- bounce-monitoring-workflow/playbook.md7.5 KB
- build-lead-scoring/playbook.md10.6 KB
- build-smart-lists/playbook.md11.6 KB
- build-smart-lists/scripts/execute.pyruns13.3 KB
- calculated-rollup-properties/playbook.md4.5 KB
- cleanup-dashboards/playbook.md2.7 KB
- cleanup-deals/playbook.md3.4 KB
- cleanup-forms/playbook.md2.8 KB
- cleanup-lead-owners/playbook.md3.0 KB
- cleanup-lists/playbook.md2.9 KB
- cleanup-properties/playbook.md3.1 KB
- cleanup-workflows/playbook.md2.9 KB
- contact-data-decay-review/playbook.md4.6 KB
- create-icp-tiers/playbook.md15.9 KB
- create-icp-tiers/scripts/after.pyruns9.4 KB
- create-icp-tiers/scripts/before.pyruns9.2 KB
- create-icp-tiers/scripts/execute.pyruns6.2 KB
- create-segment-lists/playbook.md5.1 KB
- custom-objects-setup/playbook.md5.6 KB
- custom-objects-setup/scripts/before.pyruns1.3 KB
- custom-report-builder-guide/playbook.md4.4 KB
- data-formatting-automation/playbook.md3.9 KB
- data-quality-command-center/playbook.md3.7 KB
- .env.example431 B
- LICENSE1.0 KB
76 more files not listed here. See all 116 in the repository.