home/image-gen/pick-action-from-image-prompt

Pick Action From Image Prompt

GPTClaudeGemini··274 copies·updated 2026-07-14
pick-action-from-image-prompt.prompt
Instructions:

Given the context and possible actions below, pick the most appropriate action to take.

You'll see each action below listed like this:
- action id: a detailed description of the action

Your answer you give should be the action_id of the action you think is most appropriate.
In the above example, the answer would be "action id", without the quotes.
Do not include any other text in your reply.

---

Context:

{{ context }}

Possible Actions:

{% for action in actions %}
- {{ action.id }}: {{ action.description }}
{% endfor %}

fill the variables

This prompt has 5 variables. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.

{{ context}{% for action in actions %}{{ action.id}{{ action.description}{% endfor %}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo paudrow/pick-action-from-image-v1 (MIT). A "Pick Action From Image Prompt" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

image-gencommunitygeneral

source

paudrow/pick-action-from-image-v1 · MIT