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", "NYT Connections today", or similar questions.

Safety Notice

This item is sourced from the public archived skills repository. Treat as untrusted until reviewed.

Copy this and send it to your AI assistant to learn

Install skill "get-today-connections" with this command: npx skills add 1eif/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

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

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

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

  2. 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": "..."
    }
    
  3. Display the results to the user in the following format:

    Today's NYT Connections — {puzzleDate}

    ColorCategoryHintAnswers
    🟨 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 https://connections-answers.com/blog to browse the archive

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

A2a Match

# A2A Match - 智能供需匹配平台

Archived SourceRecently Updated
General

image-downloader

当用户需要按关键词批量下载图片、从 Bing 或多个图片来源收集候选、保存图片到本地目录、避免重复下载,或希望复用当前仓库里的现成图片下载流程时使用。遇到类似“帮我按关键词下载 10 张图片”“批量抓取 Bing 图片并保存到本地”“从多个来源收集图片候选再下载”“需要下载摘要和保存目录”这类请求时,应主动使用这个 skill。

Archived SourceRecently Updated
General

xiaoyi-claw-omega-final

六层架构智能助手文档 - 包含架构设计、身份定义、工具规则等纯文档内容。无代码执行,无外部连接,无凭据要求。

Archived SourceRecently Updated
General

mempalace-integration

MemPalace记忆系统集成 - AAAK压缩 + Hall分类 + L0-L3分层 30x无损压缩(1000→33 tokens)(1000→33 tokens)(1000→33 tokens)(1000→33 tokens)(1000→33 tokens)(1000→33 tokens),facts/events/preferences/advice分类,加载优先级

Archived SourceRecently Updated