clipship

A self-hosted web clipper that drops clean Markdown into a folder you own.

GitHub repo: clipship
Last update: 2026/06/11

Description

Clipship is a browser extension + tiny Flask server for capturing the readable content of any web page (or any PDF) as a Markdown file in a folder on your own machine or server. The extension runs Mozilla’s Readability on the page, converts the result to Markdown with YAML frontmatter, signs the payload with HMAC-SHA256, and POSTs it to your endpoint. The server verifies the signature, downloads every referenced image into an assets/ folder, and writes a single .md file ready to be opened by Obsidian, grep, or anything else that reads plain text.

Features

Technologies