← 返回 Skills 市场
438
总下载
0
收藏
1
当前安装
5
版本数
在 OpenClaw 中安装
/install rss-to-social
功能描述
Automatically monitor RSS feeds and post to social media. Schedule content, generate posts with AI, and publish to Twitter/LinkedIn.
安全使用建议
This package appears to be an incomplete implementation: it will fetch RSS feeds, create post text, and print posts locally, but it does not actually post to Twitter/LinkedIn or integrate with Buffer/Hootsuite/Telegram despite claiming to do so. Before installing or providing any API credentials: 1) Review the script and confirm whether you need the actual posting capability — the current script does not use TWITTER_* or LINKEDIN_ACCESS_TOKEN. 2) If you plan to enable real posting, update the code to perform authenticated API calls securely (avoid hardcoding secrets) and review rate limits/permissions. 3) Note the script writes posted.json to .rss-to-social (or to RSS_TO_SOCIAL_DATA_DIR if you set it) — consider using an isolated workspace and backup/remove that file if needed. 4) Do not provide social account API keys until you verify the code path that uses them and test in a safe/test account. 5) If you expect fully automated posting, ask the publisher for a version that implements and documents the posting integrations (or add the functionality yourself) — the current mismatch between docs and code is why this is flagged suspicious.
功能分析
Type: OpenClaw Skill
Name: rss-to-social
Version: 1.2.0
The skill is a legitimate RSS-to-social-media automation tool. The Python script (scripts/rss_monitor.py) uses the standard feedparser library to fetch content and implements local deduplication logic without any evidence of data exfiltration, unauthorized network calls, or shell execution. The SKILL.md documentation accurately describes the functionality and does not contain any prompt-injection attempts or hidden malicious instructions.
能力标签
能力评估
Purpose & Capability
The skill claims automatic publishing to Twitter/LinkedIn, Buffer/Hootsuite integration, Telegram approval workflow, and OpenClaw publishing — but the provided script only fetches feeds, generates post text, prints output, and marks items as posted locally. Required binaries and declared required env vars (RSS_FEED_URLS, SOCIAL_PLATFORMS) are appropriate, but many advertised capabilities are missing from the code.
Instruction Scope
SKILL.md instructs users to set optional API credentials (TWITTER_*, LINKEDIN_ACCESS_TOKEN) and describes approval/publishing workflows, but the runtime instructions and the python script do not use those API creds or implement posting/approval logic. The script also reads an undocumented env var (RSS_TO_SOCIAL_DATA_DIR) and writes .rss-to-social/posted.json, which SKILL.md partly documents as .rss-to-social/posted.json but does not mention the alternate env var.
Install Mechanism
No install spec is provided (instruction-only), but a requirements.txt exists listing feedparser. That's low risk, but there is no automated install step in the package — users must install Python deps themselves. No external downloads or obscure URLs are used.
Credentials
Declared required env vars (RSS_FEED_URLS, SOCIAL_PLATFORMS) match the core functionality. The README lists optional API tokens for Twitter/LinkedIn — reasonable for a posting feature — but those tokens are not consumed by the included script, which is an inconsistency. The script uses an additional env var (RSS_TO_SOCIAL_DATA_DIR) that is not documented in SKILL.md.
Persistence & Privilege
No elevated privileges requested. always is false. The skill stores a posted history in a local directory (.rss-to-social by default) — expected behavior for deduplication and not affecting other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install rss-to-social - 安装完成后,直接呼叫该 Skill 的名称或使用
/rss-to-social触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
- Version updated to 1.2.0.
- No feature, configuration, or usage changes—documentation version number increment only.
v1.1.0
添加播客/YouTube RSS 支持、内容去重、智能摘要生成、多账号轮询发布、内容队列管理
v1.0.2
Version 1.0.2
- Updated version number to 1.0.2.
- Added WeChat and Alipay QR code images to the support section for easier donations.
v1.0.1
- Added a new support section to the SKILL.md with PayPal, WeChat, Alipay, and email options for author donations.
- Enhanced documentation with a prominent call-to-action encouraging user support (打赏/Donate).
- Clarified time-saving benefits and streamlined the introduction.
- No functional code or API changes; documentation update only.
v1.0.0
Initial release: RSS feed monitoring, AI content generation, Twitter/LinkedIn support, deduplication system, scheduling integration
元数据
常见问题
Rss To Social 是什么?
Automatically monitor RSS feeds and post to social media. Schedule content, generate posts with AI, and publish to Twitter/LinkedIn. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 438 次。
如何安装 Rss To Social?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install rss-to-social」即可一键安装,无需额外配置。
Rss To Social 是免费的吗?
是的,Rss To Social 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Rss To Social 支持哪些平台?
Rss To Social 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Rss To Social?
由 fly3094(@fly3094)开发并维护,当前版本 v1.2.0。
推荐 Skills