Install
openclaw skills install x-kindleSend X/Twitter posts to Kindle for distraction-free reading. Use when user shares an X/Twitter link and wants to read it on Kindle, or asks to send a tweet/thread to their Kindle device.
openclaw skills install x-kindleConvert X/Twitter posts into Kindle-readable documents via email.
When user shares an X link:
Extract content via fxtwitter API:
https://api.fxtwitter.com/status/<tweet_id>
Extract from URL: twitter.com/*/status/<id> or x.com/*/status/<id>
Format as HTML email:
<html>
<body>
<h1>@{author_handle}</h1>
<p>{tweet_text}</p>
<p><em>{timestamp}</em></p>
<p><a href="{original_url}">View on X</a></p>
</body>
</html>
Send via SMTP to user's Kindle address with subject line as tweet preview.
Store in TOOLS.md:
## Kindle
- Address: user@kindle.com
## Email (Gmail SMTP)
- From: your@gmail.com
- App Password: xxxx xxxx xxxx xxxx
- Host: smtp.gmail.com
- Port: 587
User sends: https://x.com/elonmusk/status/1234567890
https://api.fxtwitter.com/status/1234567890