node
Node.js runtime reference — event loop, modules, npm workflows, streams, cluster, debugging. Use when managing Node.js projects, troubleshooting runtime issues, or optimizing server performance.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain/nodeNode — Node.js Runtime Reference
Quick-reference skill for Node.js runtime internals, npm workflows, and server-side JavaScript.
When to Use
- Understanding the Node.js event loop and async model
- Managing npm packages and resolving dependency issues
- Working with streams, buffers, and file system APIs
- Debugging Node.js applications and memory leaks
- Scaling Node.js with cluster and worker threads
Commands
intro
scripts/script.sh intro
Overview of Node.js — architecture, V8, libuv, use cases.
eventloop
scripts/script.sh eventloop
Event loop phases — timers, I/O, check, close, microtasks, nextTick.
modules
scripts/script.sh modules
Module systems — CommonJS vs ESM, resolution algorithm, package.json fields.
npm
scripts/script.sh npm
npm workflows — install, audit, scripts, lockfile, publishing, workspaces.
streams
scripts/script.sh streams
Streams API — readable, writable, transform, pipeline, backpressure.
debugging
scripts/script.sh debugging
Debugging — inspect, Chrome DevTools, heap snapshots, CPU profiling.
performance
scripts/script.sh performance
Performance — cluster, worker threads, memory management, benchmarking.
checklist
scripts/script.sh checklist
Node.js production readiness checklist.
help
scripts/script.sh help
version
scripts/script.sh version
Configuration
| Variable | Description |
|---|---|
NODE_DIR | Data directory (default: ~/.node/) |
Powered by BytesAgain | bytesagain.com | [email protected]
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bytesagain-node": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
axure-prototype-generator
Axure 原型代码生成器 - 输出 JavaScript 格式 HTML 代码,支持内联框架直接加载可交互原型。
opentangl
Not a code generator — an entire dev team. You write the vision, it ships the code. Autonomous builds, PRs, reviews, and merges across multiple repos. Point it at any JS/TS project and a product vision. It plans features, writes code, verifies builds, creates PRs, reviews diffs, and merges — autonomously. Manages multiple repos as one product. Use when you want to ship code without writing it. AI code generation, autonomous development, workflow automation, multi-repo orchestration, TypeScript, JavaScript, GitHub, OpenAI, Anthropic, Claude, GPT, LLM, devtools, CI/CD, pull requests, code review.
xcloud-docker-deploy
Deploy any project to xCloud hosting — auto-detects stack (WordPress, Laravel, PHP, Node.js, Next.js, NestJS, Python, Go, Rust), routes to native or Docker deployment, generates production-ready Dockerfile, docker-compose.yml, GitHub Actions CI/CD, and .env.example. Works from zero Docker setup.
codex-review
Three-tier code quality defense: L1 quick scan, L2 deep audit (via bug-audit), L3 cross-validation with adversarial testing. 三级代码质量防线。
console
Console & terminal output reference — logging levels, ANSI colors, debugging techniques, formatters. Use when styling terminal output, implementing log systems, or debugging with console tools.