ai-strategy

Execute Solana trading strategies from natural language commands via Jupiter.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @solana/web3.js, @solana/spl-token, axios, uuid, and includes scripts (resource) components.

What problem does it solve?

This Skill bridges the gap between human language and complex decentralized finance (DeFi) trading actions on the Solana blockchain, making automated trading accessible to everyone.

Core Features & Use Cases

  • Natural Language Trading: Describe your desired trade in plain English (e.g., "buy $100 of SOL if it drops 5%").
  • Automated Execution: The Skill parses your request and executes trades on Solana DEXs via Jupiter.
  • Strategy Management: Create, list, monitor, and cancel automated trading strategies.
  • Use Case: Set up a DCA (Dollar Cost Averaging) strategy to automatically invest a fixed amount into a token at regular intervals without manual intervention.

Quick Start

Create a strategy to buy $50 of JUP every hour for 12 hours by typing: /strategy "DCA $50 into JUP every hour for 12 hours"

Frequently Asked Questions about ai-strategy

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

FAQPage Schema
How do I execute Solana DCA strategies using natural language?

You can execute Solana DCA strategies by typing plain English commands like "DCA $50 into JUP every hour". The Skill parses the text, automates the strategy, and routes execution through Jupiter DEX.

Can I set up limit orders and stop-losses on Solana with plain text commands?

Yes, you can define limit orders, stop-losses, take-profits, and ladder orders using plain text commands. The Skill translates your text inputs into automated Solana blockchain transactions.

Do I need a Solana private key to automate trades via Jupiter?

Yes, configuring a Solana private key is required. The Skill needs your private key to sign and broadcast the automated trading transactions to the Solana network for Jupiter execution.

What is the best way to automate DeFi trading on Solana without coding?

Automating Solana DeFi trading without coding is best achieved by using natural language commands to define complex strategies. This approach translates plain English directly into automated on-chain trades.

How do I manage and cancel active automated trading strategies on Solana?

You can manage active trading strategies by issuing natural language commands to list, monitor, or cancel them. This allows seamless control over ongoing Solana DCA and limit order executions.