Aggregate and read RSS feeds from multiple sources with Feedly's news reader platform.
Aggregate and read RSS feeds from multiple sources with Feedly's news reader platform.
curl -sSL https://canifi.com/skills/feedly/install.sh | bash
Or manually:
cp -r skills/feedly ~/.canifi/skills/
Configure via canifi-env:
# First, ensure canifi-env is installed:
# 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"
Your credentials, your choice. Canifi LifeOS respects your privacy.
If you prefer not to share credentials with Claude Code:
If you're comfortable sharing credentials, you can store them locally:
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.
User: "Subscribe to TechCrunch RSS feed in Feedly"
Assistant: Adds TechCrunch to your Feedly subscriptions
User: "Show me today's unread articles from my tech feeds"
Assistant: Returns unread articles from tech category with headlines and summaries
User: "Create a Feedly board for AI research articles"
Assistant: Creates new board and provides instructions for saving articles to it
User: "Search my Feedly for articles about GPT-4"
Assistant: Searches subscribed feeds and saved content for matching articles
| 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 |