MicrockMicrockCommunity·1 Agent Skills Included

kagi-cli

Terminal search, summarization, translation, and research automation

Runs Kagi web searches, quick answers, page summaries, translations, and assistant conversations directly from the terminal. Eliminates manual browser searching and copy-pasting by returning structured JSON ready for scripts and pipelines. Supports batch queries, result change monitoring, and news feeds to speed up repeatable research workflows.
npx skills add Microck/kagi-cli --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install kagi-cli?

Run `npx skills add Microck/kagi-cli --all -g -y` in your terminal to install all skills in this suite globally.

How to search the web from the terminal?

Run `kagi search "your query"` after authenticating with `kagi auth`. Results come back as JSON by default, or use `--format pretty` for readable terminal output.

Do I need a paid Kagi API key to use kagi-cli?

No. Most features work with your existing Kagi subscriber session token, and public commands like `news` and `smallweb` need no credentials at all.

Can kagi-cli summarize or translate web pages?

Yes. Use `kagi summarize --subscriber --url <URL>` for summaries and `kagi translate "text" --to es` for translations, both included with a Kagi subscription.

Does kagi-cli work for scripting and automation?

Yes. Every command outputs structured JSON by default, and `kagi batch`, `kagi watch`, and `kagi mcp` support bulk queries, change monitoring, and agent integrations.

Related Repositories in Education & Research

View All in Education & Research