Files
daily_stock_analysis/docs/examples/grok_bot/README.md
tseliangmin-star 5d14873f17 docs: add xAI Grok LiteLLM examples and Grok Bot integration notes (#2228)
* docs: add xAI Grok LiteLLM examples and Grok Bot integration notes

* docs: link Grok Bot notes from SKILL, INDEX, and LiteLLM YAML

* docs: add Grok Bot index/openclaw pointers and restore SKILL analyzer_service path

* docs: add Grok Bot pointers in INDEX_EN and openclaw guide

* docs: prefer async Grok Bot analysis and poll market-review status

* docs: prefer async Grok Bot analysis and poll market-review status
2026-08-19 23:39:48 +08:00

564 B
Raw Blame History

Grok Bot Skill 示例

给 2026-08-11 Grok Bot 用的最小 Skill 包。只调用 DSA 已有 REST不引入新 API、环境变量或 MCP server。

SKILL.md 拷进 Bot 的 Skills 目录,设置 DSA_BASE_URL(例如 http://127.0.0.1:8000),并先让 DSA 以 python main.py --serve-only 或 Docker 长期运行。

完整边界、DecisionSignal Routine、认证限制见 Grok Bot 集成。openclaw 用户看 openclaw Skill,契约相同。