From fabrik
Saves web pages as self-contained HTML files for offline use with monolith CLI. Uses monolith --isolate -o name.html URL, saving to ~/AI/web/. Useful when instructed to save pages.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fabrik:save-web-pageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You can use the `monolith` CLI tool to save a web page for offline use.
You can use the monolith CLI tool to save a web page for offline use.
The core command to use is monolith --isolate -o <name>.html <url>.
Prefer saving to the ~/AI/web/ directory unless instructed otherwise.
If you need to do anything else with the command, use monolith -h to see its uses.
npx claudepluginhub maragudk/fabrik --plugin fabrikDownloads an entire website as local files (markdown, screenshots, multiple formats) by combining site mapping and scraping into organized directories. Useful for offline documentation, bulk saving, or local reference copies.
Fetches any URL and converts to clean markdown using baoyu-fetch CLI (Chrome CDP with site-specific adapters). Built-in support for X/Twitter, YouTube transcripts, Hacker News, and generic pages. Handles login/CAPTCHA via interaction wait modes.
Crawls websites and extracts content from multiple pages via the Tavily CLI. Supports depth/breadth control, path filtering, semantic instructions, and saving pages as local markdown files.