@mattstratton/install-marketing-skills
v1.0.1
Published
One-line installer for tigerdata-marketing-skills Cowork plugin. Workaround for github.com/anthropics/claude-code/issues/40600
Downloads
27
Maintainers
Readme
@mattstratton/install-marketing-skills
One-line installer for the tigerdata-marketing-skills Cowork (Claude Desktop) plugin.
Workaround for anthropics/claude-code#40600 — Cowork's RemotePluginManager can wipe marketplace-installed plugins on restart. This installer writes directly to the LocalPluginsReader path, which persists.
Usage
# Install or update to the latest version
npx @mattstratton/install-marketing-skills
# Check if an update is available (doesn't install)
npx @mattstratton/install-marketing-skills --checkWhat it does
- Fetches the latest release from timescale/marketing-skills
- Downloads the plugin zip (no git clone needed)
- Finds your Cowork installation(s)
- Installs the plugin into
cowork_plugins/cache/where it persists across restarts - Enables the plugin in
cowork_settings.json
Restart Claude Desktop after running for changes to take effect.
Requirements
- Node.js 18+
- Claude Desktop installed (Cowork must have been opened at least once)
Platforms
Works on macOS, Windows, and Linux.
On macOS, you can also use the shell script (no Node.js required):
curl -fsSL https://raw.githubusercontent.com/timescale/marketing-skills/main/scripts/install.sh | bash