Token导航 LogoToken导航TokenDH.com
效率敏感数据clawhub未标认证来源可访问clear审计提醒

rss-to-socialRSS TO social 监控告警

Agent Skill

rss-to-social 用于整理文档、README、Markdown 和说明材料,适合在 OpenClaw 中需要把零散信息整理成结构清晰的文档时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

12,967

周安装

557

GitHub Stars

公开资料未说明

下载量

4,545
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:rss-to-social(RSS TO social 监控告警)
来源仓库:https://github.com/fly3094/rss-to-social
安装命令:
openclaw skills install rss-to-social
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install rss-to-social

简介

自动监控 RSS 源并发布到社交媒体。安排内容、使用 AI 生成帖子并发布到 Twitter/LinkedIn。

SKILL.md

name
rss-to-social
description
Automatically monitor RSS feeds and post to social media. Schedule content, generate posts with AI, and publish to Twitter/LinkedIn.
author
fly3094
version
1.2.0
tags
[rss, social-media, automation, twitter, linkedin, scheduling, content, podcast, youtube, dedup, ai-summary]
support
paypal
492227637@qq.com
email
492227637@qq.com
metadata
clawdbot
emoji
📰
requires
bins
env
config
env
RSS_FEED_URLS
description
Comma-separated RSS feed URLs to monitor
required
true
example
https://example.com/feed.xml,https://news.com/rss
SOCIAL_PLATFORMS
description
Target platforms (twitter,linkedin,all)
default
twitter
required
false
POST_INTERVAL_HOURS
description
Hours between posts
default
4
required
false
AI_MODEL
description
AI model for content generation
default
default
required
false
INCLUDE_HASHTAGS
description
Add hashtags to posts
default
true
required
false

RSS to Social Media Auto-Poster 📰

Stop manually sharing content. This skill monitors your RSS feeds 24/7 and auto-posts engaging content to Twitter, LinkedIn, or both.

Time saved: 5-10 hours/week → 30 minutes/week

What It Does

  • 📰 RSS Monitoring: Track unlimited RSS feeds for new content
  • 🤖 AI Content Generation: Create platform-optimized posts (Twitter threads, LinkedIn articles)
  • Scheduled Publishing: Post at optimal times (configurable: every 2-24 hours)
  • 🔄 Multi-Platform: Twitter, LinkedIn, or both simultaneously
  • 📊 Smart Deduplication: Never post the same content twice (30-day memory)
  • 🔗 Auto Linking: Include original article links + UTM tracking
  • 🎯 Engagement Optimization: AI-generated hooks, hashtags, and CTAs

Quick Start (60 seconds)

# 1. Install
clawhub install rss-to-social

# 2. Configure (add to your env)
export RSS_FEED_URLS="https://techcrunch.com/feed/,https://news.ycombinator.com/rss"
export SOCIAL_PLATFORMS="twitter"
export POST_INTERVAL_HOURS="4"

# 3. Run
# Check RSS and post new content

That's it! The skill will monitor your feeds and post automatically.

Installation

clawhub install rss-to-social

Configuration

Required Environment Variables

# 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

# 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 more: https://techcrunch.com/article

#OpenClaw #AI #Automation

LinkedIn Post

Exciting developments in AI automation!

OpenClaw just announced a major update with three game-changing features:

1️⃣ New skill marketplace with 100+ integrations
2️⃣ Improved browser automation for complex workflows
3️⃣ 50% performance improvement across all operations

This is a significant step forward for personal AI assistants.

What features are you most excited about?

Read the full announcement: https://techcrunch.com/article

#ArtificialIntelligence #Automation #Productivity #Tech

Scheduling Options

Using OpenClaw Scheduler

Every 4 hours, check RSS and post new content

Using Cron

# Add to crontab (every 4 hours)
0 */4 * * * cd /path/to/workspace && openclaw run "Check RSS and post"

Using Systemd Timer

# /etc/systemd/system/rss-to-social.timer
[Unit]
Description=RSS to Social Auto-Poster

[Timer]
OnBootSec=5min
OnUnitActiveSec=4h
Unit=rss-to-social.service

[Install]
WantedBy=timers.target

Features

Smart Content Generation

  • Hook Optimization: AI generates attention-grabbing openings
  • Platform Formatting: Adapts length and style per platform
  • Hashtag Suggestions: Relevant tags based on content
  • Link Shortening: Optional URL shortening for cleaner posts

Deduplication

  • Tracks posted URLs in .rss-to-social/posted.json
  • Never posts the same content twice
  • Maintains 30-day history by default

Multi-Feed Support

  • Monitor unlimited RSS feeds
  • Priority ordering (first feed = highest priority)
  • Category-based filtering

Integration

Works With

  • ✅ social-media-automator (this skill can trigger it)
  • ✅ Buffer/Hootsuite (via API)
  • ✅ Twitter API (direct posting)
  • ✅ LinkedIn API (direct posting)
  • ✅ Telegram/WhatsApp (for approval workflow)

Approval Workflow (Optional)

For sensitive accounts, enable approval before posting:

When new RSS content found, send to Telegram for approval before posting

Troubleshooting

No Posts Generated

  • Check RSS_FEED_URLS format (comma-separated, valid URLs)
  • Verify feeds have new content
  • Check AI model availability

Posting Failures

  • Verify API credentials
  • Check rate limits
  • Review platform-specific requirements

Duplicate Posts

  • Clear .rss-to-social/posted.json if needed
  • Adjust deduplication window

Use Cases

Tech News Aggregator

Monitor tech blogs, auto-share to Twitter for thought leadership.

Industry Updates

Track industry RSS feeds, share insights on LinkedIn.

Content Curation

Build a curated news account for your niche.

Personal Branding

Automate your social presence while maintaining quality.

Monetization

This skill powers LobsterLabs content automation services:

  • Setup + Configuration: $299 one-time
  • Monthly Management: $499/month (includes monitoring, optimization, reporting)
  • Custom Integrations: $150/hour

Contact: PayPal 492227637@qq.com

Changelog

1.0.0 (2026-03-07)

  • Initial release
  • RSS feed monitoring
  • AI content generation
  • Twitter/LinkedIn support
  • Deduplication system
  • Scheduling integration

💖 支持作者

如果你觉得这个技能有用,请考虑打赏支持:

  • PayPal: 492227637@qq.com
  • 邮箱: 492227637@qq.com

你的支持是我持续改进的动力!

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

92.29%
按下载量换算4,195

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills