hubspot-audit

Installation
SKILL.md

HubSpot CRM Database Audit

Run a full diagnostic audit of a HubSpot CRM portal. This skill collects metrics across eight dimensions, grades each one, and produces a prioritized report with actionable recommendations.

Setup

  1. Get the API token. Check .env for HUBSPOT_ACCESS_TOKEN. If it is not set, ask the user to provide their HubSpot private app access token and store it in .env:

    HUBSPOT_ACCESS_TOKEN=pat-na1-xxxxxxxx
    
  2. No package install needed. Scripts carry PEP 723 inline metadata and run with uv, which resolves requests and python-dotenv automatically:

    uv run skills/hubspot-audit/scripts/audit_portal.py
    
Installs
25
GitHub Stars
56
First Seen
Mar 26, 2026
hubspot-audit — tomgranot/hubspot-admin-skills