Features

Browser agent: the agent really does browse

The Kition desktop ships an isolated Chromium session reserved for the agent. It can log into sites, complete OAuth, click buttons, scroll-load, and scrape JavaScript-driven content — just like you would.

Not an HTTP client. A real browser.

A real browser, not just `fetch`

`browser_open` / `browser_navigate` / `browser_search` drive a real Chromium instance — JavaScript executes, cookies persist, sessions survive. That is the difference between "scrape a dynamic site" and "LLM writes a scraper."

Closed platforms like Xiaohongshu

Optimized for sites without open APIs: session keep-alive, anti-detection tactics, content extraction baked in.

Properly sandboxed

The agent’s browser is isolated from your daily browser — no profile pollution, no cookie cross-contamination. Clear or disable it independently.

Wired into the rest of the agent

Scraped content can flow into `web_article_save` (lands in the vault as Markdown) or into `apply_patch` to append to a draft you are writing.

Ready when you are.

Kition is a local-first AI workspace. Markdown documents, structured tables, and an AI agent — running on your own machine, against the model provider you choose.