triggers

Create and manage automated trading triggers across financial platforms.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the execution of trades based on predefined price conditions, market events, or schedules, removing the need for constant manual monitoring.

Core Features & Use Cases

  • Conditional Order Execution: Set buy or sell orders that trigger automatically when specific price thresholds are met across various platforms (prediction markets, futures, crypto spot).
  • Automated Risk Management: Implement stop-loss and take-profit orders to manage risk and secure gains.
  • Use Case: Automatically buy 100 USDC worth of SOL when its price drops below $180 on Jupiter, and set a take-profit order for when it reaches $200.

Quick Start

Use the triggers skill to create a buy order for SOL when its price drops below 180.

Frequently Asked Questions about triggers

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

FAQPage Schema
How do I set up automated stop-loss and take-profit orders for crypto futures?

Automated stop-loss and take-profit orders for crypto futures are configured by defining specific price thresholds that trigger execution. This Skill supports multi-condition logic with OCO functionality to manage risk and secure gains automatically.

Can I execute conditional trading orders on Polymarket and Binance?

Yes, conditional trading orders can be executed on Polymarket and Binance. This Skill integrates with prediction markets, futures exchanges, and decentralized spot exchanges like Jupiter for price monitoring and automated order execution.

What is OCO order logic and how does it work with trailing stops?

OCO order logic links multiple automated trading triggers so that executing one automatically cancels the other. It works with trailing stops by monitoring price conditions dynamically, enabling simultaneous entry and exit triggers for risk management.

How do I automatically buy Solana when its price drops below a specific threshold?

To automatically buy Solana when its price drops below a threshold, you set an entry trigger that monitors Jupiter spot prices. Once the target is met, the conditional order executes the buy trade automatically without manual monitoring.

Does this support multi-condition triggers across decentralized spot exchanges?

Yes, it supports multi-condition triggers across decentralized spot exchanges. You can configure automated trading triggers that monitor price movements on platforms like Jupiter and execute buy or sell orders based on predefined market events.

What are the limitations of automated conditional trading triggers?

Limitations of automated conditional trading triggers include dependency on continuous price monitoring across integrated platforms. If market conditions are highly volatile, slippage may occur between the trigger threshold and the final order execution price.