triggers

Schedule and trigger conditional trading actions across Polymarket, Binance, and Jupiter.

71|22|Updated Apr 6, 2020
One-click install
npx skills add https://github.com/nirholas/agenti --skill triggers-nirholas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triggers
Source: https://github.com/nirholas/agenti/tree/main/packages/protocols/x402-cloddsbot/src/skills/bundled/triggers
Command: npx skills add https://github.com/nirholas/agenti --skill triggers-nirholas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates conditional trading workflows by scheduling and triggering actions.

Core Features & Use Cases

  • Create and manage triggers for price-based or time-based events across Polymarket, Binance, and Jupiter.
  • Define cron-like schedules and event hooks to automate reactions and alerts.
  • Inspect and audit triggers, with list, delete, and history capabilities.

Quick Start

Create your first trigger with /triggers create <event> <action> to automate a routine.

Frequently Asked Questions about triggers

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

FAQPage Schema
How do I automate conditional trading workflows across prediction markets and crypto exchanges?

You can automate conditional trading workflows by creating, listing, and deleting price-based or time-based triggers. This Skill schedules and triggers actions across Polymarket, Binance, and Jupiter using cron-like schedules and event hooks.

Can I use cron jobs to schedule event-driven actions for crypto spot trading?

Yes, you can define cron-like schedules and payload-driven event hooks to automate reactions and alerts for crypto spot trading. The scheduler supports managing time-based events to execute trades safely within defined boundaries.

What's the best way to set up my first trigger to automate a routine trading action?

The quickest way to set up a trading trigger is by using the command line interface to parse and execute an event-action pair. You can create your first trigger by issuing a command that specifies the target event and the desired automated action.

Does this scheduler support managing event hooks for futures and prediction markets?

Yes, the scheduler supports managing event hooks specifically for futures and prediction markets like Polymarket. It handles payload-driven events and provides list, delete, and history capabilities to inspect and audit triggers.

How does command parsing handle trigger execution and storage for automated trading?

Command parsing processes trigger commands and routes them to a pluggable storage layer that manages event state. This modular API surface ensures safe execution boundaries are maintained when automating conditional trading actions.

What are the limitations when using a pluggable storage layer for trading triggers?

The pluggable storage layer manages trigger state and history but operates within safe execution boundaries. While it supports modular API interactions for scheduling and event handling, complex conditional logic may require external validation before execution.