custom-object-management

安装量: 1.1K
排名: #9897

安装

npx skills add https://github.com/hubspot/agent-cli-skills --skill custom-object-management

Source of truth hubspot schemas --help is authoritative. Subcommands: list , get , create , update (metadata only), delete (destructive). Schema writes require a private app token with crm.schemas.custom.write . Read bulk-operations/SKILL.md first — every command here uses its JSONL conventions, and schemas delete uses its dry-run / digest / confirm flow. Discover existing schemas hubspot schemas list

JSONL: name, label, singular, objectTypeId, source

hubspot schemas list | jq 'select(.source=="custom")'

custom only

hubspot objects types | jq -c 'select(.source=="custom")'

same set, also shown to confirm --type resolves

name is what every other command takes. objectTypeId (e.g. 2-12345678 ) is only needed for workflow PLATFORM_FLOW targets. Inspect one schema hubspot schemas get pets Show more Installs 856 Repository hubspot/agent-cli-skills GitHub Stars 18 First Seen May 26, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass

返回排行榜