AI Integration Tools

Use Damoov AI tools with Codex, Claude Code, Cursor, or compatible coding agents to plan, implement, review, and validate Damoov integrations faster.

Damoov provides AI integration tools for teams that use coding agents such as Codex, Claude Code, Cursor, or compatible assistants. These tools help product, engineering, QA, and support teams plan and complete Damoov integrations faster.

The tools are published in the public repository:

Mobile-Telematics/damoov-telematics-skills

What is included

Damoov provides two related options:

  • Damoov Plugin - one packaged installation for supported AI tools.
  • Damoov Skills - task-specific instructions that help AI agents work with Damoov mobile SDKs, backend registration, platform APIs, analytics APIs, and testing flows.

Use the plugin when your AI tool supports plugins. Use standalone skills when your AI tool supports skill folders or when your team wants to vendor the skills into a project.

Why use AI integration tools

Damoov integrations often span several teams and systems: mobile SDK setup, backend user registration, DataHub configuration, API access, analytics, and QA validation. The AI integration tools help an AI agent understand those boundaries before it edits code or creates an integration plan.

For business and product teams, this improves planning clarity. The tools help identify which work belongs to mobile, backend, platform setup, analytics, or testing.

For engineering teams, this reduces generic AI output. The agent receives Damoov-specific guidance before generating code, reviewing repositories, or creating validation steps.

Common use cases

  • Plan a new Damoov integration.
  • Integrate Damoov SDK into Android, iOS, Flutter, or React Native apps.
  • Implement secure backend-side user registration.
  • Review a mobile or backend repository before launch.
  • Add user, Application, Instance, trips, scores, or statistics workflows.
  • Create test users and validate an integration end to end.
  • Troubleshoot common integration issues such as missing trips, missing permissions, or incomplete setup.

Recommended path

  1. Install the Damoov plugin if your AI tool supports plugins.
  2. Start broad tasks with the Damoov orchestrator skill: damoov-telematics-skill.
  3. Let the agent route the work to the correct mobile, backend, or testing skill.
  4. Ask the agent to explain the selected route before it changes code.
  5. Review generated code and configuration with your normal engineering process before release.

Example prompt:

Use $damoov-telematics-skill to review this repository and tell me which mobile, backend, API, and testing work is needed for a production Damoov integration.

Pages in this section

  • Damoov Plugin - installation and usage for plugin-aware AI tools.
  • Damoov Skills - overview of available skills and when to use them.
  • Mobile Skills - Android, iOS, Flutter, and React Native SDK workflows.
  • Backend Skills - backend registration, user management, product management, trips, scores, and statistics workflows.
  • Testing Skills - test-user setup and validation workflows.