π¦ ClawHub
Smart Poller
by @socneo
Periodically polls a Feishu task board to auto-detect and execute tasks assigned to the current AI agent with optional silent mode and feedback.
TERMINAL
clawhub install smart-pollerπ About This Skill
Smart Poller Skill
Smart Polling Skill β Periodically polls a Feishu task board and auto-executes tasks assigned to the current AI agent.
π δΈζζζ‘£
π― Features
π¦ 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 IDapp_secret: Feishu App Secretdoc_token: Task board document IDassignee: Current agent identifierπ Usage
# Run once (testing)
python3 poller.py config.json --onceContinuous polling (production)
python3 poller.py config.jsonCron (recommended)
*/15 * * * * python3 poller.py config.json --once
π οΈ Required Tools
exec: Run Python/Node.js scriptsfile_read: Read config filefile_write: Write config and logsπ Changelog
v1.0.0 (2026-03-17)
π€ Contributing
GitHub: https://github.com/openclaw/skills
π License
MIT License
Author: socneo Last updated: 2026-03-18