Agent skill for end-to-end HyperTrack integration. Covers mobile SDK setup, backend API integration, webhooks, and verification across all supported platforms.
- Mobile SDK — iOS, Android, React Native, Expo, Flutter, Ionic Capacitor, .NET MAUI
- Backend APIs — Orders (shift tracking), Workers, Places, Nearby search
- Webhooks — Real-time order events, risk detection, geofence events
- Verification — End-to-end checklist and troubleshooting
pi install git:github.com/hypertrack/hypertrack-skillsClone and add to your skills directory:
git clone https://github.com/hypertrack/hypertrack-skills.git ~/.claude/skills/hypertrack-skillsOr use skills.sh:
npx skills add hypertrack/hypertrack-skillsPoint your agent at the skill entry point:
skills/hypertrack-integration/SKILL.md
skills/hypertrack-integration/
├── SKILL.md # Entry point: integration phases, data model, routing
└── references/
├── sdk-ios.md # iOS SDK setup
├── sdk-android.md # Android SDK setup
├── sdk-cross-platform.md # RN, Expo, Flutter, Ionic, MAUI
├── backend-api.md # Orders, Workers, Places, Nearby, Embed
├── webhooks.md # Webhook setup, payloads, risk events
└── troubleshooting.md # Diagnostics, pitfalls, outage codes
Tell your agent what you need:
- "Integrate HyperTrack into my iOS app"
- "Set up shift tracking with pre-shift risk detection"
- "Add HyperTrack order tracking to my Node.js backend"
- "Debug why my HyperTrack worker isn't showing on the dashboard"
- "Set up webhooks to detect late arrivals"
The skill routes to the appropriate reference based on your request.
MIT