Trustless Workflow Automation on EVM networks for Agents (powered by Ditto Network)ClawHub · vladislavshad
978 installsCreates, configures, and deploys on-chain automation workflows using the Ditto Network SDK. Use when the user asks to "create a workflow", "automate on-chain...
ipfs-service.dittonetwork.ioPRIVATE_KEYEvidence lines
- generates_or_handles_keys — SKILL.md: - **Owner** (the client/user): Holds a private key, creates and signs workflows. This is the only key the user provides.
- generates_or_handles_keys — SKILL.md: PRIVATE_KEY=0x... # Owner's private key (the user's wallet — used to sign and deploy)
- generates_or_handles_keys — SKILL.md: - Never hardcode the owner's private key in source files. Always load from `.env` via `dotenv`.
- generates_or_handles_keys — SKILL.md: - Always use `getDittoExecutorAddress()` for the executor address. Never derive it from a private key.
- generates_or_handles_keys — SKILL.md: **Key pattern:** `WorkflowBuilder.create()` takes an `Account` (address only, no signing capability). Use `addressToEmptyAccount(owner.address)` for this. The a
- schedules_persistence — SKILL.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_persistence — SKILL.md: Build and deploy declarative on-chain automation workflows using `@ditto/workflow-sdk`. Workflows define triggers (cron, event, onchain state) and jobs (batched
- schedules_persistence — SKILL.md: - **When/how often?** (cron schedule, on event, or when a condition is met)
- schedules_persistence — SKILL.md: ### Cron Trigger (time-based)
- schedules_persistence — SKILL.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-walletsThis page is refreshed daily. Citations include the date so a reader can tell which snapshot a claim came from.