by System Admin
Tagged with: , , , ,
by System Admin
Tagged with: , , , ,
by System Admin
Tagged with: , , , ,
by Khairul Muhtadin
System Prompt Generator Using Unli.dev turns human input ideas into a polished, repeatable system prompt blueprint. It uses an n8n webhook, a small Set/Prepare pipeline, and Unli.dev's chat completions to generate single-turn, comprehensive system prompts that include: persona mission rules output format designer notes so your team spends less time arguing about wording and more time shipping features (and you get consistent LLM behavior across apps). 💡 Why Use System Prompt Generator Using Unli.dev? Fix the pain of inconsistency** Improve outcomes measurably** Competitive advantage:** Standardize your AI behavior with enforceable rules and templates so your product's voice and constraints stay consistent across teams — like an AI style guide that never takes a coffee break. ⚡ Perfect For Prompt Engineers:** Systematize prompt design and handoffs. Product Managers:** Lock down expected AI behaviors before launch. Developers & AI Ops:** Automate prompt generation for testing and deployments. 🔧 How It Works ⏱ Trigger: Incoming HTTP POST to the webhook path systempromptgenerator kicks everything off. 📎 Process: Webhook → Set Prompt/Model (map incoming fields) → Prepare API Body (compose messages) → Unli.Dev (Chat Completions) → Extract Answer → Respond to Webhook. 🤖 Smart Logic: Unli.dev (chat completions) runs a single-turn generation using the embedded system-template that builds persona, operational protocol, rules, output format, and designer notes automatically. 💌 Output: The generated system prompt (with Designer's Notes) is returned in the webhook response for immediate use in your app or CI pipeline. ⚠️ Security Note: You'll want to swap in your Unli.dev API key under the HTTP header auth credential—don't share it in Slack. Seriously. 🧩 Requirements Active n8n instances Unli.dev API key / account HTTP Header Auth credential configured in n8n Optional: Postman or curl for testing 🛠️ Level Up Ideas Add a lightweight front-end form** to let non-technical PMs generate prompts and preview outputs Add validation rules** or automated tests that run generated system prompts against sample user queries to catch unwanted behavior early Made by: Khaisa Studio Category: system-prompt, unli.dev Need custom work? Contact me!
by System Admin
Tagged with: , , , ,
by System Admin
Tagged with: , , , ,
by System Admin
Tagged with: , , , ,
by System Admin
Tagged with: , , , ,
by System Admin
Tagged with: , , , ,
by CentralStationCRM
Workflow Overview This workflow benefits anyone, who: wants to automate sending Postcards to tagged CentralStationCRM contacts Tools in this Workflow CentralStationCRM - the simple and intuitive CRM Software for small teams. EchtPost - send postcards online Workflow Screenshot Workflow Description This workflow consists of: a webhook trigger a set node an if node an HTTP request The Webhook Trigger The webhook triggers when a person is updated in CentralStationCRM. The persons data is sent to n8n, including the company name and the address. The Set node This node filters the webhook data for just the data the EchtPost node needs. It also transforms the country field to the associated country code (i.e. "Deutschland" -> "DE") The if node This node checks if there is an "EchtPost" tag in the persons data. -> if false: do nothing -> if true: go to HTTP request The HTTP Request This node sends the persons name, address and country code alongside with the id of the EchtPost template (inserted manually in the node) to EchtPost. It also needs an E-Mail-Adress for a confirmation mail. The data starts a "Mail in 3 days" process with the EchtPost service, which mails a postcard with that template to the person. Preconditions For this workflow, you need: a CentralStationCRM account with API access an EchtPost account with API access an EchtPost template, with a message, and the templates ID
by kote2
Overview This workflow takes an image + instruction text from an n8n Form, edits only the hairstyle while keeping the face unchanged, uploads the result to Cloudinary, and pushes the image to a designated LINE group. It’s designed for salons or creative teams that need quick, consistent “hair-only” edits and one-click sharing to a staff group. Key Features Accepts image and free-form instructions via n8n Forms Enforces identity preservation: face is not altered; only the hairstyle is modified Uses OpenAI Image Edit to generate the edited image Uploads the output to Cloudinary and returns a public URL Sends the final image to a LINE group via the Push API (no replyToken required) Optional safety: store the groupId once (via webhook) in n8n Data Store and reuse it, avoiding mis-sending to individuals Requirements OpenAI API key (Image Edit capable model) Cloudinary account with an unsigned upload_preset LINE Official Account (Messaging API enabled) and the bot added to the target group (to capture groupId once) n8n with Forms enabled and Data Store available Notes Replace placeholders like CLOUDINARY_CLOUD_NAME, CLOUDINARY_UPLOAD_PRESET, LINE_CHANNEL_TOKEN, and LINE_GROUP_ID with your values.
by System Admin
Tagged with: , , , ,