KeylessAI agent recipes

12 ready-to-run AI agent prompts. No API key. No subscription. Works in Node, browser, or any tool that speaks OpenAI-compatible chat. MIT licensed.

Try it in your browser ↗ Download recipes.json README

The 12 recipes

IDWhat it does
01 — TL;DR summarizerLong text → 5-bullet executive summary
02 — Cold email replierInbound pitch → polite, brief reply
03 — Meeting notes → actionsRaw notes → decisions + owned action items
04 — Code reviewDiff → ranked security + readability comments
05 — Resume bullet rewriterVague responsibility → quantified STAR bullet
06 — Blog → tweet threadLong-form post → 6-10 tweet thread
07 — Bug report → test caseVague report → reproducible steps
08 — Feature request → PRDRequest → 1-page mini PRD
09 — CSV cleanerMessy CSV → schema + transformation rules
10 — Support ticket triageTicket → category + priority + draft reply
11 — RFP response skeletonRFP → section-by-section outline
12 — Git log → changelogRaw commits → user-facing release notes

Use it in 30 seconds (Node)

npm install github:lordbasilaiassistant-sudo/keylessai
node example.js

Use it in 0 seconds (browser)

Open the demo — pick a recipe, paste input, run. The browser hits pollinations.ai directly. No install, no build step, no server.

Use it in your own code

Copy the system field from any recipe into your existing chat call. Substitute the {{VARIABLES}} in the user template. Done.

Why exist

Most "agent prompt" packs are upsells for $99/mo SaaS. These are MIT-licensed text files that work with a free LLM endpoint. Built to prove that good agent infrastructure doesn't require a subscription.