hubspot-list-deals

Retrieve paginated HubSpot CRM deal records with cursor-based pagination.

2|1|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/abdullahbeam/nexus-design-abdullah --skill hubspot-list-deals
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: hubspot-list-deals
Source: https://github.com/abdullahbeam/nexus-design-abdullah/tree/main/00-system/skills/hubspot/hubspot-list-deals
Command: npx skills add https://github.com/abdullahbeam/nexus-design-abdullah --skill hubspot-list-deals

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually navigating HubSpot CRM to locate specific deal records is time-consuming and inefficient, especially for sales teams that need to quickly review pipeline status or track deal progress without logging into the platform.

Core Features & Use Cases

  • Paginated Deal Retrieval: Pull lists of HubSpot deals with customizable result limits and cursor-based pagination for large datasets.
  • Formatted Output: Displays core deal details (name, amount, stage, close date) in an easy-to-read format for quick review.
  • Use Case: A sales manager can use this skill to instantly pull all active deals in the "qualified to buy" stage to prioritize follow-ups without navigating multiple HubSpot pages.

Quick Start

Use the hubspot-list-deals skill to retrieve a list of all your current HubSpot CRM deals to review your sales pipeline at a glance.

Frequently Asked Questions about hubspot-list-deals

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve HubSpot CRM deals without logging into the platform?▼

Retrieve HubSpot CRM deals through an API connection to fetch paginated deal records, eliminating manual platform navigation for pipeline reviews. You can customize result limits and use cursor-based pagination for large datasets.

Can I pull large datasets of HubSpot deals using cursor-based pagination?▼

Yes, pulling large datasets of HubSpot deals uses cursor-based pagination to sequentially retrieve records. This mechanism allows customizable result limits to manage large volumes of sales pipeline data efficiently.

Do I need a specific API scope to list HubSpot deals?▼

Yes, listing HubSpot deals requires a pre-configured HubSpot API connection with the crm.objects.deals.read scope. This specific permission authenticates the request and allows fetching deal data.

What deal details are displayed when fetching HubSpot sales pipeline records?▼

Fetching HubSpot deal records displays core deal details including the deal name, amount, stage, and close date in an easy-to-read format. This output allows quick review of sales pipeline progress.

What is the best way to review active HubSpot deals for follow-up prioritization?▼

The best way to review active HubSpot deals is retrieving a list of records filtered by stage, such as "qualified to buy". This provides formatted deal details to prioritize follow-ups without navigating HubSpot pages.