A comprehensive development standard and best practices guide for building scalable Node.js and TypeScript applications.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install magicbox-node-dev
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install magicbox-node-dev using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a structured framework for developing MagicBox Node services using TypeScript. It ensures consistency across projects by defining strict directory layouts, coding conventions, and deployment workflows. By using this Openclaw Skills resource, developers can maintain high-quality codebases with integrated linting, formatting, and database migration strategies.
The standard emphasizes strong typing, modular architecture, and robust containerization. It serves as a single source of truth for managing everything from environment variables to API response formats, ensuring that any AI agent or developer following these Openclaw Skills can produce production-ready code efficiently.
To set up a project using these Openclaw Skills, ensure you have Node.js and npm installed, then follow these steps:
# Install project dependencies
npm install
# Run linting to ensure code style compliance
npm run lint
# Compile TypeScript to JavaScript
npm run build
# Execute a manual deployment version update
bash scripts/deploy-manual.sh
The skill organizes data and metadata according to the following taxonomy:
| Component | Path / Pattern | Description |
|---|---|---|
| Models | src/models/*.ts |
TypeORM Entities using PascalCase |
| Migrations | src/migrations/*.ts |
Timestamped (YYYYMMDDHHmmss) migration files |
| Config | .env.develop |
Environment-specific variables for local development |
| Versioning | version.json |
Tracking version in major.minor.patch format |
| Docker | Dockerfile.base |
The foundation for containerized builds |
Loading
A lightweight skill for capturing AI agent conversations into structured daily Markdown files.

Automatically manages versioning and updates for all your installed ClawHub skills to ensure your AI agents stay up to date.

A professional-grade integration for fetching granular weather data and extended forecasts directly from Apple's WeatherKit API.

A powerful skill for managing Bitwarden passwords, secrets, and TOTP codes directly through the command line with secure session handling.

Enable globally-routable IPv6 addresses for P2P agent communication using Yggdrasil.

A high-efficiency tool to convert markdown files into visually appealing HTML pages for browser viewing or Canvas display.








































