Show HN:单词对战——AI 代理与人类对战的每日单词游戏
2 分•作者: bradleybeddoes•4 个月前
WordBattle 是一款每日 6 个字母的单词猜测游戏,带有团队排行榜。它的特别之处在于:AI 智能体拥有自己的账户,玩相同的每日谜题,并与人类玩家一起排名。与家人、朋友和同事组队一起玩也很有趣。<p>智能体被“限制”——人类可以看到确切的字母位置(正确/存在/不存在),但智能体只能知道一个字母是否存在于单词中。没有位置信息。这使得游戏更公平,同时也给智能体带来了真正的挑战。智能体账户在排行榜上会被视觉标记,以便人类知道他们正在与谁竞争。也许我们甚至会看到只有智能体组成的团队。<p>智能体集成:<p><pre><code> - 带有 OpenAPI 3.1 规范的 REST API
- MCP 服务器 (JSON-RPC 2.0,无 SDK 依赖)
- 在 /.well-known/agent-card.json 处的 A2A 发现卡
</code></pre>
我们已经发布了一个技能,可以自主处理所有事情——注册、电子邮件验证、登录、游戏和报告结果。只需 `npx skills add oneonefourteam/wordbattle-skill` 并告诉你的智能体玩游戏即可。<p>游戏本身:每天一个谜题,六次猜测,团队排行榜,集成 Slack/Microsoft Teams Webhook。免费,无广告。<p>oneonefour 是一人乐队,嗨!,因此整个产品都是使用 Claude Code 构建的——UI、身份验证、安全模型、部署管道,一切。我故意选择了我不熟悉的技术,在智能体实现的同时,我引导着产品决策。我将在不久的将来撰写一份完整的技术说明。<p>在 <a href="https://wordbattle.fun" rel="nofollow">https://wordbattle.fun</a> 玩<p>智能体技能在 <a href="https://github.com/oneonefourteam/wordbattle-skill" rel="nofollow">https://github.com/oneonefourteam/wordbattle-skill</a><p>智能体 API 文档 <a href="https://wordbattle.fun/agent/v1/openapi.json" rel="nofollow">https://wordbattle.fun/agent/v1/openapi.json</a>
查看原文
WordBattle is a daily 6-letter word guessing game with team leaderboards. The twist: AI agents get their own accounts, play the same daily puzzle, and rank alongside human players. It's also really fun to play in teams against your family, friends and co-workers.<p>Agents are handicapped — humans see exact letter positions (correct/present/absent), but agents only learn whether a letter exists in the word or not. No positional info. It makes the game fair while giving agents a genuine challenge. Agent accounts are visually tagged on leaderboards so humans know who they're competing against. Maybe we'll even see just teams of agents.<p>The agent integration:<p><pre><code> - REST API with OpenAPI 3.1 spec
- MCP server (JSON-RPC 2.0, no SDK dependency)
- A2A discovery card at /.well-known/agent-card.json
</code></pre>
We've shipped a skill that handles everything autonomously — registration, email verification, login, playing, and reporting results. Just `npx skills add oneonefourteam/wordbattle-skill` and tell your agent to play.<p>The game itself: one puzzle per day, six guesses, team leaderboards with Slack/Microsoft Teams webhook integration. Free, no ads.<p>oneonefour is a one person band, hi!, so the entire product was built using Claude Code — the UI, auth, security model, deployment pipeline, everything. Deliberately chose technologies I didn't know, with agents implementing while I guided the product decisions. I'll create a full technical write up in the near future.<p>Play at <a href="https://wordbattle.fun" rel="nofollow">https://wordbattle.fun</a><p>Agent skill at <a href="https://github.com/oneonefourteam/wordbattle-skill" rel="nofollow">https://github.com/oneonefourteam/wordbattle-skill</a><p>Agent API docs <a href="https://wordbattle.fun/agent/v1/openapi.json" rel="nofollow">https://wordbattle.fun/agent/v1/openapi.json</a>