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
2280Profile unavailable
Automation

小红书竞品监控助手

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

Registry SourceRecently Updated
2850Profile unavailable
Automation

Feishu Bitable API

飞书多维表格(Bitable)API技能。用于创建、读取、更新和删除飞书多维表格的数据表、记录和字段。

Registry SourceRecently Updated
2.8K3Profile unavailable
Automation

飞书日报周报自动生成

飞书日报/周报自动生成技能。从飞书文档、聊天记录、Bitable等数据源自动汇总生成结构化日报/周报,并发送到指定飞书文档或群聊。 触发场景:用户说"生成日报"、"写周报"、"帮我汇总今天的工作"、"整理飞书内容发日报"、"每天自动发日报"、"定时生成报告"。 Keywords: 日报, 周报, 日报生成, 自动...

Registry SourceRecently Updated
1050Profile unavailable