Back to Registry View Author Profile
Official Verified
productivity-bot
Automation bot for productivity tasks including data processing, scheduled notifications, and workflow optimization.
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chinakingkong/productivity-botOr
Productivity Bot
Automation bot for everyday productivity tasks.
Features
1. Data Automation
- Auto-process CSV/Excel files
- Data transformation pipelines
- Report generation
2. Scheduled Tasks
- Daily reminders
- Periodic data syncs -定时报告
3. Notifications
- Email alerts
- Slack/Discord messages
- Custom webhooks
Usage
from productivity_bot import Scheduler, DataProcessor
# Schedule a task
scheduler = Scheduler()
scheduler.every day.at("9:00").do(send_report)
# Process data
processor = DataProcessor()
processor.clean("dirty_data.csv").export("clean_data.csv")
Requirements
- Python 3.8+
- Various API keys
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-chinakingkong-productivity-bot": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.
Related Skills
mcp-server
Create and deploy Model Context Protocol (MCP) servers for AI agents. MCP enables AI models to interact with external tools and services.
chinakingkong 3840
ai-coder
Advanced AI-powered coding assistant with multi-language support, debugging, and automated testing capabilities.
chinakingkong 3840