dsh-kimi-formula
Kimi (Moonshot AI) official Formula tools for DeepSeek Harness: a ctx.web search provider backed by the Formula API chat loop, plus model-facing tools for the remaining official formulas (convert, rethink, random-choice, mew, memory, excel, date, base64, fetch).
AI Analysis
核心用途是引入 Kimi 的 Formula 搜索接口及转换、计算、随机选择等实用工具。适合需要利用 Kimi 搜索和特定公式工具辅助决策的用户。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗Configuration
All fields are optional; the plugin installs a kimi-formula section under Settings → Plugins when the settings service is present. You can also set them in the patch row's config: block.
| Field | Default | Description |
|---|---|---|
apiKey | — | Literal Kimi API key (prefer apiKeyEnv; never commit secrets) |
apiKeyEnv | MOONSHOTAI_CN_API_KEY | Credential reference resolved per call. Matches what the Models page writes for moonshotai-cn. Set to MOONSHOT_API_KEY if you only exported that one |
baseURL | https://api.moonshot.cn/v1 | OpenAI-compatible base. Use https://api.moonshot.ai/v1 for the international platform; env override: KIMI_FORMULA_BASE_URL |
searchProvider | true | Register the kimi-official ctx.web search provider |
searchModel | kimi-k3 | Model driving the auxiliary search loop |
searchReasoningEffort | low | low / high / max — low keeps auxiliary searches cheap and fast |
searchMaxTokens | 8192 | max_tokens per auxiliary request |
searchMaxRounds | 8 | Chat-round cap (initial + tool continuations) per search |
formulaTools | true | Register the kimi_* tools |
toolsTimeoutMs | 60000 | Cooperative per-call budget for the formula tools |
web-searchis billed per call (see pricing); the other official tools are free for a limited time. The built-inweb_searchtool has a 60s timeout in the base composition (tool-web.searchTimeoutMs) — raise it via a patch row if slow searches ever time out.