What It Does
Linkly AI Clipper is Linkly AI’s browser extension, and it does exactly one thing: save web pages as agent-friendly Markdown. One click turns the page you’re on into cleanly formatted Markdown that you can preview, copy, or download from the side panel. It’s more than just saving a page — article text, images, translations, video subtitles, even your conversations with AI all become a single clean Markdown file an agent can work with straight away.Saved in a Format Agents Can Read
Straight into Your Library
Images Come Along
Everything Happens Locally
Installing
Install it from the Chrome Web Store: Linkly AI Clipper.Clipping Your First Page
Open an article page
Click the L icon in the toolbar
Check the result, then copy or save
Where Clips Are Saved
This is the most confusing part: the same Download button takes two completely different paths depending on whether the desktop app is running..md file and its images.
How to Tell Which Path It Took
A toast appears at the bottom of the side panel after saving, one of four:Linkly by default) can be changed under Settings → Download settings → Default folder. The Clips/ directory on the library side can’t be configured separately; it follows wherever your Linkly AI Space is.What a Clip File Looks Like
The top of the Markdown carries a block of YAML front matter declaring compatibility with Open Knowledge Format v0.1 — metadata written for AI agents, so they can tell at a glance what the file is and where it came from:type (content type), title, description (summary, omitted when it duplicates the title), resource (source URL), tags, timestamp (when it was clipped), site, author, published (the original publication date), and lang. A field is only written when it has a value; the rest are simply left out.
type is decided by the site. Common values are Web Article, WeChat Article, X Thread, Zhihu Article, Video Transcript, and AI Conversation.
Images
Images in the article body are downloaded locally, and the references in the Markdown are rewritten to local relative paths — no remote links are kept, so the images still display offline.- The images sit flat in the same folder as the
.md; there’s noimage/subfolder - The naming rule is
<title>-visual-N.<ext> - A single clip holds at most 200 files
- If you only want the text, turn off Settings → Export content → Include images: no image files are downloaded, and the image references are stripped out of the Markdown as well
Site-Specific Handling
Generic body extraction (stripping navigation, ads, and recommendation blocks) is enough for most sites, but some have unusual structures and get dedicated handling:Other Features
On-Device Translation
Translate in the side panel toolbar renders the current Markdown into English, Simplified Chinese, Traditional Chinese, Japanese, or Korean, and you can switch back to the original at any time. It uses Chrome’s built-in translation model — no API key to configure, and the content never leaves this computer. The first time you use a given language pair the model is downloaded, with progress shown in the side panel. A recent version of Chrome is required.Using It as a Reader
The side panel preview is a clean reader in its own right: automatic typography, four text-size steps, dark mode that follows the system, and side-by-side translation. You don’t have to save anything — treat it as an ad-free reader if you like.AI-Generated Outline
Some pages have no proper heading hierarchy (a wall of plain paragraphs, say), which leaves the side panel’s table of contents empty. When that happens, click Generate AI outline and Chrome’s built-in on-device model infers the section titles and builds a clickable table of contents. Copy and Download include those AI headings by default; to keep the export strictly faithful to the original, turn off Settings → Export content → Include AI-generated article headings. This also needs a recent version of Chrome, and works only on desktop Chrome / Edge.Exporting a Single AI Reply
On ChatGPT and Claude conversation pages, the extension injects a download button next to every AI reply — no need to clip the whole page, one click saves that single reply as Markdown. The whole conversation can be clipped too (click the toolbar icon and follow the normal flow); itstype will be AI Conversation.
Working with the Desktop App
Version Requirements
Saving clips straight into your Linkly AI Space needs a reasonably recent desktop app — older versions have no endpoint for receiving clips, so the extension treats them as not running and the clip lands in your browser downloads folder. Leaving the desktop app on auto-update is enough; there’s no version number to compare by hand.How They Talk to Each Other
The extension and the desktop app communicate over plain local loopback HTTP (127.0.0.1) and never go through the cloud. The desktop app applies two admission checks: only direct local connections are allowed, and the extension’s origin must be on an allowlist — no other program or web page can connect.
How Soon Can You Search a Clip
Clips saved into your library are indexed automatically, but not instantly — the file watcher debounces and indexing queues up, so it usually takes anywhere from a few seconds to a minute. Searching the moment you finish clipping may turn up nothing; wait a little and try again. The layered indexing mechanism and how to troubleshoot it are covered in Index Settings.FAQ
Do I need to sign in? Does it cost anything?
Do I need to sign in? Does it cost anything?
Do I have to install the desktop app? What happens to clips when it isn't running?
Do I have to install the desktop app? What happens to clips when it isn't running?
~/Downloads/Linkly/. Nothing is lost, and the side panel says so plainly: Client offline — saved to browser downloads. But those files won’t be swept into your library later when you start the desktop app; if you want them there, move them into your Linkly AI Space yourself.I can't find something I clipped
I can't find something I clipped
- Your library:
~/LinklyAI/Clips/<clip title>/— where clips land while the desktop app is running - Your browser downloads folder:
~/Downloads/Linkly/— the fallback when the desktop app isn’t running
I clipped something and searched right away, but nothing came up
I clipped something and searched right away, but nothing came up
Is Firefox supported?
Is Firefox supported?
Do the pages I clip get uploaded to your servers?
Do the pages I clip get uploaded to your servers?
127.0.0.1) and touches no network service.Why does it need permission to read data on all websites?
Why does it need permission to read data on all websites?
Further reading
- Index Settings — how clips get indexed once they land in your library
- Using the Launcher — the fastest way to find clipped content
- Using Libraries — put clips into a specific library so AI can search them by scope
- Quick Start — installing and setting up the desktop app
- Linkly AI Space — the folder clips land in, and how to move it
- Using the Chatbot — have the AI read the pages you clipped

