Loading...
Loading...
Aggregate and read RSS feeds from multiple sources with Feedly's news reader platform.
npx skill4agent add andrejones92/canifi-life-os feedlycurl -sSL https://canifi.com/skills/feedly/install.sh | bashcp -r skills/feedly ~/.canifi/skills/# 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"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "Subscribe to TechCrunch RSS feed in Feedly"
Assistant: Adds TechCrunch to your Feedly subscriptionsUser: "Show me today's unread articles from my tech feeds"
Assistant: Returns unread articles from tech category with headlines and summariesUser: "Create a Feedly board for AI research articles"
Assistant: Creates new board and provides instructions for saving articles to itUser: "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 |