hubdb-serverless

Query HubDB tables with HubL and implement serverless functions for HubSpot CMS.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/GolfNext/golfnext-tool-kiosk-support-page --skill hubdb-serverless
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hubdb-serverless
Source: https://github.com/GolfNext/golfnext-tool-kiosk-support-page/tree/main/.claude/plugins/hubspot-cms-dev/skills/hubdb-serverless
Command: npx skills add https://github.com/GolfNext/golfnext-tool-kiosk-support-page --skill hubdb-serverless

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the management and querying of HubDB data tables and provides patterns for building serverless functions to extend HubSpot CMS capabilities.

Core Features & Use Cases

  • HubDB Querying: Efficiently retrieve, filter, and sort data from HubDB tables using HubL.
  • Dynamic Pages: Power dynamic content pages where each row in a HubDB table generates a unique URL.
  • Serverless Integration: Implement server-side logic for form processing, API integrations, and data operations, with guidance on both HubSpot-hosted and external serverless functions.
  • Use Case: Automatically populate a product catalog on a HubSpot CMS website by querying a HubDB table, and use a serverless function to handle form submissions that update product inventory.

Quick Start

Use the hubdb-serverless skill to retrieve all rows from the 'products' HubDB table, sorted by name.

Frequently Asked Questions about hubdb-serverless

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

FAQPage Schema
How do I query and filter HubDB tables in HubSpot CMS?

To query and filter HubDB tables in HubSpot CMS, use HubL syntax to retrieve, sort, and filter data rows. This enables dynamic data management directly within your page templates without external API calls.

What is the best way to create dynamic pages from HubDB data?

Creating dynamic pages from HubDB data involves mapping each table row to a unique URL. Using HubL to query the table, the HubSpot CMS automatically generates distinct content pages based on that row data.

Can I use serverless functions to process forms in HubSpot CMS?

Yes, you can use serverless functions to process forms in HubSpot CMS by implementing server-side logic for data operations and API integrations. This supports both HubSpot-hosted and external function architectures.

Do I need external hosting for HubSpot serverless functions?

You do not necessarily need external hosting for HubSpot serverless functions. The implementation supports both HubSpot-hosted serverless functions and external architectures, allowing flexibility based on your integration requirements.

How does HubDB handle dynamic content generation for product catalogs?

HubDB handles dynamic content generation for product catalogs by querying the table via HubL to automatically populate website data. A serverless function can then manage form submissions to update inventory data.