/install get-today-connections
Get Today's NYT Connections Answers
Purpose
Quickly retrieve the full answers and hints for today's NYT Connections puzzle without opening a browser.
Steps
-
Use the WebFetch tool to request the following URL:
https://connections-answers.com/api/todayPrompt: "Extract the full JSON response as-is"
-
Parse the returned JSON, which has the following structure:
{ "puzzleDate": "YYYY-MM-DD", "title": "Connections April 9 2026 Answers", "url": "https://connections-answers.com/blog/connections-april-9-2026-answers", "categories": [ { "color": "yellow", "order": 0, "name": "Category Name", "hint": "A one-line hint", "words": ["WORD1", "WORD2", "WORD3", "WORD4"] } ], "hintContent": "...", "answerContent": "..." } -
Display the results to the user in the following format:
Today's NYT Connections — {puzzleDate}
Color Category Hint Answers 🟨 Yellow {name} {hint} WORD1, WORD2, WORD3, WORD4 🟩 Green {name} {hint} WORD1, WORD2, WORD3, WORD4 🟦 Blue {name} {hint} WORD1, WORD2, WORD3, WORD4 🟪 Purple {name} {hint} WORD1, WORD2, WORD3, WORD4 Full breakdown: {url}
Notes
- If the user only wants hints and not answers, show only the
hintcolumn and hide thewordscolumn order: 0(yellow) = easiest,order: 3(purple) = hardesthintContent/answerContentare full Markdown articles; output them directly if the user wants a detailed breakdown- For past puzzles, direct the user to \x3Chttps://connections-answers.com/blog> to browse the archive
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install get-today-connections - After installation, invoke the skill by name or use
/get-today-connections - Provide required inputs per the skill's parameter spec and get structured output
What is Get Today Connections?
Fetch today's NYT Connections puzzle answers and hints. Trigger this skill when the user asks for "today's Connections answers", "today's connections hints",... It is an AI Agent Skill for Claude Code / OpenClaw, with 137 downloads so far.
How do I install Get Today Connections?
Run "/install get-today-connections" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Get Today Connections free?
Yes, Get Today Connections is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Get Today Connections support?
Get Today Connections is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Get Today Connections?
It is built and maintained by 1eif (@1eif); the current version is v0.1.0.