
Security News
rv Is a New Rust-Powered Ruby Version Manager Inspired by Python's uv
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
n8n-nodes-n8ntools-unified
Advanced tools
Custom N8N nodes for N8N Tools platform - PDF generation, web scraping, document processing with OCR, dynamic pricing, and budget controls
Custom N8N nodes for integrating with the N8N Tools platform, providing powerful automation capabilities for PDF generation, web scraping, and document processing.
You can install this package directly in your N8N instance:
n8n-nodes-n8ntools
# In your N8N installation directory
npm install n8n-nodes-n8ntools
# Restart N8N
npm restart n8n
FROM n8nio/n8n:latest
USER root
RUN npm install -g n8n-nodes-n8ntools
USER node
https://api.n8ntools.io
(or your self-hosted instance)[Trigger] → [Data Source] → [N8N Tools PDF] → [Save to Drive]
Example Configuration:
invoice-template
{"customer": "John Doe", "amount": 1500.00}
invoice-{{customer}}.pdf
[Schedule Trigger] → [N8N Tools Scraper] → [Process Data] → [Database]
Example Configuration:
https://example.com/products
title
, Selector: h2.product-title
, Attribute: text
price
, Selector: .price
, Attribute: text
link
, Selector: a.product-link
, Attribute: href
[File Trigger] → [N8N Tools Document] → [Extract Data] → [Email]
Example Configuration:
data
All nodes support N8N's built-in error handling:
API rate limits depend on your N8N Tools subscription plan:
Rate limit information is included in response headers and node output.
Contributions are welcome! Please read our Contributing Guide before submitting PRs.
# Clone the repository
git clone https://github.com/n8ntools/n8n-nodes-n8ntools.git
cd n8n-nodes-n8ntools
# Install dependencies
npm install
# Build the project
npm run build
# Run linting
npm run lint
# Run tests
npm test
This project is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) License.
You are free to:
Under the following terms:
See CHANGELOG.md for version history.
Made with ❤️ by the N8N Tools team
FAQs
Custom N8N nodes for N8N Tools platform - PDF generation, web scraping, document processing with OCR, dynamic pricing, and budget controls
The npm package n8n-nodes-n8ntools-unified receives a total of 0 weekly downloads. As such, n8n-nodes-n8ntools-unified popularity was classified as not popular.
We found that n8n-nodes-n8ntools-unified demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.