Skip to main content

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 descriptionWrite a detail-page description for [product]. Include 3 key benefits, use cases, and one line for hesitant buyers.
  • One-linersGive me 5 one-line taglines for [product], each in a different tone (emotional / practical / playful).
  • Spec tableTurn the following product info into a clean, easy-to-read table: [paste info]

Social & blog

  • Instagram captionWrite an Instagram caption promoting [product/event], with 10 hashtags and tasteful emojis.
  • Blog postWrite a blog post about [topic]: 3 title options, body with subheadings (~500 words), and a closing CTA.
  • Content ideasMake a table of 20 social-content ideas for a [industry] owner over one month (day / topic / format).

Customer replies

  • Review replyWrite a polite reply to this customer review, thanking them and inviting them back; if negative, apologize and promise improvement: [paste review]
  • Inquiry replyAnswer this customer inquiry clearly and kindly; if info is missing, say what to ask next: [paste inquiry]
  • NoticeWrite a polite notice about [closure / event / price change] in 3-4 sentences.

Marketing

  • Ad copyWrite 5 short ad lines promoting [product/discount] that drive clicks.
  • Event ideasSuggest 3 new-customer events for a [industry] store, with expected impact and what's needed.
  • SMSWrite a re-visit SMS for regulars, under 90 characters, including discount code [code].

Summarize & convert

  • SummarizeSummarize the following in 3 lines: [paste long text] (for long documents, see the document summary feature.)
  • TranslateTranslate this product description into natural English: [Korean text]
  • Rewrite toneRewrite 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