mirror of
https://github.com/ZhuLinsen/daily_stock_analysis
synced 2026-09-20 10:53:33 +08:00
* 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
564 B
564 B
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,契约相同。