Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Import notes from Logseq pages into the slipbox. Use when user pastes a Logseq page with properties and bulleted notes. Parses page-level properties, extracts each bullet as an individual note, handles nested bullets by adding parent context, then runs slipbot for each.
Import notes from Logseq pages into the slipbox. Use when user pastes a Logseq page with properties and bulleted notes. Parses page-level properties, extracts each bullet as an individual note, handles nested bullets by adding parent context, then runs slipbot for each.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Parse a Logseq page and create individual slipbox entries for each bullet point.
Do not import any tags from Logseq. This includes: Page-level tags:: property Inline #tags in bullet content block-tags:: metadata Slipbot generates its own tags based on content. Logseq tags would conflict with this.
Logseq PropertySlipbox Fieldtitle::source.titlesource::source.type (if plain text like "Book")source:: [text](url)source.title + source.url (if markdown link)author::source.authortype:: #literatureNote type hint (maps to note)alias::Ignorestatus::Ignoretags::Ignore (slipbot generates better tags) Empty properties (e.g., author:: with no value) โ null
Extract all key:: value lines at the top Stop when hitting first bullet (- ) Strip # from values like #literature Parse markdown links: [text](url) โ extract both parts
Each top-level bullet (- ) becomes its own slipbox note Nested bullets: Add parent context to make them standalone Example parent: - [[Fleeting Notes]]: quick notes written anywhere Example child: - Can be on paper or digital Result: "Fleeting Notes (quick notes written anywhere) can be on paper or digital" Strip Logseq metadata from bullets: id:: uuid โ remove block-tags:: #xxx โ remove entirely #tag inline tags โ remove entirely (slipbot generates its own) #{"{" or malformed tags โ remove Convert [[page refs]] โ plain text (potential link targets)
Remove trailing id:: xxx from bullets Remove block-tags:: xxx entirely Remove all #tag inline tags (slipbot generates its own tags) Preserve markdown formatting (bold, italic, code)
Precheck (before import) Parse the page properties and bullets (don't create notes yet) Generate a brief summary of what the page is about (1-2 sentences based on title, author, and content themes) Count total notes that will be created (including nested bullets that become standalone) Present to user: summary, note count, source info Ask for confirmation before proceeding with import If user declines, stop and don't create any notes Parse the page (after confirmation) Extract page properties โ source metadata Extract all bullets โ note list Handle nesting by enriching child bullets with parent context For each bullet, invoke slipbot workflow: Use - {content} prefix (note type) Include source: ~ {source.type}, {source.title} by {source.author} Let slipbot handle: filename, tags, links, graph update Report results Count of notes created Any issues encountered
No properties: Treat as standalone notes without source Deeply nested bullets (3+ levels): Flatten, accumulating context from all ancestors Citation sections (## Citation:): Ignore (redundant with properties) Non-bullet content: Ignore headers, paragraphs outside bullets Multiple [[refs]] in one bullet: Keep all, convert to plain text
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.