https://github.com/michaelasper/kagi-skill
https://github.com/michaelasper/kagi-skill
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/michaelasper/kagi-skill
- Owner: michaelasper
- Created: 2026-02-07T22:11:00.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-02-07T22:21:13.000Z (5 months ago)
- Last Synced: 2026-02-08T06:48:21.564Z (5 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kagi-skill
OpenClaw skill: Kagi API (Search + FastGPT)
## What’s here
- `SKILL.md` — skill metadata + usage notes
- `scripts/` — tiny Python (no deps) wrappers for Kagi API
- `references/` — quick API/auth notes
## Setup
Create a Kagi API token: https://kagi.com/settings/api
Make it available to the scripts:
```bash
export KAGI_API_TOKEN='...'
```
## Usage
```bash
python3 scripts/kagi_search.py "steve jobs" --limit 5
python3 scripts/kagi_fastgpt.py "Summarize Python 3.11"
```