IntegrateClaude

Org-wide installation

Optional, advanced. The three steps under Org configuration are all an individual needs. If you want to give your whole organization Watt, auto-installed and auto-updated, so no one has to configure it themselves — follow these steps.

Requirements

  • A Claude Team or Enterprise plan, with Cowork and Skills enabled.
  • A GitHub organization with the Claude app installed.
  • GitHub Actions enabled, with write access to the repository — both are the default. If your org sets Actions to read-only, an admin needs to allow Actions and write access for this repo, otherwise the sync can't update it.

Why a template repo

Claude only lets organizations add plugins from two places: Anthropic's own curated marketplaces, or your company's private GitHub repository. Public repos aren't allowed — so the public Watt plugin can't be added to your org directly. (See Anthropic's docs.)

We publish a template repo that gives you that private mirror. A GitHub Action runs once an hour and copies the Watt plugin from our public repo (wattdata/plugin) into your copy — so your private mirror stays current on its own.

Set it up

5 minutes, one time.

Create your own private copy

On the template repo, click Use this template → Create a new repository. Choose your organization as the owner, and set visibility to Private.

Enable Actions

Open your new repo's Actions tab and enable workflows. Nothing syncs until you do.

Run the first sync

Open the "Mirror Watt plugin" workflow and click Run workflow. After about a minute, the repo fills with the complete Watt plugin. From then on it re-syncs every hour on its own.

Add it in Claude

Organization settings → Plugins → Add plugin

Choose GitHub as the source and enter your repository in owner/repo format (e.g. your-org/your-repo). Claude adds it and runs the first sync.

Set sync and access

Organization settings → Plugins

Find the Watt plugin you just added, click the menu next to the Re-sync button, and set both:

  1. Sync automatically — so updates from your mirror reach everyone without a manual re-sync.
  2. Default Access — choose Installed by Default (auto-installed for everyone) or Available to Install (members opt in).
The Watt plugin's ⋮ menu in Organization settings showing Sync automatically and Default Access options

Done. Your entire team can now access the Watt plugin.

Customize → Add plugin → Browse plugins → Your organization → Watt

On this page