instapaper
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseInstapaper 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 | bashOr 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
undefinedFirst, ensure canifi-env is installed:
首先,确保已安装canifi-env:
curl -sSL https://canifi.com/install.sh | bash
curl -sSL https://canifi.com/install.sh | bash
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"
undefinedcanifi-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"
undefinedPrivacy & 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:
- Complete the Browser Automation Setup using CDP mode
- Login to the service manually in the Playwright-controlled Chrome window
- Claude will use your authenticated session without ever seeing your password
如果你不想与Claude Code共享凭据:
- 使用CDP模式完成浏览器自动化设置
- 在Playwright控制的Chrome窗口中手动登录该服务
- 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
功能特性
- Save Articles: Save web pages and articles to your Instapaper account for offline reading
- Folder Organization: Create and manage folders to organize saved content by topic or project
- Highlight & Notes: Highlight important passages and add notes to saved articles
- Text-to-Speech: Convert articles to audio for listening on the go
- Archive & Search: Archive read articles and search your entire library
- 保存文章:将网页和文章保存到你的Instapaper账户,以便离线阅读
- 文件夹管理:创建并管理文件夹,按主题或项目整理已保存内容
- 高亮与笔记:在已保存文章中高亮重要段落并添加笔记
- 文本转语音:将文章转换为音频,便于在出行时收听
- 归档与搜索:归档已读文章,并搜索你的整个内容库
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
身份验证流程
- Request API access at instapaper.com/api
- Receive consumer key and secret via email
- Implement xAuth for user authentication
- Store all four credentials securely
- 在instapaper.com/api申请API访问权限
- 通过电子邮件接收消费者密钥和密钥密码
- 实现xAuth进行用户身份验证
- 安全存储所有四个凭据
Error Handling
错误处理
| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Invalid credentials | Verify consumer key and secret |
| 403 Rate Limited | Too many requests | Implement backoff strategy |
| 1040 Invalid URL | URL cannot be parsed | Validate URL format before saving |
| 1041 Article Failed | Content extraction failed | Try 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集成,实现电子阅读器同步
- 纯净文本提取功能可移除广告和杂乱内容