What problem does it solve? Retrieving company records from HubSpot CRM normally requires writing API calls, handling authentication, and managing pagination manually. This Skill wraps that workflow into a single command that returns a paginated, structured list of companies. ## Core Features & Use Cases - Paginated Company Listing: Retrieve companies in batches with configurable limits and cursor-based pagination via the HubSpot API. - Pre-Flight Config Check: Validates HubSpot credentials and connection before running, preventing confusing authentication failures. - Structured JSON Output: Returns company properties (name, domain, industry, city, employees, phone) plus direct HubSpot record URLs. - Use Case: A sales operations manager needs a quick overview of all accounts in the CRM. They ask for the company list and receive a formatted summary with domains, industries, and record links without opening the HubSpot UI. ## Quick Start Ask the AI to list companies from HubSpot, optionally specifying how many results to return per page.