
Npm
- 17 installs
- 134 repo stars
- Updated August 4, 2026
- openhands/extensions
Helps with ai & agent building tasks.
About
npm is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.
- npm
- AI & Agent Building
- AI-coding skill
Npm by the numbers
- 17 all-time installs (skills.sh)
- Ranked #10,861 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/openhands/extensions --skill npmAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 17 |
|---|---|
| repo stars | ★ 134 |
| Last updated | August 4, 2026 |
| Repository | openhands/extensions ↗ |
What it does
Helps with ai & agent building tasks.
Files
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.
.plugin.plugin{
"name": "npm",
"version": "1.0.0",
"description": "Handle npm package installation in non-interactive environments by piping confirmations. Use when installing Node.js packages that require user confirmation prompts.",
"author": {
"name": "OpenHands",
"email": "contact@all-hands.dev"
},
"homepage": "https://github.com/OpenHands/extensions",
"repository": "https://github.com/OpenHands/extensions",
"license": "MIT",
"keywords": [
"npm",
"nodejs",
"packages"
]
}
Npm
Handle npm package installation in non-interactive environments by piping confirmations. Use when installing Node.js packages that require user confirmation prompts.
Triggers
This skill is activated by the following keywords:
npm
Details
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.