-
Notifications
You must be signed in to change notification settings - Fork 2
Privacy Policy
Indigo Claude Code Plugin Last updated: 2026-04-11
The Indigo Claude Code Plugin is a documentation-only plugin for Claude Code. It provides reference materials, SDK examples, and development guidance for building Indigo home automation plugins. It does not collect, transmit, or store any user data.
This plugin collects no data. Specifically:
- No telemetry or analytics
- No API calls to external services
- No user information collected or transmitted
- No cookies, tokens, or identifiers stored
- No network requests made by the plugin
The plugin operates entirely within your local Claude Code session:
-
Documentation delivery — When you invoke a command (
/indigo:dev,/indigo:api,/indigo:control-pages), the plugin loads relevant documentation from its local files into the Claude Code context -
Skill auto-activation — When you work on Indigo-related files (
.indigoPlugin/,plugin.py,Devices.xml), the plugin automatically provides relevant documentation - No external communication — All documentation is bundled with the plugin. No network requests are made to fetch content
The plugin reads files from your local project directory to provide contextual assistance (e.g., understanding your plugin's Devices.xml to give relevant advice). This is standard Claude Code behavior and the file contents are processed within your Claude Code session only.
This plugin does not integrate with any third-party services, analytics platforms, or data processors.
No data is stored by this plugin. It contains only static documentation files (Markdown, Python examples, XML schemas).
If this policy changes, the update will be reflected in this file with an updated date. Since the plugin collects no data, significant changes are unlikely.
For questions about this privacy policy, open an issue at simons-plugins/indigo-claude-plugin.