Damoov Plugin

Install the Damoov plugin to give compatible AI coding agents one packaged entrypoint for Damoov mobile, backend, API, analytics, and testing workflows.

The Damoov plugin packages the public Damoov skills into one installable bundle for supported AI coding agents.

Use the plugin when your team wants the easiest setup path. After installation, the agent can access Damoov guidance for mobile SDK integration, backend registration, platform APIs, trips and statistics, and testing workflows.

Repository:

Mobile-Telematics/damoov-telematics-skills

When to use the plugin

Use the plugin when:

  • Your AI tool supports plugins or plugin marketplaces.
  • You want one packaged Damoov integration toolkit.
  • Your team works across mobile, backend, API, analytics, and QA tasks.
  • You want the agent to start from one Damoov entrypoint and route to the right workflow.

Use standalone skills instead when your AI tool only supports local skill folders.

Install in Codex

Add the Damoov marketplace and install the plugin:

codex plugin marketplace add Mobile-Telematics/damoov-telematics-skills
codex plugin add damoov-telematics@damoov-telematics

Verify installation:

codex plugin list

Update marketplace data when a new Damoov version is published:

codex plugin marketplace upgrade

Install in Claude Code

Inside Claude Code:

/plugin marketplace add Mobile-Telematics/damoov-telematics-skills
/plugin install damoov-telematics@damoov-telematics

After installation, use the namespaced Damoov skill:

/damoov-telematics:damoov-telematics-skill

Install in Cursor

For team distribution in Cursor:

Dashboard -> Settings -> Plugins -> Import
Repository URL: https://github.com/Mobile-Telematics/damoov-telematics-skills

After installation, ask Cursor to use the Damoov orchestrator:

Use $damoov-telematics-skill to route this Damoov integration task.

How to use the plugin

Start with the Damoov orchestrator skill:

Use $damoov-telematics-skill to plan a Damoov integration for this repository. Identify required mobile, backend, API, and testing work.

For implementation work:

Use $damoov-telematics-skill to integrate Damoov into this Flutter app. DeviceToken comes from our backend.

For review work:

Use $damoov-telematics-skill to review this Damoov integration and report missing mobile, backend, API, or testing steps.

Security note

Do not share real production credentials, tokens, customer identifiers, or secrets in prompts, generated docs, code examples, screenshots, or logs. Use placeholders and your approved secret-management process.