kimi-search
Installation
SKILL.md
Kimi Search
使用 Kimi 大模型的内置联网搜索工具 $web_search 进行联网搜索。
前置要求
- Moonshot API Key:需要在 https://platform.moonshot.cn/console 注册并获取 API Key
- 账户充值:联网搜索每次额外收费约 ¥0.03,确保账户有余额
- Python 环境:Python 3.8+ 和
openaiPython 包
安装依赖
skill 需要 openai Python 包。安装方式:
pip3 install openai
或者使用虚拟环境(推荐):