Build and install the HQ Cowork plugin artifact and smoke-test it.
Scanned 9/19/2026
Install to Claude Code
npx -y skills add indigoai-us/hq-core --skill hq-cowork-install --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Hq Cowork Install?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/indigoai-us-hq-cowork-install)More formats (shields.io, HTML) on the badges page.
---
name: hq-cowork-install
description: Build and install the HQ Cowork plugin artifact and smoke-test it.
allowed-tools: Bash
---
# /hq-cowork-install — Install the Cowork plugin
This is the HQ-native setup helper for Cowork.
Run:
```bash
core/packages/hq-pack-cowork/scripts/install-cowork-plugin.sh --install
```
It checks host prerequisites, registers the local `hq` Claude marketplace,
installs/enables `hq-cowork@hq`, and builds:
```text
~/Downloads/hq-pack-cowork.plugin
```
and prints the exact Cowork upload and smoke-test steps.
If the user only wants the upload artifact without touching Claude's plugin
registry, omit `--install`.
Optional output path:
```bash
core/packages/hq-pack-cowork/scripts/install-cowork-plugin.sh --install --out /tmp/hq-pack-cowork.plugin
```
After upload, Cowork should be able to use the same HQ behaviors as default
HQ sessions through the plugin's host-side MCP transport.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!