Articles · 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·1 min read
One-liner
Save this article to Inbox/clips/: https://example.com/long-essayWhat 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.
Related reading
AI agent deep dives
Browser agent in practice: scraping Xiaohongshu into Kition
Xiaohongshu has no public API. Kition’s real Chromium browser agent logs in, scrapes content, and files it.
AI agent deep dives
The complete agent toolset, organized
A cheat-sheet of six tool families with common usage — perfect for copy-pasting into agent system prompts.
