HomeCapabilitiesWorkResourcesCompanyStart a Project
Agent directory

845 AI agents and automations, free to use

A browsable library of agent prompts and automation workflow templates for n8n, Make, and more: search it, filter it, and download the workflow JSON. KOBA42 builds and operates systems like these for real businesses, so every entry here is also a build we can scope.

Written by KOBA42

KOBA42 originals

Copy-paste prompts we wrote from the way we actually build: code review, security, RAG evaluation, project scoping, and web3. No setup, no tools, works in any chatbot.

KOBA42 original

The Adversarial Code Reviewer

Reviews a diff by trying to break it, not by policing style. For engineers who want failure scenarios with concrete triggers and a minimal fix for each, not a wall of naming nits.

AIDevelopmentCode Review
KOBA42 original

The Security Review Gauntlet

Walks a code change through auth, injection, secrets exposure, and attacker-controlled-input classes, producing an exploit sketch and a minimal fix for each real finding. Includes...

AISecurityCode Review
KOBA42 original

The RAG Evaluator

Generates a groundedness test set from your own documents, then grades retrieval-augmented answers for hallucination and citation accuracy. For teams shipping RAG who need to measu...

AIDevelopmentData Management
KOBA42 original

The Legacy Codebase Cartographer

Paste unfamiliar code and get a system map: entry points, one traced data flow, the three files that matter most, and the landmines a newcomer will hit. For the engineer who has to...

AIDevelopmentProductivity
KOBA42 original

The Blameless Postmortem Writer

Turns a messy incident timeline into a blameless postmortem: contributing factors instead of a single root cause, what made it hard to detect, and specific action items with owners...

AIOperationsDevelopment
KOBA42 original

The Claude Code Project Bootstrapper

Interviews you about your repository and produces a CLAUDE.md or agent-rules file: conventions, exact test commands, do-nots, and the architecture the agent must not fight. For any...

AIDevelopmentPrompt Engineering
KOBA42 original

The AI Project Scoping Interviewer

An interviewer that walks you through the eight things an AI project must pin down, one question at a time, then hands you a completed scoping brief a builder could estimate from....

AIStrategyProductivity
KOBA42 original

The Maintenance-Honest ROI Calculator

An ROI model for automation that forces in the three costs vendors leave out: build, exceptions and rework, and ongoing maintenance. Outputs a break-even and a three-year net, and...

AIBusiness IntelligenceStrategy
KOBA42 original

The Vendor Claim Interrogator

Paste an AI vendor's pitch or your demo notes and get the 15 questions that separate a real system from a good demo: who owns the code, how data is handled, what breaks at scale, l...

AIStrategyBusiness Intelligence
KOBA42 original

The AI Readiness Auditor

A conservative self-assessment across four dimensions that actually predict whether an AI build survives production: workflow clarity, data access, human review, and operational ow...

AIStrategyOperations
KOBA42 original

The Prompt Surgeon

Paste a prompt that is underperforming and get a diagnosis against a fixed checklist of failure modes, then a rewritten version with the reasoning shown so you learn the pattern. F...

AIPrompt EngineeringProductivity
KOBA42 original

The System Prompt Hardener

Paste an agent's system prompt and get it red-teamed for prompt injection, role escape, instruction leakage, and tool abuse: concrete attack strings it would try, and a specific ha...

AIPrompt EngineeringSecurity
KOBA42 original

The Agent Team Architect

Describe a job you want a team of AI agents to do and get back the full decomposition: the roles, the handoffs between them, the verification gates, and the failure modes, before y...

AIMulti-AgentStrategy
KOBA42 original

The Verifier Pattern Pack

A small pack of copy-paste prompts that make AI output trustworthy the way real review does: one agent builds and lists its load-bearing claims, a second is paid only to refute the...

AIMulti-AgentPrompt Engineering
KOBA42 original

The Meeting-to-Decisions Compiler

