← 返回
AI智能 中文

SlipBot Instapaper Importer

Import 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.
将 Instapaper 导出的阅读笔记导入 slipbox。用户粘贴包含标题和笔记的 Instapaper 高亮导出时使用。解析标题/URL,提取用户笔记(纯文本行),跳过原始高亮(>行),随后对每条运行 slipbot。
jrswab
AI智能 clawhub v1.0.0 1 版本 99908 Key: 无需
★ 0
Stars
📥 1,086
下载
💾 51
安装
1
版本
#latest

概述

Instapaper Import

Parse Instapaper highlight exports and create slipbox entries for user's notes.

Input Format

# [[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
  • Plain text lines = User's own ideas/takeaways → Import these as notes

Parsing Rules

Header Line

  1. Extract title from: # [Title]
  2. URL may be instapaper-private://... (private) or regular URL
  3. Source type: article
  4. Author: null (Instapaper doesn't include author)

Content Lines

  1. Lines starting with > = original highlights → skip
  2. Plain text lines after > lines = user notes → import
  3. Empty lines → skip
  4. Each user note becomes a separate slipbox entry

Workflow

  1. Parse header → extract article title and URL
  2. Extract user notes → collect plain text lines (not starting with >)
  3. Precheck → show user: article title, note count, ask for confirmation
  4. On confirmation → for each note, invoke slipbot:
    • Type: note (- prefix)
    • Source: ~ article, {title}
    • Let slipbot handle: filename, tags, links, graph update
  5. Report → count of notes created

Example

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:

  1. "To learn faster we need faster feedback loops."
  2. "Testing yourself proactively speeds up learning."

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

Edge Cases

  • No user notes (only > lines): Report "no notes to import"
  • Multi-line user notes: Treat each paragraph as separate note
  • Title with special chars: Preserve as-is for source metadata

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 01:42 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,363 📥 319,028
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,062 📥 799,814
ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 714 📥 244,132