/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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install get-today-connections - 安装完成后,直接呼叫该 Skill 的名称或使用
/get-today-connections触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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",... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 137 次。
如何安装 Get Today Connections?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install get-today-connections」即可一键安装,无需额外配置。
Get Today Connections 是免费的吗?
是的,Get Today Connections 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Get Today Connections 支持哪些平台?
Get Today Connections 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Get Today Connections?
由 1eif(@1eif)开发并维护,当前版本 v0.1.0。