Mobile Skills
Use Damoov mobile skills to guide AI agents through Android, iOS, Flutter, and React Native SDK integration workflows.
Damoov mobile skills help AI agents work with Damoov SDK integrations in native and cross-platform mobile apps.
Use these skills when integrating, reviewing, migrating, or troubleshooting Android, iOS, Flutter, or React Native apps.
Included mobile skills
| Skill | Use when |
|---|---|
android-telematics-sdk-integration-skill | Native Android SDK integration, setup review, permissions, lifecycle, tracking flows, and migration support. |
ios-telematics-sdk-integration-skill | Native iOS SDK integration, setup review, lifecycle forwarding, background modes, permissions, tracking flows, and migration support. |
flutter-telematics-sdk-integration-skill | Flutter plugin integration, Android host setup, iOS host setup, mobile flow review, and troubleshooting. |
react-native-telematics-sdk-integration-skill | React Native plugin integration, Android host setup, iOS host setup, JavaScript/TypeScript usage, and troubleshooting. |
When to use mobile skills
Use mobile skills for:
- SDK installation and setup review.
- Mobile permission and lifecycle checks.
- Automatic and manual tracking workflow guidance.
- Cross-platform host setup for Flutter or React Native.
- Mobile troubleshooting when trips are not detected.
- Migration review when an app uses an older SDK integration pattern.
Recommended prompt
Use the orchestrator when unsure which mobile skill applies:
Use $damoov-telematics-skill to inspect this mobile repository and select the correct Damoov mobile skill before editing code.Use a direct mobile skill when the platform is known:
Use $flutter-telematics-sdk-integration-skill to integrate Damoov SDK into this Flutter app. DeviceToken is provided by our backend.Use $react-native-telematics-sdk-integration-skill to review this React Native app for Damoov SDK setup issues.Integration boundary
Mobile skills focus on the app-side SDK setup. Production user registration should normally be owned by your backend. The mobile app should receive a registered Damoov user identifier from your backend or from a safe test setup flow.
If backend registration is not ready, combine mobile skills with:

