TopRank Skills

Home / Claw Skills / Bot / rss-to-social
Official OpenClaw rules 38%

rss-to-social

Automatically monitor RSS feeds and post to social media. Schedule content, generate posts with AI, and publish to Twitter/LinkedIn.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 rss-to-social 技能。 若已安装,则直接安装 rss-to-social 技能。

Overview

Skill Key
fly3094/rss-to-social
Author
fly3094
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/fly3094/rss-to-social
Latest Commit SHA
f537f7a0466900e4b4baf2627e38367565ab2e74

Extracted Content

SKILL.md excerpt

# RSS to Social Media Auto-Poster 📰

Automatically monitor RSS feeds, generate engaging social media posts with AI, and publish on schedule.

## What It Does

- 📰 **RSS Monitoring**: Track multiple RSS feeds for new content
- 🤖 **AI Content Generation**: Create platform-optimized posts automatically
- ⏰ **Scheduled Publishing**: Post at optimal times (configurable interval)
- 🔄 **Multi-Platform**: Support Twitter, LinkedIn, or both
- 📊 **Smart Deduplication**: Never post the same content twice
- 🔗 **Auto Linking**: Include original article links

## Installation

```bash
clawhub install rss-to-social
```

## Configuration

### Required Environment Variables

```bash
# RSS feeds to monitor (comma-separated)
export RSS_FEED_URLS="https://techcrunch.com/feed/,https://news.ycombinator.com/rss"

# Target platforms: twitter, linkedin, or all
export SOCIAL_PLATFORMS="twitter"

# Hours between posts (default: 4)
export POST_INTERVAL_HOURS="4"
```

### Optional Environment Variables

```bash
# AI model for content generation
export AI_MODEL="default"

# Include hashtags (true/false)
export INCLUDE_HASHTAGS="true"

# Twitter-specific (if direct posting enabled)
export TWITTER_API_KEY="your_key"
export TWITTER_API_SECRET="your_secret"
export TWITTER_ACCESS_TOKEN="your_token"
export TWITTER_ACCESS_TOKEN_SECRET="your_token_secret"

# LinkedIn-specific (if direct posting enabled)
export LINKEDIN_ACCESS_TOKEN="your_token"
```

## Usage

### One-Time Post
```
Check RSS feeds and post latest content to social media
```

### Start Continuous Monitoring
```
Start RSS monitoring and auto-posting every 4 hours
```

### Check Status
```
Show RSS monitoring status and recent posts
```

### Stop Monitoring
```
Stop RSS auto-posting
```

### Platform-Specific
```
Post to LinkedIn only from RSS feeds
```

## Output Examples

### Twitter Post
```
🚀 New: OpenClaw Releases Major Update

Key features:
• New skill marketplace
• Improved browser automation  
• 50% performance boost

Read m...

Related Claw Skills