The rpi-setup-humanlayer skill (Step 2 of the prerequisite checks) instructs:
npm install -g @codelayer/linear-cli
…but that package returns 404 on npm (so does @codelayer/cli).
The actual package is @humanlayer/linear-cli (v0.6.0) — but it ships only a macOS arm64 Mach-O binary as dist/linear, with no os/cpu guard and no postinstall step. So on Windows/Linux it "installs" fine but fails at runtime:
cannot execute binary file: Exec format error
and the skill's which linear check can never pass.
Impact
Non-Mac users can't complete the Linear prerequisite at all.
Suggested fixes
- Update the skill's install command to
@humanlayer/linear-cli.
- Publish Windows/Linux binaries, or document Linear's official MCP server (
https://mcp.linear.app/mcp) as the cross-platform path for the Linear integration.
Environment
Windows 11, Node 24, @humanlayer/linear-cli@0.6.0.
The
rpi-setup-humanlayerskill (Step 2 of the prerequisite checks) instructs:…but that package returns 404 on npm (so does
@codelayer/cli).The actual package is
@humanlayer/linear-cli(v0.6.0) — but it ships only a macOS arm64 Mach-O binary asdist/linear, with noos/cpuguard and no postinstall step. So on Windows/Linux it "installs" fine but fails at runtime:and the skill's
which linearcheck can never pass.Impact
Non-Mac users can't complete the Linear prerequisite at all.
Suggested fixes
@humanlayer/linear-cli.https://mcp.linear.app/mcp) as the cross-platform path for the Linear integration.Environment
Windows 11, Node 24,
@humanlayer/linear-cli@0.6.0.