kagi-cli
Terminal search, summarization, translation, and research automation
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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→learn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides