Smart Poller

# Smart Poller Skill

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Smart Poller" with this command: npx skills add socneo/smart-poller

Smart Poller Skill

Smart Polling Skill — Periodically polls a Feishu task board and auto-executes tasks assigned to the current AI agent.

📖 中文文档


🎯 Features

  • ✅ Scheduled polling of Feishu task board (configurable interval)
  • ✅ Auto-detect tasks assigned to the current AI agent
  • ✅ Silent mode (no notification when idle; saves ~95% Token usage)
  • ✅ Auto-write completion feedback to the task board
  • ✅ Node.js and Python dual runtime support

📦 Installation

clawhub install smart-poller

🔧 Configuration

Copy the config template and fill in your values:

cp config.example.json config.json

Required fields:

  • app_id: Feishu App ID
  • app_secret: Feishu App Secret
  • doc_token: Task board document ID
  • assignee: Current agent identifier

🚀 Usage

# Run once (testing)
python3 poller.py config.json --once

# Continuous polling (production)
python3 poller.py config.json

# Cron (recommended)
*/15 * * * * python3 poller.py config.json --once

🛠️ Required Tools

  • exec: Run Python/Node.js scripts
  • file_read: Read config file
  • file_write: Write config and logs

📝 Changelog

v1.0.0 (2026-03-17)

  • ✅ Initial release
  • ✅ Full Feishu API integration
  • ✅ Silent mode optimization
  • ✅ Dual runtime support

🤝 Contributing

GitHub: https://github.com/openclaw/skills


📄 License

MIT License


Author: socneo
Last updated: 2026-03-18

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Feishu Calendar Intelligent Scheduler

飞书智能日历调度器 - 自动推荐最佳会议时间,批量管理日程,生成会议报表

Registry SourceRecently Updated
3160Profile unavailable
Automation

WeChat MP Monitor

Monitor WeChat MP (微信公众号) articles and send notifications. Use when user needs to track public account updates, summarize articles, or receive alerts when ne...

Registry SourceRecently Updated
3560Profile unavailable
Automation

小红书竞品监控助手

小红书竞品监控 - 自动采集竞品笔记,推送飞书通知,写入数据看板

Registry SourceRecently Updated
3600Profile unavailable
Automation

飞书AI工作日报

生成飞书AI助手团队工作日报。每天自动收集团队成员的工作内容,整理成日报,保存文件并发送到飞书。触发场景:用户说"生成日报"、"整理日报"、"工作日报"等;定时任务(每天18点)调用。重要:必须严格按照模板格式输出,不得更改格式。

Registry SourceRecently Updated
5061Profile unavailable