eyebot-cronbot

Review·Scanned 2/17/2026

This skill is a blockchain task scheduler and automation engine (eyebot-cronbot) providing cron-style tasks and on-chain triggers. Its bundled shell script scripts/cronbot.sh reads the EYEBOT_API environment variable and issues HTTP requests to ${_E}/api/${_A} and ${_E}/health, enabling external network calls and execution.

from clawhub.ai·v1.2.0·2.0 KB·0 installs
Scanned from 1.8.0 at d3e7dce · Transparency log ↗
$ vett add clawhub.ai/eyebots/eyebot-cronbotReview findings below

CronBot ⏰

Blockchain Task Automation

Schedule and automate recurring blockchain operations. Set triggers, create workflows, and execute transactions on schedule.

Features

  • Scheduled Tasks: Cron-style timing
  • Event Triggers: React to on-chain events
  • Price Triggers: Execute at target prices
  • Workflow Chains: Multi-step automations
  • Retry Logic: Handle failed transactions

Trigger Types

TriggerExample
TimeEvery hour, daily at 9am
PriceWhen ETH > $3000
EventOn token transfer
BalanceWhen wallet < 0.1 ETH
GasWhen gas < 20 gwei

Use Cases

  • Auto-claim rewards
  • Scheduled DCA buys
  • Gas-optimized transactions
  • Alert on conditions
  • Portfolio rebalancing

Usage

# Schedule a task
eyebot cronbot schedule "swap ETH USDC 0.1" --cron "0 9 * * *"

# Set price trigger
eyebot cronbot trigger "buy ETH 1000" --when "ETH < 2000"

# List active jobs
eyebot cronbot list

Support

Telegram: @ILL4NE