bot-wordle

Automatically fetch and solve the daily NYT Wordle puzzle, producing a shareable emoji grid. The solver achieves ~99.8% win rate with an average of ~3.6 turns.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "bot-wordle" with this command: npx skills add fkodom/wordle/fkodom-wordle-bot-wordle

Bot Wordle

Automatically fetch and solve the daily NYT Wordle puzzle, producing a shareable emoji grid. The solver achieves ~99.8% win rate with an average of ~3.6 turns.

Installation

pip install git+https://github.com/fkodom/wordle.git

Requires Python 3.7+. Installs colorama and gdown as dependencies.

Usage

Solve today's Wordle

bot-wordle

Solve a specific date

bot-wordle --date 2024-06-15

Use win-percentage optimization (starts with RALPH instead of SLATE)

bot-wordle --mode win-percentage

Arguments

Argument Default Description

--date

today Puzzle date in YYYY-MM-DD format

--mode

turns-to-win

turns-to-win (fewest guesses) or win-percentage (highest win rate)

Output

A shareable Wordle emoji grid printed to stdout:

Wordle 1234 3/6

🟩🟨⬛⬛⬛ 🟩🟩⬛🟨🟨 🟩🟩🟩🟩🟩

How It Works

  • Fetches the puzzle solution from the public NYT API (nytimes.com/svc/wordle/v2/{date}.json )

  • Simulates a 6-guess game using WordleSolver with a hybrid strategy:

  • 128 remaining words: Rank by letter probability

  • 17-128 remaining words: Maximize information via split analysis

  • <=16 remaining words (win-percentage mode): Exhaustive search

  • Default starting word: SLATE (turns-to-win) or RALPH (win-percentage)

  • Formats the result as a standard shareable emoji grid

Other Available Commands

The same package also provides interactive play and solver-assisted modes:

Command Description

solve-wordle

Interactive solver that recommends guesses as you play

play-wordle

Play Wordle in the terminal

play-dordle / play-quordle / play-octordle

Multi-word variants

solve-dordle / solve-quordle / solve-octordle

Solver for multi-word variants

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

nanoserp

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

changelog-curator

从变更记录、提交摘要或发布说明中整理对外 changelog,并区分用户价值与内部改动。;use for changelog, release-notes, docs workflows;do not use for 捏造未发布功能, 替代正式合规审批.

Archived SourceRecently Updated
Automation

klaviyo

Klaviyo API integration with managed OAuth. Access profiles, lists, segments, campaigns, flows, events, metrics, templates, catalogs, and webhooks. Use this skill when users want to manage email marketing, customer data, or integrate with Klaviyo workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).

Archived SourceRecently Updated
Automation

lifelog

生活记录自动化系统。自动识别消息中的日期(今天/昨天/前天/具体日期),使用 SubAgent 智能判断,记录到 Notion 对应日期,支持补录标记。 适用于:(1) 用户分享日常生活点滴时自动记录;(2) 定时自动汇总分析并填充情绪、事件、位置、人员字段

Archived SourceRecently Updated