LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

hubspot-reliability-patterns - HubSpot Reliability Patterns

Implement HubSpot reliability patterns including circuit breakers, retries, and graceful degradation for integrations

Tags

Updated: 2026-05-11

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • implement circuit breaker
  • configure retry logic
  • serve fallback data
  • manage dead letter queue
  • retry failed operations
  • monitor circuit state
  • check health status

Inputs

  • HubSpot API client
  • HubSpot access token
  • Redis or database
  • Failed operation data
  • HubSpot API endpoint
  • Cache storage

Outputs

  • Circuit breaker state
  • Retry status
  • Fallback data response
  • Dead letter queue stats
  • Health check report

Requirements

  • @hubspot/api-client installed
  • TypeScript environment
  • Redis or database
  • Claude Code compatible

Source

  • Spec: SKILL.md
saas
crm
marketing
hubspot
implement circuit breaker
configure retry logic
serve fallback data
manage dead letter queue
HubSpot API client
HubSpot access token
Redis or database
Circuit breaker state
Retry status
Fallback data response