Feishu Rss
Skill by autogame-17
Why use this skill?
Automate your news and updates with the Feishu RSS skill for OpenClaw. Subscribe to feeds and receive rich card notifications directly in your Feishu groups.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/autogame-17/feishu-rssWhat This Skill Does
The Feishu RSS skill is a specialized integration for the OpenClaw platform designed to bridge the gap between real-time web information streams and team collaboration workflows. By monitoring RSS or Atom feeds, this agent acts as an automated news curator that delivers updates directly to Feishu groups. Instead of manually checking various blogs, news sites, or update logs, users can subscribe to any valid RSS feed and receive formatted, rich-card notifications within their preferred Feishu channels. The tool manages subscriptions through a structured JSON database and maintains an intelligent memory layer to ensure that only fresh content is reported, effectively preventing notification fatigue and redundant alerts. It is the perfect solution for teams relying on technical blogs, product release notes, or industry news aggregators.
Installation
To integrate this utility, ensure you have the OpenClaw environment initialized. Execute the installation command via the terminal:
clawhub install openclaw/skills/skills/autogame-17/feishu-rss
Post-installation, ensure that your Feishu bot configuration is correctly linked to the target group IDs (oc_xxx) specified in your command arguments. The agent requires read/write permissions to the skills/feishu-rss/ and memory/ directories to maintain subscription state and history.
Use Cases
- DevOps Monitoring: Subscribe to GitHub release feeds for your dependencies to stay updated on critical security patches or feature releases.
- Market Intelligence: Track competitor news or industry-specific blogs to keep your team informed of shifting market trends.
- Internal Content Aggregation: Monitor internal company wikis or blog updates that support RSS, pushing them directly into project-specific Feishu channels for improved awareness.
Example Prompts
- "Check for any new updates from the Hacker News feed I subscribed to this morning."
- "Add a new RSS subscription for the official React documentation feed and push alerts to the Engineering Feishu group."
- "List all my active RSS subscriptions and remove the one tracking the legacy blog site."
Tips & Limitations
- Frequency: Since the check command runs on a manual or cron-based trigger, ensure your cron job is configured at an interval that balances your need for speed with resource efficiency.
- Duplicates: The system uses
rss_history.jsonto manage deduplication; avoid manually editing this file unless you are resetting the entire feed state. - Privacy: Be mindful that the RSS feeds you monitor may reveal internal priorities to the Feishu channel participants. Always ensure the RSS sources are trusted and relevant to the target audience.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-autogame-17-feishu-rss": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api
Related Skills
capability-evolver
A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution.
feishu-voice-assistant
Sends voice messages (audio) to Feishu chats using Duby TTS.
security-sentinel
Scan the workspace for security vulnerabilities, exposed secrets, and misconfigurations.
prompt-optimizer
Evaluate, optimize, and enhance prompts using 58 proven prompting techniques. Use when user asks to improve, optimize, or analyze a prompt; when a prompt needs better clarity, specificity, or structure; or when generating prompt variations for different use cases. Covers quality assessment, targeted improvements, and automatic optimization across techniques like CoT, few-shot learning, role-play, and 50+ more.
Feishu Broadcast
Skill by autogame-17