From d7437b9c73f51814f31a5284a41858a3fac6138e Mon Sep 17 00:00:00 2001 From: Asklv Date: Sun, 1 Mar 2026 15:00:00 +0800 Subject: [PATCH] docs: add tool-setup directory with index README Create docs/tool-setup/ to organize external service configuration guides in a dedicated subdirectory. --- docs/tool-setup/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/tool-setup/README.md diff --git a/docs/tool-setup/README.md b/docs/tool-setup/README.md new file mode 100644 index 0000000..9f854cb --- /dev/null +++ b/docs/tool-setup/README.md @@ -0,0 +1,20 @@ +# Tool Setup Guides + +Configuration guides for MimiClaw's external service integrations. + +## Guides + +| Guide | Service | Description | +|-------|---------|-------------| +| [Feishu Setup](FEISHU_SETUP.md) | [Feishu / Lark](https://open.feishu.cn/) | Feishu bot channel — receive and send messages via Feishu | + +## Overview + +MimiClaw integrates with external services to extend its capabilities. Each guide below walks through obtaining API credentials, configuring MimiClaw (build-time or runtime), and verifying the integration. + +All credentials can be set in two ways: + +1. **Build-time** — define in `main/mimi_secrets.h` and rebuild +2. **Runtime** — use serial CLI commands (saved to NVS flash, no rebuild needed) + +See [mimi_secrets.h.example](../../main/mimi_secrets.h.example) for the full list of configurable secrets.