Agent skill · Samsara API development
Samsara Developer Expert
The knowledge half of the Samsara unit — auth, rate limits, sync patterns and webhook implementation, as a portable agent skill.
Install
- 1Download samsara-developer-expert.skill from the latest release
- 2Claude.ai — Settings → Skills → Add Skill, then upload the file
- 3Claude Code — copy source/samsara-developer-expert/ into ~/.claude/skills/
- 4Codex CLI, Cursor, Antigravity and VS Code use the same SKILL.md source tree; see the repo's INSTALL.md
What it does
- Auth & rate limits
- Token handling and the backoff behaviour Samsara's API actually requires.
- Sync patterns
- Feeds, snapshots and historical pulls, and when each is the right choice.
- TMS integration
- External-ID linking so records survive a round trip to a transport system.
- Route & stop state
- Editing routes without destroying the stop state downstream reporting depends on.
- Webhooks
- Signature verification and delivery handling, with runnable helpers.
