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.
| ID | What it does |
|---|---|
| 01 — TL;DR summarizer | Long text → 5-bullet executive summary |
| 02 — Cold email replier | Inbound pitch → polite, brief reply |
| 03 — Meeting notes → actions | Raw notes → decisions + owned action items |
| 04 — Code review | Diff → ranked security + readability comments |
| 05 — Resume bullet rewriter | Vague responsibility → quantified STAR bullet |
| 06 — Blog → tweet thread | Long-form post → 6-10 tweet thread |
| 07 — Bug report → test case | Vague report → reproducible steps |
| 08 — Feature request → PRD | Request → 1-page mini PRD |
| 09 — CSV cleaner | Messy CSV → schema + transformation rules |
| 10 — Support ticket triage | Ticket → category + priority + draft reply |
| 11 — RFP response skeleton | RFP → section-by-section outline |
| 12 — Git log → changelog | Raw commits → user-facing release notes |
npm install github:lordbasilaiassistant-sudo/keylessai node example.js
Open the demo — pick a recipe, paste input, run. The browser hits pollinations.ai directly. No install, no build step, no server.
Copy the system field from any recipe into your existing chat call. Substitute the {{VARIABLES}} in the user template. Done.
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.