Paste a raw meeting transcript and get back decisions, owners, and deadlines, plus an 'unresolved disagreements' section that most notetakers quietly drop. For anyone who runs meet...

AIProductivityOperations
KOBA42 original

The Follow-Up That Doesn't Grovel

Writes sales and business follow-up emails in an honest, no-hype voice, and kills the desperate 'just circling back' reflex. For anyone who has to nudge a deal without sounding lik...

AISalesContent Creation
KOBA42 original

The Proposal De-Fluffer

Paste a proposal or landing page and it strips the copy to claims plus evidence, then quotes back every sentence that could describe any company. For marketers and founders who wan...

AIMarketingContent Creation
KOBA42 original

The One-Page Business Case

Turns a messy decision and your scattered context into a one-page business case: the ask, the problem, options considered, the cost of doing nothing, and a recommendation, built to...

AIStrategyBusiness Intelligence
KOBA42 original

The Smart Contract Pre-Audit Runner

A structured first pass over Chialisp or Solidity code that walks the standard exploit classes before you pay for a human audit. For teams who want to catch the obvious holes cheap...

AIBlockchainSecurity
KOBA42 original

The Tokenomics Sanity Checker

Paste a token model and get back the incentive-collapse and death-spiral scenarios it invites, before you write the whitepaper. For founders pressure-testing a design, not for pump...

AIWeb3Strategy
KOBA42 original

The Web3 UX Translator

Rewrites crypto-native flows (wallets, signing, gas, seed phrases) into words a first-time user survives, without hiding the security facts that keep their funds safe. For product...

AIWeb3Content Creation
KOBA42 original

The Eval Harness Starter

Turns "the new prompt seems better" into a runnable 20-case eval set with explicit pass/fail criteria per case, so you can measure a prompt or model change instead of eyeballing it...

AIPrompt EngineeringDevelopment
KOBA42 original

The Few-Shot Example Factory

Generates diverse, edge-case-covering labeled examples for a classification or extraction task, so your few-shot prompt teaches the boundaries, not just the easy middle. For anyone...

AIPrompt EngineeringData Management
KOBA42 original

The Build vs Buy vs Wait Tribunal

Argues all three positions (build it, buy it, wait) for a proposed AI project as strongly as each deserves, then delivers a verdict that names the single deciding factor. For teams...

AIStrategyBusiness Intelligence
KOBA42 original

The Context Budget Manager

A method for briefing a subagent or LLM: what to include, what to deliberately leave out, and how to demand a structured return so the answer comes back usable. For anyone orchestr...

AIMulti-AgentPrompt Engineering
KOBA42 original

The Negotiation Prep Second

Prepares you for any deal or vendor negotiation with a BATNA, a concession ladder, and the three questions to ask first. For founders and operators walking into a negotiation witho...

AIStrategySales

Showing 845 of 845 agents.

KOBA42 originalPrompt

The Adversarial Code Reviewer

Reviews a diff by trying to break it, not by policing style. For engineers who want failure scenarios with concrete triggers and a minimal fix for each, not a wall of naming nits.

AIDevelopmentCode Review

By KOBA42

KOBA42 originalPrompt

The Security Review Gauntlet

Walks a code change through auth, injection, secrets exposure, and attacker-controlled-input classes, producing an exploit sketch and a minimal fix for each real finding. Includes...

AISecurityCode Review

By KOBA42

KOBA42 originalPrompt

The RAG Evaluator

Generates a groundedness test set from your own documents, then grades retrieval-augmented answers for hallucination and citation accuracy. For teams shipping RAG who need to measu...

AIDevelopmentData Management

By KOBA42

KOBA42 originalPrompt

The Legacy Codebase Cartographer

Paste unfamiliar code and get a system map: entry points, one traced data flow, the three files that matter most, and the landmines a newcomer will hit. For the engineer who has to...

AIDevelopmentProductivity

By KOBA42

KOBA42 originalPrompt

The Blameless Postmortem Writer

Turns a messy incident timeline into a blameless postmortem: contributing factors instead of a single root cause, what made it hard to detect, and specific action items with owners...

