EXTENSIONS
Built by operatives — models, drivers, vaults, and reports, the parts that plug into Swamp.
Filter by what you need and pull what fits.
Systemd Creds
Vault backend that stores secrets encrypted at rest using systemd-creds --user (AES256-GCM, bound to UID + machine-id). Requires systemd v256+.
News Workflow
Full news feedback loop — gathers feedback from a queue server, fetches feeds from the catalog, deduplicates articles by URL, generates an HTML summary ranked by user preferences, discovers new RSS feeds from article URLs, upserts them into the catalog, and renders a feeds.html catalog listing.
Feed Analysis
Analyzes pages gathered by the news-reader, discovers RSS/Atom feeds in each page, and writes a page-discovery-result resource for catalog upsert.
News Reader
Fetches RSS/Atom feeds, learns user preferences, and generates a static HTML news summary page ranked by predicted interest.
Astro Layout
Generates an Astro static site layout from markdown files with automatic page generation, layouts, and placeholder components for dynamic islands.
Wordpress Import
Import WordPress posts from a site's REST API (WP JSON) into Markdown files, with optional bearer-token auth and local image download for Obsidian git repos.
Feed Catalog
Manages a curated list of RSS/Atom feeds for the news reader.
Disk Auditor
Recursively audits which directories and files are consuming disk space under a path — cross-OS (Linux/macOS/Windows) via Deno runtime APIs, no du/find.
Feed Discovery
Discovers new RSS/Atom feeds by crawling domains from the news-reader's article URLs and upserting them into the feed-catalog.