← Back to Plugins
Tools

Kimi Search

hackceo By hackceo 👁 135 views ▲ 0 votes

Kimi Search plugin for OpenClaw

GitHub

Configuration Example

{
  "kimi-search": {
    "search": {
      "baseUrl": "https://your-search-api.com"
    },
    "fetch": {
      "baseUrl": "https://your-fetch-api.com",
      "enableService": true
    }
  }
}

README

# Kimi Search for OpenClaw

OpenClaw plugin for Kimi Search + Fetch tools.

## Installation

```bash
git clone https://github.com/hackceo/openclaw-kimi-search.git
```

## Configuration

Add to your `~/.openclaw/config.json`:

```json
{
  "kimi-search": {
    "search": {
      "baseUrl": "https://your-search-api.com"
    },
    "fetch": {
      "baseUrl": "https://your-fetch-api.com",
      "enableService": true
    }
  }
}
```

## License

MIT
tools

Comments

Sign in to leave a comment

Loading comments...