batch-swapExecute multiple token swaps in sequence. Use when user wants to rebalance, swap into multiple tokens, or execute a multi-step trading plan. Each swap goes through full safety validation independently.
Install via ClawdBot CLI:
clawdbot install wpank/batch-swapGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/wpank/Agentic-Uniswap/tree/main/.ai/skills/batch-swapAudited Apr 16, 2026 · audit v1.0
Generated Mar 1, 2026
An investor wants to adjust their cryptocurrency portfolio allocation by swapping multiple tokens simultaneously to achieve target percentages, such as moving from a concentrated position to a diversified mix. This skill automates the sequential swaps with safety checks, ensuring each trade is validated independently to prevent errors.
A user aims to purchase several different tokens in a single transaction batch, for example, buying ETH, LINK, and MATIC from a stablecoin like USDC. The skill parses the list of swaps, executes them in order while updating balances, and provides a summary report for tracking.
A trader identifies price discrepancies across multiple token pairs and needs to execute a series of swaps quickly to capitalize on arbitrage opportunities. The skill handles the sequential trades with stop-on-failure options, allowing for partial execution if one swap fails.
A DeFi user wants to swap into multiple tokens to provide liquidity in various pools, requiring precise amounts for each token. The skill validates total spending against daily limits and balances, ensuring the batch stays within safety parameters before execution.
A company managing its crypto holdings needs to rebalance or diversify assets across different tokens for risk management or operational purposes. The skill facilitates batch swaps with independent safety checks, reducing manual effort and error risk.
Generate revenue by charging a small percentage fee on each swap executed through the batch skill, leveraging high-volume trading activities. This model benefits from the skill's automation, which encourages frequent use by users for rebalancing or multi-token acquisitions.
Offer the batch swap skill as part of a premium subscription plan for advanced traders or institutions, providing features like higher daily limits, priority execution, or detailed analytics. This model ensures recurring revenue from users who require frequent batch operations.
License the batch swap skill to other platforms, such as exchanges or wallet providers, who can integrate it into their services to enhance user functionality. Revenue comes from licensing fees or revenue-sharing agreements based on transaction volume generated through the integration.
💬 Integration Tip
Ensure the skill integrates with existing balance and safety tools like mcp__uniswap__get_agent_balance and mcp__uniswap__check_safety_status to pre-validate swaps and prevent errors, and use Task(subagent_type:trade-executor) for reliable execution.
Scored Apr 19, 2026
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
Runs shell commands inside a dedicated tmux session named claw, captures, and returns the output, with safety checks for destructive commands.
Command-line tool to manage Google Workspace services including Gmail, Calendar, Drive, Sheets, Docs, Slides, Contacts, Tasks, People, Groups, and Keep.
Capture, inspect, and compare screenshots of screens, windows, regions, web pages, simulators, and CI runs with the right tool, wait strategy, viewport, and...
Avoid common Bash mistakes — quoting traps, word splitting, and subshell gotchas.
Automate Windows GUI interactions (mouse, keyboard, windows) using PowerShell. Use when the user needs to simulate user input on the desktop, such as moving the cursor, clicking buttons, typing text in non-web apps, or managing window states.