Npm banner
OpenHands OpenHands

Npm

Development community

Description

--- name: npm type: knowledge version: 1.0.0 agent: CodeActAgent triggers: - npm --- When using npm to install packages, you will not be able to use an interactive shell, and it may be hard to confirm your actions. As an alternative, you can pipe in the output of the unix "yes" command to confirm your actions.

Installation

Installs to ~/.claude/skills/openhands-openhands-npm/SKILL.md

Terminal
mkdir -p ~/.claude/skills/openhands-openhands-npm && curl -fsSL https://raw.githubusercontent.com/OpenHands/OpenHands/HEAD/skills/npm.md -o ~/.claude/skills/openhands-openhands-npm/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository