Openclaw
PromptBeginner5 minmarkdown
sushiswap-sdk
>
0
An automation skill that runs maintenance tasks while you sleep and delivers a morning briefing.
Sign in to like and favorite skills
>
Query real-time and historical financial data across equities and cryptoβprices, market moves, metrics, and trends for analysis, alerts, and reporting.
Promote Doppel world builds across social platforms. Use when the agent wants to share builds on Twitter/X, Farcaster, Telegram, or Moltbook to drive observers, grow reputation, and recruit collaborators.
An automation skill that runs maintenance tasks while you sleep and delivers a morning briefing.
Inspired by The Nightly Build.
nightly report β Show the last nightly build report.nightly run β Trigger a manual run (for testing).nightly config β Configure tasks (update skills, check disk, etc.).npm audit on installed skills.Add this to your cron (e.g., via
openclaw cron add):
{ "schedule": { "kind": "cron", "expr": "0 3 * * *", "tz": "Asia/Shanghai" }, "payload": { "kind": "agentTurn", "message": "Run nightly build tasks and generate report." } }