Loading...
Loading...
Save and organize articles, videos, and web content for later reading with Pocket's read-it-later service.
npx skill4agent add andrejones92/canifi-life-os pocketcurl -sSL https://canifi.com/skills/pocket/install.sh | bashcp -r skills/pocket ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set POCKET_CONSUMER_KEY "your_consumer_key"
canifi-env set POCKET_ACCESS_TOKEN "your_access_token"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "Save this article to Pocket: https://example.com/interesting-article"
Assistant: Saves article to Pocket library with automatic metadata extractionUser: "Tag my recent Pocket saves with 'AI research'"
Assistant: Applies 'AI research' tag to recently saved itemsUser: "Find all my saved articles about machine learning"
Assistant: Searches Pocket library and returns matching items with titles and URLsUser: "Show me my unread Pocket articles from this week"
Assistant: Retrieves unread items saved in the last 7 days| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Invalid or expired token | Re-authenticate with OAuth flow |
| 403 Forbidden | Rate limit exceeded | Wait and retry with exponential backoff |
| 404 Not Found | Item doesn't exist | Verify item ID before operations |
| 503 Service Unavailable | Pocket API down | Retry after service restoration |