Install
openclaw skills install smart-pollerPeriodically polls a Feishu task board to auto-detect and execute tasks assigned to the current AI agent with optional silent mode and feedback.
openclaw skills install smart-pollerSmart Polling Skill — Periodically polls a Feishu task board and auto-executes tasks assigned to the current AI agent.
📖 中文文档
clawhub install smart-poller
Copy the config template and fill in your values:
cp config.example.json config.json
Required fields:
app_id: Feishu App IDapp_secret: Feishu App Secretdoc_token: Task board document IDassignee: Current agent identifier# 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
exec: Run Python/Node.js scriptsfile_read: Read config filefile_write: Write config and logsGitHub: https://github.com/openclaw/skills
MIT License
Author: socneo
Last updated: 2026-03-18