What Is the Dynamix AI Skill?
The Dynamix AI Skill is an AgentSkills-compatible SKILL.md file that teaches any AI agent how to operate the Dynamix Solana trading dashboard at dynamix.gg.
Once installed, your agent understands every page, button, input field, and workflow on the platform, from purchasing a plan to configuring automated trading strategies.
Purchase & Auth
Buy plans, apply coupons, sign in with API keys
Trading Config
Entry modes, exit points, filters, transaction settings
Monitoring
Live trades, PnL tracking, history, portfolio charts
Compatible AI Agents
The skill follows the AgentSkills specification and works with any agent that reads SKILL.md files. Verified compatible platforms:
OpenClaw
Native support
Claude
Via workspace skills
ChatGPT
As context / custom GPT
Any Agent
AgentSkills-compatible
SKILL.md file is plain Markdown with YAML frontmatter. Any AI agent that can read text files can use this skill, just provide the file as context.
AI Agent Promo Code
How to Use
Go to Purchase
Navigate to dynamix.gg/purchase/plan and select a plan (Monthly or Yearly).
Enter Email & Enable Coupon
On the email page, check the "Apply coupon or referral code" checkbox.
Paste the Code
Type or paste DYNAMIXPLUSAI15U into the coupon input field that appears.
Continue
Click "Continue". The 15% discount is applied to the SOL payment amount on the next screen.
Install via OpenClaw
The fastest way to install. One command, and the skill is ready in your workspace.
Option A, Install from ClawHub
Option B, Manual Download
If the skill is not yet on ClawHub, download it directly:
Verify Installation
Start a Session
/new or restart the gateway.
Manual Installation (Any Agent)
For agents that aren't OpenClaw, simply place the SKILL.md file where your agent reads context.
Step 1, Download the Skill File
Download or copy the SKILL.md file from the link below:
Step 2, Place in Your Agent's Skills Directory
| Agent / Platform | Location |
|---|---|
| OpenClaw | <workspace>/skills/dynamix-gg/SKILL.md |
| OpenClaw (global) | ~/.openclaw/skills/dynamix-gg/SKILL.md |
| Claude (Copilot) | <workspace>/skills/dynamix-gg/SKILL.md |
| ChatGPT / Custom GPT | Upload as a knowledge file or paste into system instructions |
| Any other agent | Provide as context file or include in system prompt |
Step 3, Test
Ask your agent something only the skill would know:
File Structure
The skill is a single file inside a named directory:
Frontmatter
| Field | Value | Purpose |
|---|---|---|
name |
dynamix_trading_platform |
Unique skill identifier (snake_case) |
description |
One-line description | Shown to the agent; used for skill matching |
metadata.openclaw.os |
All platforms | Skill works on macOS, Linux, Windows |
metadata.openclaw.homepage |
dynamix.gg | Shown as "Website" in OpenClaw UI |
user-invocable |
true |
Skill is exposed as a slash command |
Quick Start
After installation, here's the fastest path from zero to live trading:
Install the Skill
Place SKILL.md in your agent's skills directory (see installation above).
Ask Your Agent to Purchase
"Purchase a Dynamix monthly plan for user@example.com", the agent navigates to the purchase flow, applies the DYNAMIXPLUSAI15U promo code, and guides you through payment.
Sign In
"Sign in to Dynamix with my API key", the agent knows the exact URL and flow.
Configure & Trade
"Set up Migration Sniper mode with 50-500 buyer count, 0.5 SOL buy amount, 3 TP levels, and 30% stop loss. Enable Anti-MEV. Start the bot."
Monitor
"Show me my current trading status and recent trades", the agent reads live updates and history.
Example Prompts
Copy-paste these prompts to interact with Dynamix through your AI agent:
| Category | Prompt |
|---|---|
| Purchase | "Walk me through buying a Dynamix yearly plan with the AI discount" |
| Sign In | "How do I sign in to Dynamix? I have my API key." |
| Wallet | "Generate a new wallet on Dynamix and tell me the address to fund" |
| Strategy | "Configure a Market Cap entry at 80 SOL with 1 SOL buy, 3 TP levels at 2x/5x/10x, and 25% stop loss" |
| Migration Sniper | "Set up Migration Sniper: min 100 buyers, max 400, buy 0.3 SOL, enable Anti-MEV" |
| Start Bot | "Start the Dynamix trading bot" |
| Stop Bot | "Stop the Dynamix bot but keep my settings" |
| History | "Show my Dynamix trading history for today" |
| Settings | "When does my Dynamix plan expire? How do I extend it?" |
| Explain | "Explain how Anti-MEV protection works in Dynamix" |
What the Agent Can Do
After loading this skill, your agent has complete knowledge of:
Can Guide You Through
- - Purchasing Monthly or Yearly plans
- - Applying the AI promo code (15% off)
- - Signing in with API key
- - Generating or importing wallets
- - Configuring all 3 entry modes
- - Setting up to 5 take-profit levels
- - Configuring stop loss
- - Setting slippage, priority fee, tip fee
- - Enabling Anti-MEV protection
- - Starting and stopping the bot
- - Reading trade history and PnL
- - Rotating API keys
- - Extending your plan
- - Using the referral program
Knows Every Detail Of
- - Every page URL and navigation path
- - Every button, toggle, input field, and dropdown
- - All parameter defaults and valid ranges
- - Validation rules (why the bot won't start)
- - The 4 configuration slides and carousel navigation
- - SSE connection states and indicators
- - Transaction history columns and pagination
- - PnL modal breakdown and export options
- - Sign-out behavior (keep running vs stop)
- - Locked/unlocked states during trading
- - Payment timer (15 minutes), polling, and statuses
- - Data retention (30-day history)
- - All Solana/DeFi terminology (full glossary)
All Trading Parameters
The skill covers every configurable parameter. Here's the full reference:
| Parameter | Slide | Default | Description |
|---|---|---|---|
| Entry Mode | 1 | — | Market Cap, Bonding Curve, or Migration Sniper |
| Entry Value | 1 | — | Threshold (SOL / % / buyer count) |
| Entry Value Max | 1 | none | Upper range bound (optional) |
| Buy Amount | 1 | — | SOL per trade |
| Min Global Fees Paid | 2 | 0 | Min on-chain fees filter (SOL) |
| Max Global Fees Paid | 2 | none | Max on-chain fees filter (SOL) |
| TP 1–5 Level % | 3 | — | Profit % trigger (>100, increasing) |
| TP 1–5 Sell % | 3 | — | % of holdings to sell (total ≤100) |
| Stop Loss % | 3 | — | Loss % for full exit (<100) |
| Slippage | 4 | 30% | Max price deviation |
| Priority Fee | 4 | 0.00002 SOL | Validator priority fee |
| Tip Fee | 4 | 0.01 SOL | Jito block builder tip |
| Anti-MEV | 4 | Off | Private mempool routing |
SKILL.md File
The complete skill file with all instructions, parameters, workflows, and glossary:
dynamix-gg / SKILL.md
AgentSkills-compatible · YAML frontmatter + Markdown · ~600 lines · All platforms
openclaw skills update --all to get the latest version.