feedly

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Feedly 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 | bash
Or 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
undefined

First, ensure canifi-env is installed:

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

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"
undefined
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"
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. Feed Management: Subscribe to RSS feeds, organize into categories, and manage feed sources
  2. Article Discovery: Discover trending articles and get AI-powered content recommendations
  3. Read & Annotate: Read articles with highlighting, notes, and sharing capabilities
  4. Board Organization: Create boards to save and organize articles by topic or project
  5. Integration Sync: Sync with productivity tools like Evernote, OneNote, and Pocket
  1. 订阅源管理:订阅RSS订阅源,将其分类整理,并管理订阅源
  2. 文章发现:发现热门文章,获取AI驱动的内容推荐
  3. 阅读与批注:阅读文章时可添加高亮、笔记,并支持分享功能
  4. 看板管理:创建看板,按主题或项目保存和整理文章
  5. 集成同步:与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

认证流程

  1. Create application at feedly.com/v3/auth/dev
  2. Implement OAuth 2.0 authorization flow
  3. Exchange authorization code for access and refresh tokens
  4. Store tokens securely and implement refresh logic
  1. 在feedly.com/v3/auth/dev创建应用
  2. 实现OAuth 2.0授权流程
  3. 用授权码兑换访问令牌和刷新令牌
  4. 安全存储令牌,并实现刷新逻辑

Error Handling

错误处理

ErrorCauseSolution
401 UnauthorizedToken expiredUse refresh token to get new access token
403 ForbiddenInsufficient permissionsRequest additional OAuth scopes
404 Not FoundFeed or article not foundVerify feed URL or article ID
429 Rate LimitedToo many requestsImplement 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导入/导出,便于订阅源迁移