diff --git a/README.md b/README.md
index f4b2405..7afd899 100644
--- a/README.md
+++ b/README.md
@@ -84,6 +84,7 @@ Agents are projects where an LLM is part of the actual research or trading decis
- [HKUDS/Vibe-Trading](https://github.com/HKUDS/Vibe-Trading) - Personal multi-agent finance workspace from HKUDS Lab; bundles Skills, MCP tools, and swarm presets across A-shares, HK, US, crypto, futures, and forex.
- [brokermr810/QuantDinger](https://github.com/brokermr810/QuantDinger) - Open-source AI quant-trading platform; combines multi-agent research, backtesting, live trading, and multi-exchange routing.
- [The-Swarm-Corporation/AutoHedge](https://github.com/The-Swarm-Corporation/AutoHedge) - "Spin up an autonomous hedge fund in minutes"; applies the Swarms framework to market analysis, risk, and execution; CLI / SDK first.
+- [olaxbt/ai-market-maker](https://github.com/olaxbt/ai-market-maker) - Agentic crypto hedge-fund stack with specialist agents, Risk Guard, backtests, paper trading, and OpenClaw packaging.
- [ginlix-ai/LangAlpha](https://github.com/ginlix-ai/LangAlpha) - "Claude Code for finance"; LangChain + LangGraph multi-agent investment workbench; integrates Agents · MCPs · Skills in one repo.
- [ygwyg/MAHORAGA](https://github.com/ygwyg/MAHORAGA) - TypeScript crypto-trading agent focused on social sentiment analysis and adaptive learning; useful if you want a TypeScript implementation.
@@ -142,8 +143,7 @@ Agents are projects where an LLM is part of the actual research or trading decis
- [LuckyOne7777/LLM-Trading-Lab](https://github.com/LuckyOne7777/LLM-Trading-Lab) - Real-money six-month experiment; ChatGPT manages a real US-equity micro-cap portfolio under strict pre-defined rules; ships with a 40-page evaluation paper.
- [195440/nof1.ai](https://github.com/195440/nof1.ai) - Open-source autonomous AI trading agent from the nof1 family; TypeScript port.
- [oficcejo/alpha-arena-okx](https://github.com/oficcejo/alpha-arena-okx) - OKX re-implementation of nof1.ai's Alpha Arena; DeepSeek / Qwen3-Max as decision-makers; useful when comparing Chinese-language nof1 projects.
-- [wfnuser/OpenNof1](https://github.com/wfnuser/OpenNof1) - "Your custom 24/7 AI trading agent"; open-source implementation of the nof1.ai Alpha Arena approach.
-- [kojott/LLM-trader-test](https://github.com/kojott/LLM-trader-test) - Lightweight teaching testbed for the nof1.ai Alpha Arena approach.
+- [wquguru/nof0](https://github.com/wquguru/nof0) - nof1.ai Alpha Arena reimplementation with Go backend, Next.js UI, Hyperliquid, LLM executors, backtests, leaderboards.
### Prediction-market specialists
@@ -284,6 +284,7 @@ Skills are reusable instructions and workflows for Claude Code or other agent sy
- [okx/onchainos-skills](https://github.com/okx/onchainos-skills) - OKX official Skills for OnchainOS, covering wallets, token discovery, quotes, DEX swaps, and transaction broadcasting.
- [okx/agent-skills](https://github.com/okx/agent-skills) - OKX bilingual Skills repo with contribution, review, and security guidance; companion to onchainos-skills.
- [GMGNAI/gmgn-skills](https://github.com/GMGNAI/gmgn-skills) - GMGN Agent Skills for querying tokens, wallets, and market data, and executing on-chain trades across Solana, BSC, and Base.
+- [Polymarket/agent-skills](https://github.com/Polymarket/agent-skills) - First-party Polymarket Agent Skill for auth, orders, market data, WebSockets, bridging, and gasless flows.
### Strategy coding & backtesting
diff --git a/README.zh-CN.md b/README.zh-CN.md
index 2d22824..90ae02a 100644
--- a/README.zh-CN.md
+++ b/README.zh-CN.md
@@ -81,6 +81,7 @@ Agents 是 LLM 参与市场研究或交易决策的项目,包括分析师团
- [HKUDS/Vibe-Trading](https://github.com/HKUDS/Vibe-Trading) - HKUDS 实验室的个人 Multi-agent 金融工作台;内置 Skills、MCP tools 和 swarm presets,覆盖 A 股 / HK / US / 加密 / 期货 / 外汇。
- [brokermr810/QuantDinger](https://github.com/brokermr810/QuantDinger) - 开源 AI 量化交易平台;把 Multi-agent 研究、回测、实盘和多交易所路由放在一套流程里。
- [The-Swarm-Corporation/AutoHedge](https://github.com/The-Swarm-Corporation/AutoHedge) - "几分钟启动一支自治对冲基金";把 Swarms 框架用于市场分析、风控和执行;CLI / SDK 优先。
+- [olaxbt/ai-market-maker](https://github.com/olaxbt/ai-market-maker) - Agentic 加密 hedge-fund 栈;多交易员 Agent + Risk Guard + 回测 + paper trading + OpenClaw packaging。
- [ginlix-ai/LangAlpha](https://github.com/ginlix-ai/LangAlpha) - "面向金融的 Claude Code";LangChain + LangGraph Multi-agent 投资工作台;一个仓库里同时提供 Agents、MCPs 和 Skills。
- [ygwyg/MAHORAGA](https://github.com/ygwyg/MAHORAGA) - TypeScript 自治加密交易 Agent;主打社交情绪分析和自适应学习;适合想看 TypeScript 实现的读者。
@@ -139,8 +140,7 @@ Agents 是 LLM 参与市场研究或交易决策的项目,包括分析师团
- [LuckyOne7777/LLM-Trading-Lab](https://github.com/LuckyOne7777/LLM-Trading-Lab) - 真金白银 6 个月实验;ChatGPT 在严格预定义规则下管理一个真实美股微盘组合;附 40 页评估论文。
- [195440/nof1.ai](https://github.com/195440/nof1.ai) - nof1 系列的开源自治 AI 交易 Agent;TypeScript 移植版。
- [oficcejo/alpha-arena-okx](https://github.com/oficcejo/alpha-arena-okx) - nof1.ai Alpha Arena 的 OKX 重实现;DeepSeek / Qwen3-Max 担任决策者;适合看 nof1 中文衍生项目。
-- [wfnuser/OpenNof1](https://github.com/wfnuser/OpenNof1) - "你的定制 24/7 AI 交易 Agent";nof1.ai Alpha Arena 思路的开源实现。
-- [kojott/LLM-trader-test](https://github.com/kojott/LLM-trader-test) - nof1.ai Alpha Arena 思路的轻量教学测试台。
+- [wquguru/nof0](https://github.com/wquguru/nof0) - nof1.ai Alpha Arena 高热度复刻;Go 后端 + Next.js 前端,接 Hyperliquid、LLM executor、回测和排行榜。
### Prediction-market specialists
@@ -281,6 +281,7 @@ Skills 是给 Claude Code 或其他 Agent 系统复用的说明和工作流。
- [okx/onchainos-skills](https://github.com/okx/onchainos-skills) - OKX 官方 Skills,集成 OnchainOS API;覆盖钱包、代币发现、报价、DEX swap 和交易广播。
- [okx/agent-skills](https://github.com/okx/agent-skills) - OKX 双语 EN / CN Skills 仓库;包含贡献、评审和安全说明;可和 onchainos-skills 一起看。
- [GMGNAI/gmgn-skills](https://github.com/GMGNAI/gmgn-skills) - GMGN Agent Skills;查询 token、钱包和行情数据,并在 Solana / BSC / Base 上执行链上交易。
+- [Polymarket/agent-skills](https://github.com/Polymarket/agent-skills) - Polymarket 官方 Agent Skill;覆盖认证、下单、行情、WebSocket、桥接和 gasless 交易流程。
### Strategy coding & backtesting