feedly
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseFeedly Skill
Feedly Skill
Aggregate and read RSS feeds from multiple sources with Feedly's news reader platform.
借助Feedly新闻阅读器平台聚合并读取来自多个来源的RSS订阅源。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/feedly/install.sh | bashOr manually:
bash
cp -r skills/feedly ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/feedly/install.sh | bash或手动安装:
bash
cp -r skills/feedly ~/.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 FEEDLY_ACCESS_TOKEN "your_access_token"
canifi-env set FEEDLY_REFRESH_TOKEN "your_refresh_token"
canifi-env set FEEDLY_USER_ID "your_user_id"
undefinedcanifi-env set FEEDLY_ACCESS_TOKEN "your_access_token"
canifi-env set FEEDLY_REFRESH_TOKEN "your_refresh_token"
canifi-env set FEEDLY_USER_ID "your_user_id"
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
功能特性
- Feed Management: Subscribe to RSS feeds, organize into categories, and manage feed sources
- Article Discovery: Discover trending articles and get AI-powered content recommendations
- Read & Annotate: Read articles with highlighting, notes, and sharing capabilities
- Board Organization: Create boards to save and organize articles by topic or project
- Integration Sync: Sync with productivity tools like Evernote, OneNote, and Pocket
- 订阅源管理:订阅RSS订阅源,将其分类整理,并管理订阅源
- 文章发现:发现热门文章,获取AI驱动的内容推荐
- 阅读与批注:阅读文章时可添加高亮、笔记,并支持分享功能
- 看板管理:创建看板,按主题或项目保存和整理文章
- 集成同步:与Evernote、OneNote和Pocket等生产力工具同步
Usage Examples
使用示例
Subscribe to Feed
订阅订阅源
User: "Subscribe to TechCrunch RSS feed in Feedly"
Assistant: Adds TechCrunch to your Feedly subscriptions用户:"在Feedly中订阅TechCrunch的RSS订阅源"
助手:将TechCrunch添加到你的Feedly订阅列表Get Latest Articles
获取最新文章
User: "Show me today's unread articles from my tech feeds"
Assistant: Returns unread articles from tech category with headlines and summaries用户:"展示我今天科技类订阅源中的未读文章"
助手:返回科技分类下的未读文章,包含标题和摘要Create Board
创建看板
User: "Create a Feedly board for AI research articles"
Assistant: Creates new board and provides instructions for saving articles to it用户:"为AI研究文章创建一个Feedly看板"
助手:创建新看板,并提供将文章保存至该看板的操作说明Search Content
搜索内容
User: "Search my Feedly for articles about GPT-4"
Assistant: Searches subscribed feeds and saved content for matching articles用户:"在我的Feedly中搜索关于GPT-4的文章"
助手:在已订阅的订阅源和已保存的内容中搜索匹配的文章Authentication Flow
认证流程
- Create application at feedly.com/v3/auth/dev
- Implement OAuth 2.0 authorization flow
- Exchange authorization code for access and refresh tokens
- Store tokens securely and implement refresh logic
- 在feedly.com/v3/auth/dev创建应用
- 实现OAuth 2.0授权流程
- 用授权码兑换访问令牌和刷新令牌
- 安全存储令牌,并实现刷新逻辑
Error Handling
错误处理
| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Token expired | Use refresh token to get new access token |
| 403 Forbidden | Insufficient permissions | Request additional OAuth scopes |
| 404 Not Found | Feed or article not found | Verify feed URL or article ID |
| 429 Rate Limited | Too many requests | Implement exponential backoff |
| 错误 | 原因 | 解决方案 |
|---|---|---|
| 401 未授权 | 令牌过期 | 使用刷新令牌获取新的访问令牌 |
| 403 禁止访问 | 权限不足 | 请求额外的OAuth权限范围 |
| 404 未找到 | 订阅源或文章不存在 | 验证订阅源URL或文章ID |
| 429 请求受限 | 请求次数过多 | 实现指数退避策略 |
Notes
注意事项
- Free tier limited to 100 sources and 3 feeds
- Pro tier includes AI features like Leo for prioritization
- Enterprise tier available for team collaboration
- API supports real-time streaming for new articles
- OPML import/export available for feed migration
- 免费版限制最多100个来源和3个订阅源
- 专业版包含Leo优先级排序等AI功能
- 企业版支持团队协作
- API支持新文章的实时流传输
- 支持OPML导入/导出,便于订阅源迁移