SEEWHATSTICKS ECOLOGY BOSUN UTILITY PORTAL
BOSUN

BOSUN SYSTEM HUB

STATUS: ACTIVE
STAX ENGINE // BOSUN SYSTEM HUB

BOSUN SYSTEM HUB

Sleek, secure, local-first note processing and conversion utility.

Ecosystem Products

PRODUCT DESCRIPTION STATUS
Kikr Router Evernote note conversion engine and migration tool. Rebuilds vaults into clean, local Obsidian structures. Go to Kikr →
Fid Engine High-performance open-source CLI note parsing library and adapter. Built for developers. Go to Fid →

Ecosystem Integration Specs

The Bosun deck integration hub coordinates data flow between local note archives and unified developer libraries. By standardizing imports on an intermediate JSON schema, we guarantee data consistency across Obsidian, Notion, and local files.

  • Zero-Knowledge Local Storage: Your credentials and API tokens never leave your local environment.
  • Unified Data Schema: Converted notes conform to strict, standard formats.
  • Extendable Adapter Modules: Build custom importers for any proprietary note format.

Installation & Usage

COMMAND: STAGE DEPENDENCIES
pip install sws-kikr
COMMAND: RUN LOCAL TRANSFORMATION
kikr convert input.enex ./obsidian-vault

Ecosystem Architecture

Note Ingestion: Raw ENEX XML files are parsed using browser-native DOM structures to automatically heal broken/unclosed tags before markdown conversion.

Resource Extraction: Base64-encoded attachment binaries are extracted from note resources and saved as local assets, with references mapped to Obsidian wikilinks.

PII Scrubbing: Advanced enterprise modules integrate Presidio SDK filters to identify and redact sensitive personal information before note indexing.