idmp-plugin Plugin
Plugin Claude Code Development Databases & StorageClaude Code Customization & WorkflowThe explanation below is AI-generated. Please verify it against the sources.
idmp-plugin is a Claude Code plugin from the taosdata/agent-skills repository that packages reusable skills for TDengine IDMP, covering discovery, schema inspection, and safe operational workflows. It is designed to be used together with the separate idmp-cli tool, which handles server configuration and authentication. The plugin can be installed into Claude Code via a marketplace command, and its bundled skills can also be copied manually for use with other agents that support filesystem-based skills. Prerequisites include Node.js 16+, npm/npx, network access to a TDengine IDMP environment, and either username/password or an API key.
Overview
idmp-plugin itself is not a SaaS product but a Claude Code plugin (packaged skills bundle) for interacting with a TDengine IDMP server/environment. It works alongside the idmp-cli command-line tool, which connects to and authenticates against a user-hosted or provided IDMP server (e.g., ).
What you can do with idmp-plugin
- Install and configure idmp-cli (npm install -g @tdengine/idmp-cli) to connect to a TDengine IDMP server
- Set up a default profile and persist a login session using a username/password or an API key
- Create and switch between multiple environment profiles (e.g., default, staging) via idmp-cli profile use
- Re-authenticate later with idmp-cli auth login when a saved profile already exists
- Add the TaosData marketplace and install idmp-plugin in Claude Code (claude plugin marketplace add taosdata/agent-skills, claude plugin install idmp-plugin@taosdata)
- Reuse the packaged skills with other filesystem-skill-supporting agents by copying plugins/idmp-plugin/skills/* into that agent's skills directory
- Access packaged skills intended for discovery, schema inspection, and safe operational workflows against TDengine IDMP (per the plugin description)
Sources
Original description (English)
TDengine IDMP plugin with packaged skills for discovery, schema inspection, and safe operational workflows.
History of idmp-plugin
- Plugin Added idmp-plugin