From beb059ba105e7f2d5d693f932f94bdc3cfc728cb Mon Sep 17 00:00:00 2001 From: pkuwkl Date: Thu, 13 Aug 2026 11:29:18 +0800 Subject: [PATCH] docs: add selected 2026-W33 entries --- README.md | 3 +++ README.zh-CN.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index f01382e..d073c73 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ Agents are projects where an LLM is part of the actual research or trading decis - [vals-ai/finance-agent](https://github.com/vals-ai/finance-agent) - Finance-agent benchmark / task suite from vals-ai. - [HKUSTDial/DeepFund](https://github.com/HKUSTDial/DeepFund) - Multi-agent fund-investment benchmark; LLM analysts evaluate stocks in a unified trading arena with leaderboard. +- [Yijia-Xiao/FinanceHarness](https://github.com/Yijia-Xiao/FinanceHarness) - Autonomous financial-research harness with cited, point-in-time workflows and FinanceGym evaluation. ### Strategy coding / self-improving agents @@ -284,12 +285,14 @@ Skills are reusable instructions and workflows for Claude Code or other agent sy - [monarchjuno/tradingcodex](https://github.com/monarchjuno/tradingcodex) - Codex-native investment workflow team for research, portfolio work, and trading-oriented analysis. - [RKiding/Awesome-finance-skills](https://github.com/RKiding/Awesome-finance-skills) - Alphaear Skill suite for news, stocks, sentiment, prediction, signal tracking, logic visualization, reporting, and search. +- [komako-workshop/digital-oracle](https://github.com/komako-workshop/digital-oracle) - Market and macro research Skill using 13 public financial data sources for probability estimates and scenario analysis. > Also useful here: [HKUDS/Vibe-Trading](#agents-vibe-trading) and [ginlix-ai/LangAlpha](#agents-langalpha) both include bundled Skills. Their main entries stay under Agents because they are full agent workspaces, not just Skill packs. ### Crypto / DeFi / on-chain +- [binance/binance-skills-hub](https://github.com/binance/binance-skills-hub) - Binance's official Skills hub with 18 packages for crypto research, trading, wallets, and DeFi. - [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. diff --git a/README.zh-CN.md b/README.zh-CN.md index 0b7ae46..8cb5f12 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -166,6 +166,7 @@ Agents 是 LLM 参与市场研究或交易决策的项目,包括分析师团 - [vals-ai/finance-agent](https://github.com/vals-ai/finance-agent) - vals-ai 出品的金融 Agent benchmark / task 套件。 - [HKUSTDial/DeepFund](https://github.com/HKUSTDial/DeepFund) - 多 Agent 基金投资评测;LLM 分析师在统一交易竞技场内产生信号并通过排行榜对比。 +- [Yijia-Xiao/FinanceHarness](https://github.com/Yijia-Xiao/FinanceHarness) - 自治金融研究框架;用带引用、按时间点隔离的研究流程和 FinanceGym 评分评测金融 Agent。 ### Strategy coding / self-improving agents @@ -281,12 +282,14 @@ Skills 是给 Claude Code 或其他 Agent 系统复用的说明和工作流。 - [monarchjuno/tradingcodex](https://github.com/monarchjuno/tradingcodex) - Codex-native 投资工作流团队;覆盖研究、组合和交易导向分析。 - [RKiding/Awesome-finance-skills](https://github.com/RKiding/Awesome-finance-skills) - Alphaear Skill suite;覆盖新闻、股票、情绪、预测、信号跟踪、逻辑可视化、报告和搜索。 +- [komako-workshop/digital-oracle](https://github.com/komako-workshop/digital-oracle) - 市场与宏观研究 Skill;汇总 13 个公开金融数据源,生成概率判断、信号对比和场景分析。 > 这里也值得看:[HKUDS/Vibe-Trading](#agents-vibe-trading) 和 [ginlix-ai/LangAlpha](#agents-langalpha) 都内置 Skills。完整介绍放在 Agents,因为它们是完整的 Agent 工作台,不只是 Skill pack。 ### Crypto / DeFi / on-chain +- [binance/binance-skills-hub](https://github.com/binance/binance-skills-hub) - Binance 官方 Skills Hub;18 个 Skill,覆盖加密研究、交易、钱包和 DeFi。 - [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 上执行链上交易。