Post latest RSS feed item to social media (Mastodon, Twitter, Discord, Slack, Bluesky...)
git clone https://github.com/lwojcik/github-action-feed-to-social-media.gitPost latest RSS feed item to social media (Mastodon, Twitter, Discord, Slack, Bluesky...)
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/lwojcik/github-action-feed-to-social-mediaCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Create a GitHub Action that automatically posts the latest item from [RSS_FEED_URL] to [PLATFORM_NAME] (e.g., Mastodon, Twitter, Discord, Slack, Bluesky). The post should include the title, a short excerpt, and a link to the full article. Ensure the action runs daily and handles errors gracefully. Provide the complete YAML configuration for the workflow.
# GitHub Action for RSS to Social Media Posting
Here's a complete GitHub Action workflow that posts the latest RSS feed item to Mastodon:
```yaml
name: RSS to Mastodon
on:
schedule:
- cron: '0 0 * * *'
jobs:
post-to-mastodon:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Post to Mastodon
uses: jasonetco/rss-to-mastodon-action@v1
with:
rss-feed-url: 'https://example.com/feed.xml'
mastodon-instance: 'mastodon.social'
mastodon-access-token: ${{ secrets.MASTODON_ACCESS_TOKEN }}
post-title: true
post-excerpt: true
post-link: true
```
## How It Works
- The action runs daily at midnight UTC.
- It fetches the latest item from the specified RSS feed.
- It posts the title, a short excerpt, and a link to your Mastodon account.
- The Mastodon access token should be stored in your GitHub repository secrets.
Community communication platform with voice and text channels
Real-time team messaging with 2,000+ integrations
Leverage AI for efficient document review and comprehensive e-discovery solutions.
Let’s build from here, together
Enterprise RPA platform with AI-powered process automation
Fast and reliable CNC machining services.
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan