Package Information
Released: 6/19/2025
Downloads: 6 weeklyย /ย 62 monthly
Latest Version: 1.0.17
Author: Wiro AI
Available Nodes
Documentation
n8n-nodes-wiroai
A n8n community node pack that gives you access to Wiro AIโs powerful generative tools directly in your workflows.
โจ Features
- ๐ฃ๏ธ Text-to-Speech
- ๐ต Background Music Generator
- ๐ง Chatbot (with and without RAG)
- ๐ผ๏ธ Text-to-Image
- ๐๏ธ Text-to-Video
- ๐งผ Remove Background
- ๐๏ธ Interior Design Reimagining
- ๐ฅ Image-to-Video (KlingAI)
- ๐ OCR (Text from Image)
- ๐ Resume/CV Evaluator with Job Description
- ๐๏ธ Image Restoration and Upscaling
- ๐ฑ 4K Mobile Wallpaper Generator
- ๐ฌ Shorts / Reels Generator
- ๐ผ Add Audio Effects to Video
- ๐น Add Background Music to Video
- ๐ Flux Kontext Pro / Max image stylizers
Each tool is implemented as a separate node for modular and easy use.
๐ฆ Installation
Follow the n8n community nodes guide to install this package.
npm install @wiro-ai/n8n-nodes-wiroai
๐ Operations
| Node | Description |
|---|---|
AskAiChatbot |
General-purpose chat assistant powered by LLMs |
CvEvaluatorJobdesc |
Evaluate resumes/CVs against job descriptions |
EasyOcr |
Extract text from images using OCR |
FluxKontextPro |
Apply stylized prompts to input images |
FluxKontextMax |
Clean and enhance product-style visuals |
GenerateBackgroundMusic |
Generate background audio from prompts |
GenerateSpeechTTS |
Convert text to audio using speech synthesis |
ImageToVideoKling16 |
Animate image pairs into video using KlingAI |
InteriorDesignGenerator |
Reimagine interior spaces with descriptive prompts |
MobileWallpaperGenerator |
Generate 4K mobile phone wallpapers |
RagChatYoutube |
Ask questions to YouTube videos using RAG + LLM |
RemoveImageBackground |
Strip background from uploaded images |
RestoreUpscaleImage |
Restore and upscale low-quality images |
ShortsReelsVideoGenerator |
Generate vertical videos for Shorts/Reels |
TextToImage |
Convert descriptive text to images |
TextToVideoKling16 |
Convert text to video using KlingAI engine |
TextToVideoWan21 |
Generate video from text via WAN2.1 |
VideoBgMusicGenerator |
Automatically compose music for your videos |
GenerateSoundEffectVideo |
Add sound effects to video using ai |
๐ Credentials
Youโll need a Wiro API Key and Secret.
Steps:
- Go to wiro.ai and sign up
- Create a project wiro.ai/panel/project/ and get your API credentials
- In n8n โ Credentials โ Add new โ Wiro API
- Enter your key and secret values
๐ Usage Example
To use the Text-to-Speech node:
- Add the
Generate Speechnode - Set:
- Prompt:
Hello world! - Voice:
af_heart - Language:
a(American English)
- Prompt:
- Run the workflow
Output:
{
"taskid": "abc123",
"status": "completed",
"url": "https://cdn1.wiro.ai/xyz/0.mp3"
}
๐ง Compatibility
- Requires:
n8n v1.0+ - Node.js:
v18+
๐ Folder Structure
nodes/WiroAI/
โโโ AskAiChatbot/
โโโ AskAiChatbot.nodes.ts
โโโ AskAiChatbot.nodes.json
โโโ CvEvaluatorJobdesc/
โโโ CvEvaluatorJobdesc.nodes.ts
โโโ CvEvaluatorJobdesc.nodes.json
โโโ EasyOcr/
โโโ EasyOcr.nodes.ts
โโโ EasyOcr.nodes.json
โโโ FluxKontextMax/
โโโ FluxKontextMax.nodes.ts
โโโ FluxKontextMax.nodes.json
โโโ FluxKontextPro/
โโโ FluxKontextPro.nodes.ts
โโโ FluxKontextPro.nodes.json
โโโ GenerateBackgroundMusic/
โโโ GenerateBackgroundMusic.nodes.ts
โโโ GenerateBackgroundMusic.nodes.json
โโโ GenerateSpeechTts/
โโโ GenerateSpeechTts.nodes.ts
โโโ GenerateSpeechTts.nodes.json
โโโ GenerateMMAudio/
โ โโโ GenerateMMAudio.nodes.ts
โ โโโ GenerateMMAudio.nodes.json
โโโ ImageToVideoKling16/
โโโ ImageToVideoKling16.nodes.ts
โโโ ImageToVideoKling16.nodes.json
โโโ InteriorDesignGenerator/
โโโ InteriorDesignGenerator.nodes.ts
โโโ InteriorDesignGenerator.nodes.json
โโโ MobileWallpaperGenerator/
โโโ MobileWallpaperGenerator.nodes.ts
โโโ MobileWallpaperGenerator.nodes.json
โโโ RagChatYoutube/
โโโ RagChatYoutube.nodes.ts
โโโ RagChatYoutube.nodes.json
โโโ RemoveImageBackground/
โโโ RemoveImageBackground.nodes.ts
โโโ RemoveImageBackground.nodes.json
โโโ RestoreUpscaleImage/
โโโ RestoreUpscaleImage.nodes.ts
โโโ RestoreUpscaleImage.nodes.json
โโโ ShortsReelsVideoGenerator/
โโโ ShortsReelsVideoGenerator.nodes.ts
โโโ ShortsReelsVideoGenerator.nodes.json
โโโ TextToImage/
โโโ TextToImage.nodes.ts
โโโ TextToImage.nodes.json
โโโ TextToVideoKling16/
โโโ TextToVideoKling16.nodes.ts
โโโ TextToVideoKling16.nodes.json
โโโ TextToVideoWan21/
โโโ TextToVideoWan21.nodes.ts
โโโ TextToVideoWan21.nodes.json
โโโ VideoBgMusicGenerator/
โโโ VideoBgMusicGenerator.nodes.ts
โโโ VideoBgMusicGenerator.nodes.json
โโโ GenerateAudioEffectVideo/
โโโ GenerateAudioEffectVideo.nodes.ts
โโโ GenerateAudioEffectVideo.nodes.json
โโโ utils/
โโโ auth.ts
โโโ polling.ts
credentials/
โโโ WiroApi.credentials.ts