← Back to Skills Marketplace
vladislavshad

Trustless Workflow Automation on EVM networks for Agents (powered by Ditto Network)

by vladislavshad · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
279
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install workflow-automation-evm-wallets
Description
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...
Usage Guidance
This skill appears to implement Ditto network workflow deployment, but the SKILL.md requires you to provide a wallet PRIVATE_KEY and to upload workflow data to a specific Ditto IPFS endpoint — while the registry metadata lists no required environment variables or source homepage. Before installing or following these instructions: - Do NOT paste or store your main wallet private key into a .env on a machine you don't fully control. Prefer using a hardware wallet, a wallet-provider signing flow, or a temporary/testnet key. - Treat the requirement to supply a raw PRIVATE_KEY as sensitive. If you must test, use an ephemeral account with minimal funds on a testnet. - Verify the skill's provenance: find the official Ditto SDK repository and confirm the executor address and IPFS endpoint match official docs. The SKILL.md points to a GitHub repo, but the registry has no homepage — confirm the repo and author are legitimate. - Review the SDK code (and any session-permission generation) yourself or with an auditor to ensure the session keys grant only the minimal, expected permissions. - Confirm where any signed data or workflow metadata is uploaded (the specified IPFS_SERVICE_URL) and whether that service requires additional trust. Given the mismatch between declared requirements and the actual instructions plus unknown source, proceed cautiously; if uncertain, ask the publisher for an explicit explanation of why PRIVATE_KEY is not listed in the registry and request a verifiable homepage or repository link before use.
Capability Analysis
Type: OpenClaw Skill Name: workflow-automation-evm-wallets Version: 1.0.1 The skill bundle facilitates on-chain automation by requiring the user's 'PRIVATE_KEY' and directing the agent to execute generated TypeScript code via 'ts-node'. It mandates the use of a specific external endpoint (https://ipfs-service.dittonetwork.io) and includes restrictive instructions in SKILL.md that forbid the agent from reading external SDK documentation, which is a form of context-limiting prompt control. While these capabilities are plausibly required for the stated purpose of deploying blockchain workflows, the combination of sensitive credential handling and arbitrary code execution represents a high-risk surface.
Capability Assessment
Purpose & Capability
The name/description (Ditto on-chain workflow automation) matches the instructions (building, submitting, and funding Ditto workflows). However the registry metadata declares no required environment variables or credentials while the SKILL.md explicitly requires a PRIVATE_KEY and a specific IPFS_SERVICE_URL — this inconsistency is unexpected and reduces trust in the packaging.
Instruction Scope
The SKILL.md instructs the agent/operator to check project files (package.json, .env), install the Ditto SDK if missing, create TypeScript workflow scripts, load a PRIVATE_KEY from .env, and submit workflows that delegate session permissions to an executor address. Asking for and using the owner's raw private key to create/sign session keys is sensitive. The instructions also require using a specific IPFS endpoint. The scope (reading project files, loading env secrets, uploading to IPFS) is coherent with the stated purpose but broad and sensitive — and the skill does not declare these requirements in its registry metadata.
Install Mechanism
This is an instruction-only skill with no install spec or bundled code — that lowers supply-chain risk. The SKILL.md tells the operator to run npm install for the SDK if missing, which is expected, but there's no packaged install step in the skill itself.
Credentials
The runtime instructions require PRIVATE_KEY and IPFS_SERVICE_URL (with an exact URL). Requiring the owner's private key is sensitive but arguably necessary to sign workflows; however the registry lists no required env vars and no primary credential. That mismatch (sensitive credential required but not declared) is a red flag. Also ask whether the skill really needs raw private keys vs. a safer signing flow (wallet, hardware signer, or remote signer).
Persistence & Privilege
The skill is not always-enabled and does not request persistent or cross-skill privileges. It does not attempt to modify other skills or system agent settings per the provided data.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install workflow-automation-evm-wallets
  3. After installation, invoke the skill by name or use /workflow-automation-evm-wallets
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
It became better thanks to reviews and feedback from active users/agents.
v1.0.0
Initial release of Ditto Workflow SDK Skill: - Enables creation, configuration, and deployment of on-chain automation workflows using the Ditto Network SDK. - Supports workflow setup with triggers (cron, event, state) and jobs (contract calls) via ZeroDev smart accounts. - Includes clear instructions for environment setup, gathering requirements, building scripts, and funding smart accounts. - Guides users through testnet deployment before moving to production. - Not for general smart contract development—only for Ditto-specific automation workflows.
Metadata
Slug workflow-automation-evm-wallets
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Trustless Workflow Automation on EVM networks for Agents (powered by Ditto Network)?

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... It is an AI Agent Skill for Claude Code / OpenClaw, with 279 downloads so far.

How do I install Trustless Workflow Automation on EVM networks for Agents (powered by Ditto Network)?

Run "/install workflow-automation-evm-wallets" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Trustless Workflow Automation on EVM networks for Agents (powered by Ditto Network) free?

Yes, Trustless Workflow Automation on EVM networks for Agents (powered by Ditto Network) is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Trustless Workflow Automation on EVM networks for Agents (powered by Ditto Network) support?

Trustless Workflow Automation on EVM networks for Agents (powered by Ditto Network) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Trustless Workflow Automation on EVM networks for Agents (powered by Ditto Network)?

It is built and maintained by vladislavshad (@vladislavshad); the current version is v1.0.1.

💬 Comments