BigTimer
Run the following command in DeepSeek Harness:
dsh plugin install kobenfang/BigTimer
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install kobenfang/BigTimer in the DeepSeek Harness terminal to install this plugin; the full source code is at https://github.com/kobenfang/BigTimer .
About this plugin
In many agent workflows, tasks need to fire on a fixed cadence—daily data pulls, periodic inspections, scheduled reminders—and their results must reach a reliable notification channel. BigTimer bundles timed scheduling and message push into a lightweight Agent Skill, letting DeepSeek Harness (dsh) workflows manage recurring jobs as easily as setting an alarm, without maintaining a separate cron setup externally.
As a dsh Skill plugin, BigTimer triggers tasks on a preset schedule and delivers results through a message channel. It is also published on ClawHub, so OpenClaw users can discover and use the same capabilities with a consistent cross-platform experience.
If you are building automation pipelines with dsh and need periodic script or API execution followed by timely notifications, BigTimer removes the hassle of wiring up a standalone scheduler and notifier, closing the loop from trigger to delivery entirely within the agent workflow.
Use Cases
- Run a script at a fixed interval and push results to a designated channel
- Periodically check service health and fire alert notifications when anomalies are detected
- Pull external data on a daily schedule and proactively deliver a summary
- Add timed triggering and delivery capability to OpenClaw workflows
Best For
- Developers building automation pipelines with dsh
- Ops engineers who need periodic task triggers with timely notifications
- Agent users searching ClawHub or OpenClaw for scheduling capabilities
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.