instapaper

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Instapaper Skill

Instapaper Skill

Save web articles for distraction-free reading with Instapaper's clean reading experience.
借助Instapaper的纯净阅读体验,保存网页文章以实现无干扰阅读。

Quick Install

快速安装

bash
curl -sSL https://canifi.com/skills/instapaper/install.sh | bash
Or manually:
bash
cp -r skills/instapaper ~/.canifi/skills/
bash
curl -sSL https://canifi.com/skills/instapaper/install.sh | bash
或手动安装:
bash
cp -r skills/instapaper ~/.canifi/skills/

Setup

配置

Configure via canifi-env:
bash
undefined
通过canifi-env进行配置:
bash
undefined

First, ensure canifi-env is installed:

首先,确保已安装canifi-env:

canifi-env set INSTAPAPER_CONSUMER_KEY "your_consumer_key" canifi-env set INSTAPAPER_CONSUMER_SECRET "your_consumer_secret" canifi-env set INSTAPAPER_ACCESS_TOKEN "your_access_token" canifi-env set INSTAPAPER_ACCESS_SECRET "your_access_secret"
undefined
canifi-env set INSTAPAPER_CONSUMER_KEY "your_consumer_key" canifi-env set INSTAPAPER_CONSUMER_SECRET "your_consumer_secret" canifi-env set INSTAPAPER_ACCESS_TOKEN "your_access_token" canifi-env set INSTAPAPER_ACCESS_SECRET "your_access_secret"
undefined

Privacy & Authentication

隐私与身份验证

Your credentials, your choice. Canifi LifeOS respects your privacy.
你的凭据,由你掌控。 Canifi LifeOS 尊重你的隐私。

Option 1: Manual Browser Login (Recommended)

选项1:手动浏览器登录(推荐)

If you prefer not to share credentials with Claude Code:
  1. Complete the Browser Automation Setup using CDP mode
  2. Login to the service manually in the Playwright-controlled Chrome window
  3. Claude will use your authenticated session without ever seeing your password
如果你不想与Claude Code共享凭据:
  1. 使用CDP模式完成浏览器自动化设置
  2. 在Playwright控制的Chrome窗口中手动登录该服务
  3. Claude将使用你的已验证会话,全程不会获取你的密码

Option 2: Environment Variables

选项2:环境变量

If you're comfortable sharing credentials, you can store them locally:
bash
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"
Note: Credentials stored in canifi-env are only accessible locally on your machine and are never transmitted.
如果你愿意共享凭据,可以将其存储在本地:
bash
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"
注意:存储在canifi-env中的凭据仅可在你的本地机器上访问,绝不会被传输。

Capabilities

功能特性

  1. Save Articles: Save web pages and articles to your Instapaper account for offline reading
  2. Folder Organization: Create and manage folders to organize saved content by topic or project
  3. Highlight & Notes: Highlight important passages and add notes to saved articles
  4. Text-to-Speech: Convert articles to audio for listening on the go
  5. Archive & Search: Archive read articles and search your entire library
  1. 保存文章:将网页和文章保存到你的Instapaper账户,以便离线阅读
  2. 文件夹管理:创建并管理文件夹,按主题或项目整理已保存内容
  3. 高亮与笔记:在已保存文章中高亮重要段落并添加笔记
  4. 文本转语音:将文章转换为音频,便于在出行时收听
  5. 归档与搜索:归档已读文章,并搜索你的整个内容库

Usage Examples

使用示例

Save Article

保存文章

User: "Save this article to Instapaper: https://example.com/tech-news"
Assistant: Saves article with clean formatting for distraction-free reading
用户:"将这篇文章保存到Instapaper:https://example.com/tech-news"
助手:保存文章并优化格式,以实现无干扰阅读

Create Folder

创建文件夹

User: "Create an Instapaper folder called 'Research Papers'"
Assistant: Creates new folder for organizing research content
用户:"创建一个名为'研究论文'的Instapaper文件夹"
助手:创建用于整理研究内容的新文件夹

Highlight Text

高亮文本

User: "Highlight the key findings in my saved article about climate change"
Assistant: Adds highlights to specified passages in the article
用户:"在我保存的关于气候变化的文章中高亮关键发现"
助手:在文章的指定段落添加高亮标记

List Unread

列出未读文章

User: "Show me my unread Instapaper articles"
Assistant: Returns list of unread articles with titles and save dates
用户:"展示我未读的Instapaper文章"
助手:返回未读文章列表,包含标题和保存日期

Authentication Flow

身份验证流程

  1. Request API access at instapaper.com/api
  2. Receive consumer key and secret via email
  3. Implement xAuth for user authentication
  4. Store all four credentials securely
  1. 在instapaper.com/api申请API访问权限
  2. 通过电子邮件接收消费者密钥和密钥密码
  3. 实现xAuth进行用户身份验证
  4. 安全存储所有四个凭据

Error Handling

错误处理

ErrorCauseSolution
401 UnauthorizedInvalid credentialsVerify consumer key and secret
403 Rate LimitedToo many requestsImplement backoff strategy
1040 Invalid URLURL cannot be parsedValidate URL format before saving
1041 Article FailedContent extraction failedTry alternative URL or manual save
错误原因解决方案
401 未授权凭据无效验证消费者密钥和密钥密码
403 请求受限请求次数过多实现退避策略
1040 URL无效无法解析URL保存前验证URL格式
1041 文章保存失败内容提取失败尝试使用替代URL或手动保存

Notes

注意事项

  • Premium subscription required for full-text search and unlimited highlights
  • API access requires application approval
  • Speed reading feature available in premium tier
  • Kindle integration available for e-reader sync
  • Clean text extraction removes ads and clutter
  • 全文搜索和无限高亮功能需要高级订阅
  • API访问需要获得应用批准
  • 快速阅读功能仅在高级套餐中提供
  • 支持与Kindle集成,实现电子阅读器同步
  • 纯净文本提取功能可移除广告和杂乱内容