Description
n8n-nodes-dev-tools
This is an n8n community node that provides a suite of developer utility tools, ranging from secure generators to data transformers and converters.
Features
This node acts as a “Swiss Army Knife” for developers, offering the following modular tools:
1. API Key Generator
Generates secure alfanumeric API keys of custom lengths.
2. Password Generator
Generates highly secure passwords with configurable complexity:
- Custom length.
- Toggle special characters, numbers, and uppercase.
- Output options: Base64 Data URI or Binary File.
- UUID v4.
- NanoID.
- Formats: Code 128, EAN-13, UPC-A.
- Output options: Base64 Data URI or Binary File.
- Source types: Plain text or Binary files.
- Actions: IP in Range, Subnet Info, Ping, DNS Resolve, TCP Port Check, Wake-on-LAN.
- Actions: Slugify, Title Case, Camel Case, Snake Case.
- Algorithms: MD5, SHA1, SHA256, SHA512.
- Note: Decodes without signature verification for debugging purposes.
- Logic: Uses
ajvfor high-performance validation. Returns detailed error arrays. - Output: protocol, hostname, port, pathname, hash, and search parameters as a JSON object.
- Features: Supports global and single match modes.
- Formats: Simple List (JSON array of changes) or HTML (with
andtags).
3. QR Generator
Generates QR codes for plain Text/URLs or WiFi Configurations.
4. Unique ID Generator
Generates standard unique identifiers:
5. Barcode Generator
Generates barcodes in multiple formats:
6. Base64 Encoder/Decoder
Easily encode/decode data to and from Base64.
7. URL Encoder/Decoder
Standard percentage encoding for safe URL transmission.
8. HTML to Text
Extracts clean, readable text from HTML content, removing tags while preserving basic structure.
9. XML <-> JSON Converter
Fast bidirectional conversion between XML strings and JSON objects.
10. Network Utilities
IP range validation, subnet info extraction, and network diagnostics.
11. String Transformer
Transform text with multiple case and URL-safe formats.
12. Hash Generator
Generate cryptographic hashes.
13. JWT Decoder
Parse and view JWT payloads.
14. JSON Schema Validator
Validate JSON data against a JSON Schema standard.
15. URL Parser
Decompose URLs into their constituent parts.
16. Regex Named Extractor
Extract data using Regular Expressions with Named Capture Groups.
17. Text Diff
Compare two strings and visualize changes.
Installation
Follow the installation guide in the n8n community nodes documentation.
npm install n8n-nodes-dev-tools