AIOperationsDevelopment

By KOBA42

KOBA42 originalPrompt

The Claude Code Project Bootstrapper

Interviews you about your repository and produces a CLAUDE.md or agent-rules file: conventions, exact test commands, do-nots, and the architecture the agent must not fight. For any...

AIDevelopmentPrompt Engineering

By KOBA42

KOBA42 originalPrompt

The AI Project Scoping Interviewer

An interviewer that walks you through the eight things an AI project must pin down, one question at a time, then hands you a completed scoping brief a builder could estimate from....

AIStrategyProductivity

By KOBA42

KOBA42 originalPrompt

The Maintenance-Honest ROI Calculator

An ROI model for automation that forces in the three costs vendors leave out: build, exceptions and rework, and ongoing maintenance. Outputs a break-even and a three-year net, and...

AIBusiness IntelligenceStrategy

By KOBA42

KOBA42 originalPrompt

The Vendor Claim Interrogator

Paste an AI vendor's pitch or your demo notes and get the 15 questions that separate a real system from a good demo: who owns the code, how data is handled, what breaks at scale, l...

AIStrategyBusiness Intelligence

By KOBA42

KOBA42 originalPrompt

The AI Readiness Auditor

A conservative self-assessment across four dimensions that actually predict whether an AI build survives production: workflow clarity, data access, human review, and operational ow...

AIStrategyOperations

By KOBA42

KOBA42 originalPrompt

The Prompt Surgeon

Paste a prompt that is underperforming and get a diagnosis against a fixed checklist of failure modes, then a rewritten version with the reasoning shown so you learn the pattern. F...

AIPrompt EngineeringProductivity

By KOBA42

KOBA42 originalPrompt

The System Prompt Hardener

Paste an agent's system prompt and get it red-teamed for prompt injection, role escape, instruction leakage, and tool abuse: concrete attack strings it would try, and a specific ha...

AIPrompt EngineeringSecurity

By KOBA42

KOBA42 originalPrompt

The Agent Team Architect

Describe a job you want a team of AI agents to do and get back the full decomposition: the roles, the handoffs between them, the verification gates, and the failure modes, before y...

AIMulti-AgentStrategy

By KOBA42

KOBA42 originalPrompt

The Verifier Pattern Pack

A small pack of copy-paste prompts that make AI output trustworthy the way real review does: one agent builds and lists its load-bearing claims, a second is paid only to refute the...

AIMulti-AgentPrompt Engineering

By KOBA42

KOBA42 originalPrompt

The Meeting-to-Decisions Compiler

Paste a raw meeting transcript and get back decisions, owners, and deadlines, plus an 'unresolved disagreements' section that most notetakers quietly drop. For anyone who runs meet...

AIProductivityOperations

By KOBA42

KOBA42 originalPrompt

The Follow-Up That Doesn't Grovel

Writes sales and business follow-up emails in an honest, no-hype voice, and kills the desperate 'just circling back' reflex. For anyone who has to nudge a deal without sounding lik...

AISalesContent Creation

By KOBA42

KOBA42 originalPrompt

The Proposal De-Fluffer

Paste a proposal or landing page and it strips the copy to claims plus evidence, then quotes back every sentence that could describe any company. For marketers and founders who wan...

AIMarketingContent Creation

By KOBA42

KOBA42 originalPrompt

The One-Page Business Case

Turns a messy decision and your scattered context into a one-page business case: the ask, the problem, options considered, the cost of doing nothing, and a recommendation, built to...

AIStrategyBusiness Intelligence

By KOBA42

KOBA42 originalPrompt

The Smart Contract Pre-Audit Runner

A structured first pass over Chialisp or Solidity code that walks the standard exploit classes before you pay for a human audit. For teams who want to catch the obvious holes cheap...

AIBlockchainSecurity

By KOBA42

KOBA42 originalPrompt

The Tokenomics Sanity Checker

