team-ownership

安装量: 1.1K
排名: #9947

安装

npx skills add https://github.com/hubspot/agent-cli-skills --skill team-ownership

Prereq: read bulk-operations/SKILL.md first. JSONL piping, pagination, dry-run/digest/confirm, and hubspot history recovery live there. Reshape patterns live in bulk-operations/resources/json-patterns.md . hubspot_owner_id is a string field on contacts , companies , deals , and tickets . Owners are CRM users — hubspot owners list returns them; there is no teams object, so team-level views are client-side groupings by hubspot_owner_id . 1. Resolve email → owner ID Never hardcode IDs — they are portal-specific. Resolve, then cache: FROM_ID = $( hubspot owners list | jq -r 'select(.email=="sarah@company.com") | .id' ) TO_ID = $( hubspot owners list | jq -r 'select(.email=="mike@company.com") | .id' ) 2. Find records for an owner Same filter across all four object types. Add object-specific --properties for context. Unowned records use the !property form. Show more Installs 881 Repository hubspot/agent-cli-skills GitHub Stars 18 First Seen May 26, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass

返回排行榜