Handy Prompts
A collection of prompts for everyday small-business work. Drop any line below into the
content of a messages entry and send it. Only change the [brackets] for your case.
How to use
Put the prompt into the content of the chat request from the Quickstart.
KEY=sk-modoo-... # your issued key
curl -s https://modoo.devdive.me/v1/chat/completions \
-H "Authorization: Bearer $KEY" \
-H 'Content-Type: application/json' \
-d '{
"model": "modoo-text",
"messages": [
{"role": "system", "content": "You are a copywriter helping small businesses. Write in a trustworthy tone, no exaggeration."},
{"role": "user", "content": "[put a prompt from below here]"}
]
}'
tip
Setting the tone, role, and length in the system message up front makes results far more consistent.
e.g. "in a friendly tone", "within 3 sentences", "no emojis".
Product & detail pages
- Product description —
Write a detail-page description for [product]. Include 3 key benefits, use cases, and one line for hesitant buyers. - One-liners —
Give me 5 one-line taglines for [product], each in a different tone (emotional / practical / playful). - Spec table —
Turn the following product info into a clean, easy-to-read table: [paste info]
Social & blog
- Instagram caption —
Write an Instagram caption promoting [product/event], with 10 hashtags and tasteful emojis. - Blog post —
Write a blog post about [topic]: 3 title options, body with subheadings (~500 words), and a closing CTA. - Content ideas —
Make a table of 20 social-content ideas for a [industry] owner over one month (day / topic / format).
Customer replies
- Review reply —
Write a polite reply to this customer review, thanking them and inviting them back; if negative, apologize and promise improvement: [paste review] - Inquiry reply —
Answer this customer inquiry clearly and kindly; if info is missing, say what to ask next: [paste inquiry] - Notice —
Write a polite notice about [closure / event / price change] in 3-4 sentences.
Marketing
- Ad copy —
Write 5 short ad lines promoting [product/discount] that drive clicks. - Event ideas —
Suggest 3 new-customer events for a [industry] store, with expected impact and what's needed. - SMS —
Write a re-visit SMS for regulars, under 90 characters, including discount code [code].
Summarize & convert
- Summarize —
Summarize the following in 3 lines: [paste long text](for long documents, see the document summary feature.) - Translate —
Translate this product description into natural English: [Korean text] - Rewrite tone —
Rewrite this in a more polite, professional tone: [text]
When results fall short
- Be specific — add target audience, length, tone, and must-include keywords.
- Give an example — paste one sample in the style you want.
- Split it up — ask for "title only", then "body only" for higher quality.
Next steps
- Models — beyond text: images, audio, video
- API Reference — dedicated features like summary and translation
- FAQ