refactor(skills): move polymarket to optional-skills/finance
Per the 'when in doubt, optional' rule — niche prediction-market data skill that sees no regular use; belongs alongside stocks in the finance optional category rather than the default bundle. Install via: hermes skills install official/finance/polymarket
This commit is contained in:
parent
9d4ef04ed0
commit
0957277f2f
|
|
@ -107,6 +107,7 @@ hermes skills uninstall <skill-name>
|
|||
| [**excel-author**](/docs/user-guide/skills/optional/finance/finance-excel-author) | Build auditable financial workbooks headless via openpyxl. |
|
||||
| [**lbo-model**](/docs/user-guide/skills/optional/finance/finance-lbo-model) | Build leveraged buyout workbooks with IRR/MOIC in Excel. |
|
||||
| [**merger-model**](/docs/user-guide/skills/optional/finance/finance-merger-model) | Build M&A accretion/dilution workbooks in Excel. |
|
||||
| [**polymarket**](/docs/user-guide/skills/optional/finance/finance-polymarket) | Query Polymarket: markets, prices, orderbooks, history. |
|
||||
| [**pptx-author**](/docs/user-guide/skills/optional/finance/finance-pptx-author) | Build PowerPoint decks headless with python-pptx. |
|
||||
| [**stocks**](/docs/user-guide/skills/optional/finance/finance-stocks) | Stock quotes, history, search, compare, crypto via Yahoo. |
|
||||
|
||||
|
|
|
|||
|
|
@ -117,7 +117,6 @@ If a skill is missing from this list but present in the repo, the catalog is reg
|
|||
| [`blogwatcher`](/docs/user-guide/skills/bundled/research/research-blogwatcher) | Monitor blogs and RSS/Atom feeds via blogwatcher-cli tool. | `research/blogwatcher` |
|
||||
| [`grounded-citations`](/docs/user-guide/skills/bundled/research/research-grounded-citations) | Ground answers and documents in cited, verifiable sources. | `research/grounded-citations` |
|
||||
| [`llm-wiki`](/docs/user-guide/skills/bundled/research/research-llm-wiki) | Karpathy's LLM Wiki: build/query interlinked markdown KB. | `research/llm-wiki` |
|
||||
| [`polymarket`](/docs/user-guide/skills/bundled/research/research-polymarket) | Query Polymarket: markets, prices, orderbooks, history. | `research/polymarket` |
|
||||
| [`research-paper-writing`](/docs/user-guide/skills/bundled/research/research-research-paper-writing) | Write ML papers for NeurIPS/ICML/ICLR: design→submit. | `research/research-paper-writing` |
|
||||
|
||||
## smart-home
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@ Query Polymarket: markets, prices, orderbooks, history.
|
|||
|
||||
| | |
|
||||
|---|---|
|
||||
| Source | Bundled (installed by default) |
|
||||
| Path | `skills/research/polymarket` |
|
||||
| Source | Optional — install with `hermes skills install official/finance/polymarket` |
|
||||
| Path | `optional-skills/finance/polymarket` |
|
||||
| Version | `1.0.0` |
|
||||
| Author | Hermes Agent + Teknium |
|
||||
| Platforms | linux, macos, windows |
|
||||
|
|
@ -97,6 +97,7 @@ hermes skills uninstall <skill-name>
|
|||
| [**excel-author**](/user-guide/skills/optional/finance/finance-excel-author) | 使用 openpyxl 无头构建可审计的 Excel 工作簿 — 蓝/黑/绿单元格规范、公式优先于硬编码、命名区域、余额校验、敏感性分析表。适用于财务模型、审计输出、对账。 |
|
||||
| [**lbo-model**](/user-guide/skills/optional/finance/finance-lbo-model) | 在 Excel 中构建杠杆收购模型 — 资金来源与用途、债务计划、现金清偿、退出倍数、IRR/MOIC 敏感性分析。与 excel-author 配合使用。适用于 PE 筛选、主导方案估值或 pitch 中的示意性 LBO。 |
|
||||
| [**merger-model**](/user-guide/skills/optional/finance/finance-merger-model) | 在 Excel 中构建增厚/摊薄(并购)模型 — 合并后利润表、协同效应、融资结构、每股收益影响。与 excel-author 配合使用。适用于并购 pitch、董事会材料或交易评估。 |
|
||||
| [**polymarket**](/user-guide/skills/optional/finance/finance-polymarket) | 查询 Polymarket:市场、价格、订单簿、历史数据。 |
|
||||
| [**pptx-author**](/user-guide/skills/optional/finance/finance-pptx-author) | 使用 python-pptx 无头构建 PowerPoint 演示文稿。与 excel-author 配合,制作每个数字均可追溯至工作簿单元格的模型支撑型幻灯片。适用于 pitch deck、投委会备忘录、盈利说明。 |
|
||||
| [**stocks**](/user-guide/skills/optional/finance/finance-stocks) | 通过 Yahoo 获取股票报价、历史数据、搜索、对比及加密货币行情。 |
|
||||
|
||||
|
|
|
|||
|
|
@ -129,7 +129,6 @@ Hermes 在执行 `hermes update` 时也会同步内置技能,但同步清单
|
|||
| [`arxiv`](/user-guide/skills/bundled/research/research-arxiv) | 按关键词、作者、分类或 ID 搜索 arXiv 论文。 | `research/arxiv` |
|
||||
| [`blogwatcher`](/user-guide/skills/bundled/research/research-blogwatcher) | 通过 blogwatcher-cli 工具监控博客和 RSS/Atom 订阅源。 | `research/blogwatcher` |
|
||||
| [`llm-wiki`](/user-guide/skills/bundled/research/research-llm-wiki) | Karpathy 的 LLM Wiki:构建/查询互联 Markdown 知识库。 | `research/llm-wiki` |
|
||||
| [`polymarket`](/user-guide/skills/bundled/research/research-polymarket) | 查询 Polymarket:市场、价格、订单簿、历史数据。 | `research/polymarket` |
|
||||
| [`research-paper-writing`](/user-guide/skills/bundled/research/research-research-paper-writing) | 为 NeurIPS/ICML/ICLR 撰写 ML 论文:从设计到投稿。 | `research/research-paper-writing` |
|
||||
|
||||
## smart-home
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@ description: "查询 Polymarket:市场、价格、订单簿、历史记录"
|
|||
|
||||
| | |
|
||||
|---|---|
|
||||
| 来源 | 内置(默认安装) |
|
||||
| 路径 | `skills/research/polymarket` |
|
||||
| 来源 | 可选 — 通过 `hermes skills install official/finance/polymarket` 安装 |
|
||||
| 路径 | `optional-skills/finance/polymarket` |
|
||||
| 版本 | `1.0.0` |
|
||||
| 作者 | Hermes Agent + Teknium |
|
||||
| 平台 | linux, macos, windows |
|
||||
|
|
@ -279,7 +279,6 @@ const sidebars: SidebarsConfig = {
|
|||
'user-guide/skills/bundled/research/research-blogwatcher',
|
||||
'user-guide/skills/bundled/research/research-grounded-citations',
|
||||
'user-guide/skills/bundled/research/research-llm-wiki',
|
||||
'user-guide/skills/bundled/research/research-polymarket',
|
||||
'user-guide/skills/bundled/research/research-research-paper-writing',
|
||||
],
|
||||
},
|
||||
|
|
@ -433,6 +432,7 @@ const sidebars: SidebarsConfig = {
|
|||
'user-guide/skills/optional/finance/finance-excel-author',
|
||||
'user-guide/skills/optional/finance/finance-lbo-model',
|
||||
'user-guide/skills/optional/finance/finance-merger-model',
|
||||
'user-guide/skills/optional/finance/finance-polymarket',
|
||||
'user-guide/skills/optional/finance/finance-pptx-author',
|
||||
'user-guide/skills/optional/finance/finance-stocks',
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue