← 返回 Skills 市场
1eif

Get Today Connections

作者 1eif · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
137
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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",...
使用说明 (SKILL.md)

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}

    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 \x3Chttps://connections-answers.com/blog> to browse the archive
安全使用建议
This skill appears coherent and low-risk technically, but consider these practical points before installing: (1) It fetches answers from a third‑party site (connections-answers.com), not the official NYT source — verify you trust that domain and that its content is allowed to be redistributed. (2) The endpoint and JSON schema are hardcoded; if the third‑party changes its API the skill will break or may return unexpected content. (3) The skill will cause the agent to make an outbound network request whenever invoked — if you’re concerned about data leaving your environment, avoid installing or restrict invocation. (4) If you care about copyright or avoiding spoilers for others, check NYT terms and use the skill accordingly. (5) If you want stronger assurances, ask the author for the endpoint's provenance or replace the endpoint with an official source before using.
功能分析
Type: OpenClaw Skill Name: get-today-connections Version: 0.1.0 The skill is designed to fetch and display NYT Connections puzzle answers and hints from a third-party API (connections-answers.com). The instructions in SKILL.md are transparent, follow a logical flow for the stated purpose, and do not contain any indicators of data exfiltration, malicious execution, or harmful prompt injection.
能力评估
Purpose & Capability
The skill's name/description (fetch today's NYT Connections answers and hints) matches the runtime instructions (call a single API endpoint and present the JSON). No unrelated env vars, binaries, or config paths are requested.
Instruction Scope
Instructions only call one external URL (https://connections-answers.com/api/today), parse the returned JSON, and format output. This is within the stated purpose, but it relies entirely on a third‑party API (not the official NYT) so correctness and legality (spoilers/copyright) depend on that external service and its data.
Install Mechanism
No install spec and no code files — instruction-only skill, so nothing is written to disk and no external packages are pulled.
Credentials
The skill requests no environment variables, credentials, or config paths. There is no disproportionate access requested.
Persistence & Privilege
always is false and the skill does not request persistent system changes or elevated privileges. Autonomous invocation is allowed by default but not unusual; no extra privilege is requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install get-today-connections
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /get-today-connections 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
get-today-connections v0.1.0 - Initial release. - Instantly fetches today's NYT Connections puzzle answers and hints from connections-answers.com. - Returns answers as a color-coded table including category names, hints, and words. - Supports showing only hints if requested. - Provides full answer/hint breakdowns on demand. - Directs users to the archive for past puzzles.
元数据
Slug get-today-connections
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论