All built-in extensions available in Narakim. Install per-bot from Bot Dossier → Extensions. Only installed extensions appear in the Node Palette.
info
Per-extension detail pages live under /docs/reference/extensions/<name>.
Triggers
| Extension | Description |
|---|---|
| Manual Trigger | Start manually from UI or API |
| Timer Trigger | Cron or interval — schedules automations |
| Webhook Trigger | HTTP webhook entry |
Logic
| Extension | Description |
|---|---|
| If Condition | Branch with true / false handles |
| For Each | Loop array — body and completed ports |
| Set Variable | Store {{vars.*}} values |
| Get Variable | Read variables |
| Log | Write to live logs |
Network & web
| Extension | Description |
|---|---|
| HTTP Request | REST client |
| Web Scraper (Static HTML) | Cheerio, CSS selectors, static HTML only |
| JSON API Poller | Poll JSON + change hash — requires Timer Trigger on graph |
| File Downloader | Download URL as base64 |
| RSS Feed | RSS/Atom parser |
Data & utilities
| Extension | Description |
|---|---|
| Transform Data | JSON/array/object ops |
| HTML to Markdown | Strip/convert HTML |
| CSV Parser | Parse/generate CSV |
| String Operations | Trim, split, replace, case |
| JSON Path | JSONPath extract |
| Regex | Match/replace |
| Crypto & Encoding | Hash/HMAC/base64, webhook verify |
| Date & Time | Format/parse dates |
| Math & Numbers | Numeric ops |
| Narakim Database | Built-in per-bot SQLite (automation-only, no setup) |
| Narakim Files | Built-in per-bot file storage (500 MB quota) |
| Database Object | External Postgres/MySQL/Mongo/Firebase (requires connection) |
| Database Media | External file storage (S3, GCS, etc.) |
| QR Code Generator | QR PNG/SVG/base64 |
AI
| Extension | Description |
|---|---|
| OpenRouter AI | General LLM |
| AI Summarizer | Summarize text |
| AI Moderation | OpenAI moderation |
| AI Classifier | Category labels |
| AI Translator | Translate text |
| AI Image Generation | DALL-E / Stability / Replicate |
| AI Text-to-Speech | OpenAI TTS / ElevenLabs |
| AI Speech-to-Text | Whisper / Deepgram |
Notifications & integrations
| App | Example nodes |
|---|---|
| SendGrid / SMTP / Mailgun | Email send |
| Twilio | twilio_sms, twilio_whatsapp |
| Pushover | Push notifications |
| GitHub | Issues, PRs, releases |
| Notion / Airtable | Pages, records |
| Stripe / Supabase / Linear | Webhooks, data, issues |
| Datadog / PagerDuty | Events, metrics, incidents |
Docker / container extensions
| Extension | Description |
|---|---|
| PDF Generator | HTML/URL → PDF |
| Document Extractor | Extract text from documents |
| Image Processor | Sharp resize/crop/convert |
Build images from narakim-server/extensions/<name>/ (see server README).
Platform extensions
Discord, Slack, and Telegram nodes are documented in Platform Extensions Reference and Discord node semantics.
Was this helpful?
historyLast updated: May 10, 2026
