Loading...
Loading...
Save web articles for distraction-free reading with Instapaper's clean reading experience.
npx skill4agent add andrejones92/canifi-life-os instapapercurl -sSL https://canifi.com/skills/instapaper/install.sh | bashcp -r skills/instapaper ~/.canifi/skills/# First, ensure canifi-env is installed:
# 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"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "Save this article to Instapaper: https://example.com/tech-news"
Assistant: Saves article with clean formatting for distraction-free readingUser: "Create an Instapaper folder called 'Research Papers'"
Assistant: Creates new folder for organizing research contentUser: "Highlight the key findings in my saved article about climate change"
Assistant: Adds highlights to specified passages in the articleUser: "Show me my unread Instapaper articles"
Assistant: Returns list of unread articles with titles and save dates| 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 |