# KeylessAI Agent Recipes — 12 ready-to-run prompts, free LLM

A drop-in pack of 12 agent prompts that work with any free OpenAI-compatible endpoint — including [KeylessAI](https://github.com/lordbasilaiassistant-sudo/keylessai) and [pollinations.ai](https://pollinations.ai). No API keys. No subscription. MIT licensed.

## What's in here

- `recipes.json` — 12 recipes. Each: id, name, use, system prompt, user template.
- `example.js` — Node.js usage example with KeylessAI.
- `example.html` — browser demo (works without any install).
- `README.md` — this file.

## The 12 recipes

| ID | Name | Use |
|---|---|---|
| 01-tldr-summarizer | TL;DR summarizer | Long text → 5 bullets |
| 02-cold-email-replier | Cold email response | Inbound pitch → polite reply |
| 03-meeting-notes-to-actions | Meeting notes → actions | Notes → decisions + action items |
| 04-code-review | Code review | Diff → ranked review comments |
| 05-resume-bullet-rewriter | Resume bullet rewriter | Vague → quantified STAR bullet |
| 06-tweet-thread-from-blog | Blog → tweet thread | Long-form → 6-10 tweets |
| 07-bug-report-to-test-case | Bug report → test case | Vague report → reproducible steps |
| 08-spec-from-feature-request | Request → mini PRD | Feature request → 1-page PRD |
| 09-csv-cleaner | CSV cleaner | Messy CSV → schema + rules |
| 10-customer-support-triage | Support triage | Ticket → category + response |
| 11-rfp-response-skeleton | RFP response skeleton | RFP → response outline |
| 12-changelog-from-commits | Changelog generator | Git log → release notes |

## Use it (Node)

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

## Use it (browser, no install)

Open `example.html` in your browser, pick a recipe, paste input, click Run. The browser fetches pollinations.ai directly. No build step, no server.

## Use it (your own code)

Copy the `system` field from any recipe into your existing `messages: [{role:'system', content:...}]` array. Substitute the `{{VARIABLES}}` in the `user_template`. That's it.

## License

MIT. Fork, ship, sell, modify. Attribution welcome but not required.

## Donate

If this saved you time, [buy me a coffee](https://buy.stripe.com/8x26oAbGoah5c9ngNl8Vi0V) ☕. Every $5 keeps the engine running. (And if you build something cool with these recipes, tell me at drlordbasil@gmail.com.)
