execution

Execute limit, market, maker, and protected orders on Polymarket and Kalshi.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/shreed27/DAIN --skill execution-shreed27
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execution
Source: https://github.com/shreed27/DAIN/tree/main/CloddsBot-main/src/skills/bundled/execution
Command: npx skills add https://github.com/shreed27/DAIN --skill execution-shreed27

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of executing trades on prediction markets, offering advanced order types and risk management features to protect your capital.

Core Features & Use Cases

  • Diverse Order Types: Place limit, market, maker, and protected orders with customizable slippage.
  • Order Management: Easily view, cancel, and manage all your open orders across platforms.
  • Use Case: You want to buy shares on Polymarket but are concerned about price slippage. Use the /exec protected-buy command with a specified maximum slippage percentage to ensure you get a favorable execution price.

Quick Start

Place a limit buy order for 100 shares of a market on Polymarket at a price of 0.52.

Frequently Asked Questions about execution

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I place limit orders on Polymarket and Kalshi prediction markets?

To place limit orders on Polymarket and Kalshi, you specify the share quantity and target price. The execution system routes the request via platform APIs to ensure your limit order is placed directly on the prediction market.

Can I use protected orders with slippage control on prediction markets?

Yes, protected orders with slippage control are supported on prediction markets. You can set a maximum slippage percentage to ensure your market or limit order executes at a favorable price, protecting your capital from adverse price movements.

What is TWAP and how does it work for trading prediction market shares?

TWAP, or Time-Weighted Average Price, splits a large prediction market order into smaller trades executed over a set time period. This minimizes market impact and slippage, achieving an average execution price across the duration.

Does this execution system support bracket orders and circuit breakers for risk management?

Yes, the execution system supports both bracket orders and circuit breakers for risk management. Bracket orders automatically place stop-loss and take-profit levels, while circuit breakers halt trading to mitigate excessive risk exposure.

How do I manage and cancel open orders across Polymarket and Kalshi?

You can manage and cancel open orders across Polymarket and Kalshi using the integrated order management features. The system queries platform APIs to monitor active positions and allows you to easily view or cancel outstanding trades.

What is the best way to avoid price slippage when buying shares on Polymarket?

The best way to avoid price slippage on Polymarket is to use a protected buy order. By specifying a maximum slippage percentage, the execution system ensures your order only fills at or below your accepted price threshold.