Paste a token model and get back the incentive-collapse and death-spiral scenarios it invites, before you write the whitepaper. For founders pressure-testing a design, not for pump...

AIWeb3Strategy

By KOBA42

KOBA42 originalPrompt

The Web3 UX Translator

Rewrites crypto-native flows (wallets, signing, gas, seed phrases) into words a first-time user survives, without hiding the security facts that keep their funds safe. For product...

AIWeb3Content Creation

By KOBA42

KOBA42 originalPrompt

The Eval Harness Starter

Turns "the new prompt seems better" into a runnable 20-case eval set with explicit pass/fail criteria per case, so you can measure a prompt or model change instead of eyeballing it...

AIPrompt EngineeringDevelopment

By KOBA42

KOBA42 originalPrompt

The Few-Shot Example Factory

Generates diverse, edge-case-covering labeled examples for a classification or extraction task, so your few-shot prompt teaches the boundaries, not just the easy middle. For anyone...

AIPrompt EngineeringData Management

By KOBA42

KOBA42 originalPrompt

The Build vs Buy vs Wait Tribunal

Argues all three positions (build it, buy it, wait) for a proposed AI project as strongly as each deserves, then delivers a verdict that names the single deciding factor. For teams...

AIStrategyBusiness Intelligence

By KOBA42

KOBA42 originalPrompt

The Context Budget Manager

A method for briefing a subagent or LLM: what to include, what to deliberately leave out, and how to demand a structured return so the answer comes back usable. For anyone orchestr...

AIMulti-AgentPrompt Engineering

By KOBA42

KOBA42 originalPrompt

The Negotiation Prep Second

Prepares you for any deal or vendor negotiation with a BATNA, a concession ladder, and the three questions to ask first. For founders and operators walking into a negotiation witho...

AIStrategySales

By KOBA42

n8nFeatured

Siri Power Up: AI Automations via Voice Commands

Siri Power Up Mode

AIVoiceProductivity

By Shane Perry

n8nFeatured

Jailbreak Meta AI Smart Glasses for Enhanced Productivity

Supercharge your productivity with this N8N workflow blueprint that connects Meta AI Smart Glasses, Twilio SMS, and smart response channels like WhatsApp and Messenger.

ProductivityMessaging

By Shane Perry

MakeFeatured

AI Sales System: Scale Personalized Outreach Videos

Create personalized outreach videos at scale using tools like Pitchlane and Clipio, along with ElevenLabs and Airtable.

AIContent CreationSales

By Vito Pugni

n8nFeatured

Psynalytics Research Proposal Agent, AI Research Proposal Outlines

Psynalytics Research Proposal Agent, Instant Research Proposal Outlines with AI.

ResearchAIContent Creation

By Llewellyn E. van Zyl

n8nFeatured

Deep Web Scraper & RAG Automation

Deep web scrapper + RAG: Automation recursively downloads each page of the target website and extracts links, emails, texts, and PDF documents.

Data ExtractionDev OpsAI

By Dmitry Klimkin

n8nFeatured

Automate Advanced SEO Keyword Research with AI

How to automate advanced SEO keyword research using AI and N8N workflows to save time and uncover high-value search terms for any content creation.

SEOContent CreationAnalytics

By Thiago de Gois

MakeFeatured

Automated AI Social Media System

I built a fully automated AI Social Media System that analyzes an article and creates:

Content CreationSocial Media ManagementAI

By Sabrina Ramonov πŸ„

MakeFeatured

Make.com AI Agent: Daily Posts to 9 Social Platforms

Make.com automation that publishes to 9 social platforms daily!

Social Media ManagementContent CreationProductivity

By Sabrina Ramonov πŸ„

n8nFeatured

n8n AI Agent: Daily Posts to 9 Social Platforms

n8n automation that publishes to 9 social platforms daily! This workflow uses Blotato API to publish to social platforms and Google Drive/Sheets to grab the videos you want to post...

Social Media ManagementContent CreationProductivity

