nudgeonly_api
Classify noisy event text into painpoint hints and simple-English nudge summaries to identify issues like stale acknowledgments or unclear ownership.
Instructions
Run 👉Nudge, the PinballWake NudgeOnlyAPI worker, through OpenRouter free routing. Use only for painpoint hints and simple-English nudge summaries. It cannot merge, close, approve, assign ownership, mark done, or set source-of-truth state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | OpenRouter API key. Optional when OPENROUTER_API_KEY is set in the environment. | |
| event_text | Yes | Noisy event, signal, handoff, or status text for 👉Nudge to classify. | |
| context | No | Optional local context. Keep it small and non-secret. | |
| painpoint_hint | No | Optional hint such as stale_ack, duplicate_wake, unclear_owner, noisy_thread, or missing_proof. | |
| source_id | No | Optional upstream event, dispatch, PR, issue, or wake identifier for trace evidence. | |
| source_url | No | Optional upstream URL for trace evidence. | |
| model | No | OpenRouter model ID. Default: liquid/lfm-2.5-1.2b-instruct:free. Use openrouter/free only when auto-rotation is desired. | |
| allow_paid | No | Explicit opt-in required for paid or unknown OpenRouter model IDs. Free :free models do not need this. | |
| max_tokens | No | Maximum output tokens. Hard capped at 500. Default: 260. |