ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 4/5

sharkflow

⚡ SharkFlow - 链上任务自动化,智能合约交互队列 + 多签工作流

Why use this skill?

SharkFlow empowers OpenClaw users to automate DeFi interactions, manage multi-sig wallets, and schedule on-chain tasks with ease. Install SharkFlow to streamline your crypto portfolio management and execute batch transactions securely.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/gztanht/sharkflow
Or

What This Skill Does

SharkFlow is a professional-grade on-chain automation agent designed to streamline DeFi operations. It functions as a robust middleware between the user and the blockchain, enabling complex multi-step workflows, queue management, and multi-signature security protocols. By abstracting the technical complexity of smart contract interactions, SharkFlow allows users to batch execute transactions, schedule recurring investments (DCA), and manage cross-platform yield farming strategies from a unified command-line interface or agentic flow.

Installation

To integrate SharkFlow into your OpenClaw environment, execute the following command in your terminal:

clawhub install openclaw/skills/skills/gztanht/sharkflow

Alternatively, you can install it via NPM for standalone use:

npx @gztanht/sharkflow

Ensure your config/wallets.json is properly populated with your addresses and signature requirements before executing the first task.

Use Cases

SharkFlow is ideal for sophisticated DeFi power users and DAOs. Common use cases include:

  • Automated Yield Strategy: Regularly depositing rewards into liquidity pools like Aave or Compound.
  • DCA (Dollar Cost Averaging): Setting up recurring swap tasks to accumulate assets over time without manual intervention.
  • DAO Governance & Security: Coordinating multi-signature transactions for treasury management or protocol interaction, ensuring no single point of failure.
  • Cross-Chain Portfolio Rebalancing: Managing assets across various bridges like Stargate and Hop with pre-defined validation rules.

Example Prompts

  1. "SharkFlow, queue a daily deposit of 100 USDT into Aave every Monday at 9 AM UTC."
  2. "Execute a batch swap from 0.5 ETH to USDC using 1inch and bridge the output to Arbitrum using Stargate."
  3. "Initiate a new multi-sig transaction with 3 required signers and notify the team via Telegram once it is ready for approval."

Tips & Limitations

  • Safety First: Always use the --dry-run flag before executing batches to simulate gas usage and potential failure points.
  • Rate Limiting: Be aware that high-frequency automation might conflict with specific platform cooldowns or liquidity restrictions.
  • Wallet Security: Ensure your config/wallets.json is stored securely; never hardcode private keys in plaintext if you are not using a secure Key Management Service (KMS).
  • Limitations: Currently, SharkFlow focuses on EVM-compatible chains. Support for non-EVM chains is pending future updates.

Metadata

Author@gztanht
Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-gztanht-sharkflow": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#task#workflow#multisig#defi#automation#shark
Safety Score: 4/5

Flags: network-access, file-read, file-write, code-execution