Sato Hub
← Skills

Creates, configures, and deploys on-chain automation workflows using the Ditto Network SDK. Use when the user asks to "create a workflow", "automate on-chain...

Generates or handles private keysSchedules itself to run repeatedly
Hosts contacted: ipfs-service.dittonetwork.io
Credentials it expects: PRIVATE_KEY
Evidence lines
  • generates_or_handles_keysSKILL.md: - **Owner** (the client/user): Holds a private key, creates and signs workflows. This is the only key the user provides.
  • generates_or_handles_keysSKILL.md: PRIVATE_KEY=0x... # Owner's private key (the user's wallet — used to sign and deploy)
  • generates_or_handles_keysSKILL.md: - Never hardcode the owner's private key in source files. Always load from `.env` via `dotenv`.
  • generates_or_handles_keysSKILL.md: - Always use `getDittoExecutorAddress()` for the executor address. Never derive it from a private key.
  • generates_or_handles_keysSKILL.md: **Key pattern:** `WorkflowBuilder.create()` takes an `Account` (address only, no signing capability). Use `addressToEmptyAccount(owner.address)` for this. The a
  • schedules_persistenceSKILL.md: description: Creates, configures, and deploys on-chain automation workflows using the Ditto Network SDK. Use when the user asks to "create a workflow", "automat
  • schedules_persistenceSKILL.md: Build and deploy declarative on-chain automation workflows using `@ditto/workflow-sdk`. Workflows define triggers (cron, event, onchain state) and jobs (batched
  • schedules_persistenceSKILL.md: - **When/how often?** (cron schedule, on event, or when a condition is met)
  • schedules_persistenceSKILL.md: ### Cron Trigger (time-based)
  • schedules_persistenceSKILL.md: .addCronTrigger('*/5 * * * *') // Every 5 minutes (UTC)

Registry's own scan (clawhub): suspicious on 2026-05-29 — their verdict, not ours. Our disclosure is a static description of what the skill declares and does; it is not a safety verdict. Source record: clawhub.ai/vladislavshad/skills/workflow-automation-evm-wallets.

Install

openclaw skills install vladislavshad/workflow-automation-evm-wallets

Copied from the registry's documented install form. Read the disclosure above first; it is the whole point of this page.

Observed record

First seen 2026-09-02. The weekly re-scan will record install growth and any change to the skill's content hash; one observation so far.

Cite this page

Sato Hub. "Trustless Workflow Automation on EVM networks for Agents (powered by Ditto Network) — skill disclosure on Sato Hub." Sato Hub, accessed 2026-09-06. https://satohub.ai/skills/clawhub%3Avladislavshad%2Fworkflow-automation-evm-wallets

This page is refreshed daily. Citations include the date so a reader can tell which snapshot a claim came from.