segment
Installation
SKILL.md
📊 Segment
Segment — manage sources, destinations, events, and tracking plans via Config & Tracking APIs
Requirements
| Variable | Required | Description |
|---|---|---|
SEGMENT_ACCESS_TOKEN |
✅ | Config API token |
SEGMENT_WRITE_KEY |
✅ | Source write key |
Quick Start
# List sources
python3 {{baseDir}}/scripts/segment.py sources
# Get source
python3 {{baseDir}}/scripts/segment.py source-get id <value>