AI agent deep dives

Save any web page to your vault, in one prompt

`web_article_save` extracts the article, lands it as Markdown, files it in your vault.

Kition Team·Feb 6, 2026·5 min read

One-liner

Save this article to Inbox/clips/: https://example.com/long-essay

What happens under the hood

  • web_fetch grabs HTML
  • Readability extracts the article body (drops nav, ads, related)
  • HTML → Markdown, code and images preserved
  • YAML frontmatter added: source, saved_at
  • Saved to the target directory

Dynamic sites: use the browser

For JS-rendered sites (Xiaohongshu / Twitter), say "use browser_open first, then save the article" — the agent switches to the real Chromium session.

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.