← 返回
未分类 中文

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",...
获取今日《纽约时报》Connections谜题答案和提示。当用户询问“今天的Connections答案”“今天的Connections提示”等时触发此技能。
1eif 1eif 来源
未分类 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 381
下载
💾 0
安装
1
版本
#latest

概述

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

  1. Use the WebFetch tool to request the following URL:

```

https://connections-answers.com/api/today

```

Prompt: "Extract the full JSON response as-is"

  1. Parse the returned JSON, which has the following structure:

```json

{

"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": "..."

}

```

  1. 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 hint column and hide the words column
  • order: 0 (yellow) = easiest, order: 3 (purple) = hardest
  • hintContent / answerContent are full Markdown articles; output them directly if the user wants a detailed breakdown
  • For past puzzles, direct the user to to browse the archive

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-05-03 10:18 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,225 📥 267,693
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,376 📥 320,230
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,079 📥 808,907