meme-executor

Convert meme-trade plans into dry-run Solana trade simulations.

7|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/dreamineering/meme-times --skill meme-executor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meme-executor
Source: https://github.com/dreamineering/meme-times/tree/main/.claude/skills/meme-executor
Command: npx skills add https://github.com/dreamineering/meme-times --skill meme-executor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires commander, and includes scripts (resource) components.

What problem does it solve?

Solana memecoin trading requires safe testing of high-level trade ideas before risking real funds. This skill provides a dry-run execution layer that translates a TradePlan into deterministic, auditable simulation steps.

Core Features & Use Cases

  • DRY-RUN ONLY: Safe simulation of trade plans with detailed logging and basic risk checks.
  • Quote & Read-Only Signals: Jupiter quotes, wallet balance checks, and local position tracking without signing.
  • Extensible Roadmap: Phase-based components ready to wire Jupiter router and wallet signer for live trading.

Quick Start

Generate a TradePlan JSON and run the meme-executor execute-trade script in dry-run mode to simulate a trade.

Frequently Asked Questions about meme-executor

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

FAQPage Schema
How do I simulate Solana memecoin trades before risking real funds?

Simulating a Solana memecoin trade involves processing a TradePlan JSON through a dry-run execution script. The system performs Jupiter quote checks, wallet balance reads, and local position tracking while logging deterministic, auditable simulation steps without signing.

Can I execute live Jupiter swaps on Solana using a TradePlan?

Executing live Jupiter swaps directly is not supported as the executor operates in DRY-RUN ONLY mode. However, the phase-based components are extensible and designed to be wired with a Jupiter router and wallet signer for live order execution in future implementations.

What is a TradePlan and how does it work with Solana trading scripts?

A TradePlan is a defined JSON interface representing high-level meme-trade ideas generated by tools like meme-trader, flow-tracker, or degen-savant. The executor consumes this format to translate plans into concrete Solana trade actions with quote, wallet, and position tracking phases.

Do I need a specific wallet setup to test memecoin trading risk management?

Testing memecoin trading risk management requires a Solana wallet configured for read-only balance checks. The executor validates your TradePlan by performing local position tracking and safety checks against the wallet balance without requiring transaction signing permissions.

What are the limitations of dry-run trade execution on Solana?

The primary limitation of dry-run trade execution on Solana is the inability to submit real transactions or capture on-chain fills. It restricts operations to Jupiter quotes, read-only wallet balance checks, and local position tracking without signing, meaning actual market impact and MEV exposure are not reflected.