By Sabrina Ramonov πŸ„

n8nFeatured

n8n AI Avatar for Social Media Automation

Learn how to build a fully automated AI Avatar Social Media system that creates talking head AI clone videos, WITHOUT having to film or edit yourself.

AIContent CreationSocial Media Management

By Sabrina Ramonov πŸ„

MakeFeatured

Automated AI Agent System for Faceless Video Creation

The EASIEST fully automated n8n/Make AI agent system that creates and posts faceless AI videos, WITHOUT having to sign up for multiple tools to generate AI images, videos, voice, a...

AIContent CreationSocial Media Management

By Sabrina Ramonov πŸ„

n8nFeatured

n8n AI Agent: Automated Faceless Video Creation

The EASIEST fully automated n8n/Make AI agent system that creates and posts faceless AI videos, WITHOUT having to sign up for multiple tools to generate AI images, videos, voice, a...

AIContent CreationSocial Media Management

By Sabrina Ramonov πŸ„

MakeFeatured

Automated AI Clone for Talking Videos!

Create talking-head videos with a fully automated AI clone that handles everything, research, writing, and publishing, without the need to film or edit yourself.

Content CreationSocial Media ManagementAI

By Sabrina Ramonov πŸ„

n8nFeatured

AI Agent Automates Social Media Carousels and Slideshows

Fully automated AI Agent system that creates carousels and slideshows for social media, 100% automated, running on autopilot every day or every hour!

AIContent CreationSocial Media Management

By Sabrina Ramonov πŸ„

MakeFeatured

Automated Carousels & Slideshows for Social Media

Fully automated AI Agent system that creates carousels and slideshows for social media, 100% automated, running on autopilot every day or every hour!

AIContent CreationSocial Media Management

By Sabrina Ramonov πŸ„

n8n

Analyze Feedback and Send to Mattermost

This workflow analyzes the sentiments of the feedback provided by users and sends them to a Mattermost channel.

ProductCustomer SupportAI

By Sabrina Ramonov πŸ„

n8n

Analyze Feedback with AWS Comprehend and Send to Mattermost

Este flujo de trabajo analiza los sentimientos de los comentarios proporcionados por los usuarios y los envΓ­a a un canal de Mattermost.

AnalyticsCustomer SupportProduct

By Sabrina Ramonov πŸ„

n8n

ETL Pipeline for Text Processing

This workflow allows you to collect tweets, store them in MongoDB, analyze their sentiment, insert them into a Postgres database, and post positive tweets in a Slack channel.

Data ManagementAnalyticsSocial Media Management

By Sabrina Ramonov πŸ„

n8n

Add Positive Feedback Messages to Notion Table

This workflow allows you to add positive feedback messages to a table in Notion.

ProductivityCustomer Support

By Sabrina Ramonov πŸ„

n8n

Detect Toxic Language in Telegram Messages

This workflow detects toxic language (such as profanity, insults, threats) in messages sent via Telegram. This blog tutorial explains how to configure the workflow nodes step-by-st...

Content CreationSocial Media ManagementAI

By Sabrina Ramonov πŸ„

n8n

Update Twitter Banner via HTTP Request

This workflow demonstrates the use of the HTTP Request node to upload binary files for form-data-multipart type. This example workflow updates the Twitter banner.

Social Media ManagementContent CreationDev Ops

By Sabrina Ramonov πŸ„

n8n

Dynamic Twitter Profile Banner Update

This workflow updates your Twitter profile banner when you have a new follower.

Social Media ManagementContent CreationMarketing

By Sabrina Ramonov πŸ„

n8n

Daily Vegan Recipe Telegram Bot

This Telegram bot is designed to send one random recipe a day.

Content CreationSocial Media ManagementProduct

By Sabrina Ramonov πŸ„

n8n

OpenAI Tweet Generator

This workflow uses OpenAI to generate tweets to be stored in Airtable for review.

Content CreationAISocial Media Management

By Sabrina Ramonov πŸ„