decile-hub-connector

Sync Decile Hub CRM records to SurrealDB canonical tables via v1 API.

4|Updated May 4, 2026
One-click install
npx skills add https://github.com/lossless-group/lossless-agent-skills --skill decile-hub-connector
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: decile-hub-connector
Source: https://github.com/lossless-group/lossless-agent-skills/tree/main/decile-hub-connector
Command: npx skills add https://github.com/lossless-group/lossless-agent-skills --skill decile-hub-connector

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Lossless VC client workspaces previously required manual, error-prone configuration to connect to Decile Hub's per-tenant API, with no standardized guidance for handling its inconsistent pagination, authentication, and data mapping rules.

Core Features & Use Cases

  • Standardized Per-Client Connection: Handles tenant-specific subdomain base URLs and raw API token authentication (no Bearer prefix) for each Decile Hub VC client workspace.
  • Consistent API Interaction: Normalizes Decile's three distinct pagination patterns, supports upsert-by-natural-key write semantics, and handles custom data points and merge tags.
  • Canonical Layer Mapping: Maps Decile people, organizations, and pipeline prospects to SurrealDB canonical tables with required client tagging for VC client data sync.
  • Use Case: A VC firm using augment-it can use this skill to pull the latest pipeline prospects, sync deal memos, and update portfolio company data from Decile Hub without manually parsing the 12,000-line OpenAPI spec or handling edge cases like inconsistent error response shapes.

Quick Start

Use the decile-hub-connector skill to pull all active pipeline prospects for the humain-vc client from Decile Hub and sync them to the SurrealDB canonical persons and organizations tables.

Frequently Asked Questions about decile-hub-connector

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

FAQPage Schema
How do I sync Decile Hub CRM data to SurrealDB?

The connector handles Decile Hub API integration by normalizing three distinct pagination patterns, implementing upsert-by-natural-key write semantics, and mapping custom data points and merge tags to the SurrealDB canonical layer.

Can I push deal memos and portfolio company updates back to Decile Hub?

Yes, you can push deal memos and portfolio company updates back to Decile Hub. The connector supports pulling and pushing CRM records using upsert-by-natural-key write semantics to maintain data consistency across both platforms.

How do I authenticate to the Decile Hub v1 API for a specific VC client workspace?

You authenticate to the Decile Hub v1 API using per-tenant raw API tokens without a Bearer prefix. The connector manages tenant-specific subdomain base URLs and raw token authentication for each VC client workspace automatically.

Why does Decile Hub API pagination break my standard client integration?

Decile Hub API pagination breaks standard integrations because it uses three distinct pagination patterns. This connector normalizes all pagination patterns and handles inconsistent error response shapes to ensure reliable data sync.

Does Decile Hub API integration enforce client separation for fund management data?

Yes, Decile Hub API integration enforces client separation by applying required client tagging on all SurrealDB canonical layer writes. This ensures VC client data remains isolated when syncing pipeline prospects and organizations.