← 返回
未分类 Key 中文

Smart Poller

Periodically polls a Feishu task board to auto-detect and execute tasks assigned to the current AI agent with optional silent mode and feedback.
定期轮询飞书任务看板,自动检测并执行分配给当前AI智能体的任务,支持静默模式与反馈功能。
socneo socneo 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 498
下载
💾 0
安装
1
版本
#automation#feishu#latest#polling

概述

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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 18:39 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

message-hub-socneo

socneo
AI团队消息中心客户端 - 实现异步协作
★ 0 📥 494

ima-team-board-socneo

socneo
IMA团队看板 - 基于IMA API的AI团队协作消息板
★ 0 📥 436

Autonomous Agent

socneo
AI自主代理框架,具备自我驱动能力。实现感知层、判断层、执行层和反思层,支持智能自主操作。
★ 1 📥 412