Install
openclaw skills install slipbot-instapaper-importerImport reading notes from Instapaper exports into the slipbox. Use when user pastes an Instapaper highlight export with article title and notes. Parses title/URL from header, extracts user's own notes (plain text lines), skips original highlights (> lines), then runs slipbot for each.
openclaw skills install slipbot-instapaper-importerParse Instapaper highlight exports and create slipbox entries for user's notes.
# [[Article Title](url)]
> Original highlight from article (SKIP)
User's note about the highlight (IMPORT)
> Another highlight (SKIP)
Another user note (IMPORT)
Key distinction:
> lines = Original article highlights → Skip these# [[Title](url)]instapaper-private://... (private) or regular URLarticlenull (Instapaper doesn't include author)> = original highlights → skip> lines = user notes → import>)- prefix)~ article, {title}Input:
# [[How to Learn Faster](https://example.com/article)]
> Get feedback more often
To learn faster we need faster feedback loops.
> Latent learning occurs without reinforcement
Testing yourself proactively speeds up learning.
Extracted notes:
Slipbot calls:
- To learn faster we need faster feedback loops. ~ article, How to Learn Faster
- Testing yourself proactively speeds up learning. ~ article, How to Learn Faster
> lines): Report "no notes to import"